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 SkipVought 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: *

  1. obouillaud

    Problem with Pound sign (#) in CFML expression...pls help me

    TADA it's now working ... thanks a lot, i was just about to build the checkboxes in pure HTML, static ... I'm now having troubles with the SQL request, with the AND, OR, using the results of the checkbowes... but i'm working on it, so i will ask for help only if i still have troubles after a...
  2. obouillaud

    Problem with Pound sign (#) in CFML expression...pls help me

    it works when the checkbox is checked, but doesnt when it isn't checked.
  3. obouillaud

    Problem with Pound sign (#) in CFML expression...pls help me

    I think the problem now omes from the fact that when u dont check a box, the value isn't sent to the 2nd page. I tried to use a defalut parameter <cfparam name=&quot;thema_#i#&quot; default=&quot;no&quot;> just before the <cfinput type=&quot;checkbox&quot; name=&quot;thema_#i#&quot...
  4. obouillaud

    Problem with Pound sign (#) in CFML expression...pls help me

    it sounds great .. but still doesn't work :-( >>Error Diagnostic Information >>An error occurred while evaluating the expression: >> evaluate(&quot;#Form.thema_##i#&quot;) is &quot;yes&quot; I can send u the complete code if you want, just give me your email adress thanks Olivier
  5. obouillaud

    variable of variable

    <CFSET temp =&quot;#tabl_thema[arraylen(tabl_thema)][1]#&quot;> <CFSET temp2 = #evaluate(&quot;#temp#&quot;)#> <CFIF form.#temp2# EQ &quot;yes&quot;>#thematique# a été sélectionnée.</CFIF> toute bidouille de quelque type que ce soit me renvoit une erreur. form.une_variable ne veut jamais...
  6. obouillaud

    variable of variable

    setvariable is usefull but after that, how can i manipulate the variable ??? i cant use <IF var#i# ...> cant use <CFOUTPUT query=&quot;..&quot;> var#i# </CFOUTPUT> ... so... thats not so usefull :-( so ... if u can help me .. Olivier
  7. obouillaud

    Problem with Pound sign (#) in CFML expression...pls help me

    Ok, it's working in most cases (for a variable set), but if I want to do the following thing in a loop: <CFIF 'Form.thema_#i#' IS &quot;yes&quot;>theme_name_#i#<br></CFIF> how can i do ?
  8. obouillaud

    variable of variable

    I need help on that subject. I would like to make the following thing <CFSET I=0> <CFOUTPUT QUERY=...> <CFSET var_#i#=#name of the field#> <CFSET i=i+1> </CFOUTPUT> but it doesn't work. how can i use a variable of variable ? thanks in advance Yes I'm french, Olivier...
  9. obouillaud

    sending html and pictures with cfmail

    Hi I'm looking for a way ton send a web page and the pictures (images) associated. I wish the page and the pictures to be the body of the mail. There is nothing else that the html code and the pics. i tried to used the <img src=&quot;relative_img.gif&quot;> but it doesn't work. <img...

Part and Inventory Search

Back
Top