Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jawa
  • Content: Threads
  • Order by date
  1. Jawa

    SQL Concat help

    Can anyone tell me how I can achieve the following. Right now I am getting an error that PubYear is not a valid column. Thank you! SELECT AdINFO_Publication, ADINFO_PUBLICATIONDATE_YEAR+ '-' + ADINFO_PUBLICATIONDATE_MONTH + '-01' AS PubYear FROM crAdInfo AND PubYear BETWEEN...
  2. Jawa

    Join 3 tables?

    Dear All, I hope someone can assist with this issue. I have 3 tables Profile, Agent, Agency. Profile --------- profile_id profile_name company_id company_name Agent ------- agent_id agent_name Agency ------- agency_id agency name Basically profile.company_id can hold an ID from...
  3. Jawa

    Validating dates based on select field?

    Hi All, I have a form that I am trying to fulfill the following scenario. Does anyone have any advise/solutions? I have a registration form. On the form are the following fields: -US State Pulldown -Country Pulldown -5 Night Hotel Pulldown -3 Night Hotel Pulldown -Arrival Date...
  4. Jawa

    Calendar to select minimum date

    Hi, I am curious if anyone knows of a calendar script (free or pay) that will enable to me to configure it so that a specific day and beyond is selectable? (e.g. user cannot select a date before March 25, 2007). Thanks!!
  5. Jawa

    Moving Enterprise Manager setting to a new computer

    Hi, I am not sure if I am missing the obvious, but, I am setting up a new computer and would like to move my Enterprise Manager settings to the new PC (I really would not want to have to retype all that server registration info). Is there a way to do this? Just for clarification this only to...
  6. Jawa

    Safari and OnChange/OnClick Etc.

    Hi, I have some simple code: <select name="Var#ctr#" style="width: (#Len(VarientName)# + 8)px;" class="textfield" onClick="javascript: a(this.value, #ctr#);document.frmProductDetail.SKU.value = varSKU;"> Where the "document.frmProductDetail.SKU.value = varSKU;" should change the value of a...
  7. Jawa

    CFform validation and ASCII?

    I am using cfform to validate and I need to use ASCII in the message. However, when the javascript opens it shows the ASCII not the characters. As there any way around this? <cfinput type="Text" name="fname" message="&##21153;&##24517;&##22635;&##20889;: &##22995;&##21517;&##65306;"...
  8. Jawa

    one form - two different posting URLs

    Does anyone have a script to submit a single form to two different URLs. Any help is appreciated. Thanks!!!!
  9. Jawa

    loop over lists in a query to get a sum?

    I am in a dilemna. I have a query I need to loop over and get the listlen for each iteration of the loop and then get the sum. I am stuck. Can anyone lend a pointer? Here is what I got so far: <cfloop query="images"> <cfset num = listlen(images.photo)> </cfloop> From here I need the...
  10. Jawa

    cf7 flash forms loading in only to 40%

    I have cf7 installed ok, except for flash forms loading in odd. on IE the flash form loads in with a js error for lc_id and in Firefox the flash preload stops at 40%. i am sure it has something to do with a mapping or file, but I do not know where to target. Thanks!!
  11. Jawa

    use checkbox field in pop-up window to populate opener

    I have a page with a text field. On this page I can click a link and open a window with a series of checkboxes. What I would like to do is be able to check off the boxes and insert the values into the text field of the opener page. I would like the values to insert as a comma seperated list...
  12. Jawa

    make fields readonly based on input from another field

    If someone could help out here I would appreciate it. I would like to use JS so that when you enter in a specific value into an input box it can instruct the 3 input boxes below it to be readonly or not. Basically what I have is a JS that auto fills in city and state based on a zip code and...
  13. Jawa

    illegal xml &amp;#x14;

    Hi All, While inserting some XML I am getting this error &quot;illegal xml &#x14;&quot;, however I can not find out what it is and I have no clue on testing for it, to replace it. Trying to replace &#x14; in a replace() does nothing. Any thoughts? HELP!!! Michael!
  14. Jawa

    Sorting XML without XSLT

    I am sorting XML in a SQL data base and using GetContent.XmlFeed[getcontent.currentrow].contentdata.XmlChildren[1].date.XmlText as my retrieval method. Everyhting is working fine however, in some cases I can not use XSLT because of some formatting limitations (actually client peculiarities)...
  15. Jawa

    Param a node string

    Hope someone can assist. I am going after a node in xml: Live=GetContent.XmlFeed[1].contentdata.XmlChildren[1].live.XmlText; Then I am testing on it: <cfif Live eq &quot;yes&quot; #attributes.Data# <cfelse> Sorry this page is currently not available. </cfif> My problem is that the node...
  16. Jawa

    XPath: Dual statement and getting and data

    I have an Xpath statement where I am going after two paths: <cfset Parent = #XmlSearch(ContainersXml, &quot;/cms_containers/container[@menu='yes']|/cms_containers/container[@menu='yes']/content[@landing='yes']&quot;)# > <!--- Get Parent---> From this XPath I want to pull the info only from the...
  17. Jawa

    CFMX/XPath (How do I get the parent)

    I have an XML file that resembles: ######BEGIN####### <maincontainers> <container ID=&quot;DD364AA5-C09F-0662-D2A6372503A93F48&quot; menu=&quot;yes&quot; name=&quot;Visit&quot;> <content ID=&quot;239&quot; label=&quot;rt-239&quot; ctcd=&quot;FCT&quot;>test</content> <content...
  18. Jawa

    XPath (How do I get the parent)

    I have an XML file that resembles: ######BEGIN####### <maincontainers> <container ID=&quot;DD364AA5-C09F-0662-D2A6372503A93F48&quot; menu=&quot;yes&quot; name=&quot;Visit&quot;> <content ID=&quot;239&quot; label=&quot;rt-239&quot; ctcd=&quot;FCT&quot;>test</content> <content...
  19. Jawa

    Checkboxes &amp;lists

    Hope someone can help. I am dynamically creating checkboxes from a comma seperated list (i.e., sam, mary, howard, pam). I am saving the data I check off to the database as a comma seperated list (i.e., mary, pam). When I pull up the record to edit it, how do I code it to mark the checkboxes as...
  20. Jawa

    XSL: testing for existance

    How could I go about testing for the existance of a value in my XML? say: <person> <name value=&quot;Peter&quot;> <address>75 Hunts Street</address> </name> <name value=&quot;Andrew&quot;> <address></address> </name> <name> <address>45 Main</address> </name> </person> For the above how could...

Part and Inventory Search

Back
Top