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. potinenip

    Changing Password(Urgent Please)

    Hi All,<br>I got the user information update thing this morning. It was simple, i was missing the &lt;cfoutput&gt; tag while displaying &quot;#GetUserInfo.SellerFirstName#&quot;.<br><br>VALUE=&lt;cfoutput&gt;&quot;#GetUserInfo.SellerFirstName#&quot;&lt;/cfoutput&gt;<br><br>Thanks for all the...
  2. potinenip

    Welcome to user #UserName#

    Thanks celley,<br>I had already figured that before reading ur reply. But still i got the exact reply i wanted. <br>Thanks<br>Praveen
  3. potinenip

    Changing Password(Urgent Please)

    Hi <br>Thanks for ur replies on the password change thing...<br>I got the password change thing done and I'm breaking my head against a wall on the Editing User Information form.<br>I want to get the record values in the form.<br>I tried both VALUE=&quot;#SellerFirstName#&quot; and...
  4. potinenip

    Changing Password(Urgent Please)

    Hi All,<br>I am trying to write a program to change the User Password information. I am not getting any errore but the password change dosen't work. I mean new password is not updated in the database. Please suggest me if i am wrong with the code. <br><br>&lt;CFQUERY NAME=&quot;GetPassword&quot...
  5. potinenip

    Welcome to user #UserName#

    Thanks to everybody,<br>Displaying the username is working now.<br>But i have another problem.<br>I want to carry the Username to next pages and use it in all the pages on my application.<br>I have used client variables and all that, but still it wouldn't work. I also set up a database for...
  6. potinenip

    Welcome to user #UserName#

    Hi all,<br>I am trying to create a welcome screen after the user signs in.<br>I am trying to say &quot; welcome to #UserName#&nbsp;&nbsp;&quot;.<br>And it is giving this error.<br>Hope someone can help me on this.<br>Thanks in advance<br>Praveen<br><br>My code is:<br>&lt;CFQUERY...
  7. potinenip

    ODBC Error Code = S0002 (Base table not found)

    I am getting this error. i think this might be coz of driver problem as i can't access the table. I tried all means like checking the ODBC in coldfusion and in my system. Still it doesn't work.<br>Can somebody help me with this.<br>Thanks<br>Praveen<br><br>ODBC Error Code = S0002 (Base table not...
  8. potinenip

    Error Code = 22001 (String data right truncation) ??

    Thanks dave it worked already.<br>Thanks again<br>Praveen
  9. potinenip

    Encryption Programs in Java

    Hi, <br>i just peeped from coldfusion form for a break. I have this link on encryption algorithms. Check it out.<br><A HREF="http://www.adfa.oz.au/~lpb/TR/unz99.html" TARGET="_new">http://www.adfa.oz.au/~lpb/TR/unz99.html</A><br>Hope it is of some help.<br><br>Praveen
  10. potinenip

    Error Code = 22001 (String data right truncation) ??

    Hi All,<br>I don't have any clue what this error is about. I am trying to insert a set of fields in to a table and got this error.<br><br>&lt;CFINSERT dataSource=&quot;PostYourHome&quot; tableName=&quot;Properties&quot...
  11. potinenip

    Customized Error page

    Hi Russ,<br>Thanks for ur replies on my questions.<br>Where do i write this piece of code u gave me. Is it in the actual form or the action form? I don't know why i couldn't figure out. I tried the code on both the pages but it wouldn't work.<br>Suggest me.<br>Thanks<br>Praveen
  12. potinenip

    Problem with Multiple pages for search

    I have problem making the links work. I am trying to implement the CFPage_thru custom tag given in allaire site.<br>I am not able to quite figure out why the current page link is not working? When i click on 2 or 3 then it doesn't work.<br>Praveen<br>This is my...
  13. potinenip

    Multiple queries based search criteria

    Hi,<br>Can i use multiple CFQuery tags in a single file? I have tried and its working but i didn't get the proper reselt.<br>I have a form which searches for houses based on some search criteria.<br>Fields are PropertyType, Bedrooms, Bathrooms, StateCode, PropertyPrice.<br>If my criteria is...
  14. potinenip

    Customized Error page

    Hi All,<br>I want to create a Professional looking customized error page.<br>I mean when ever user submits incomplete form another page should be shown which looks like the original form showing some message(like &quot;Please enter the user name &quot;)below the user name text box.<br>I have...
  15. potinenip

    Access variable in other form

    Thanks for ur suggestion.
  16. potinenip

    CFML space in browser.

    well all i can suggest is take ur CFML code out, and check ur html code on the browser. Also ckeck for &lt;br&gt; where u might have given some line breaks by mistake.<br>Praveen
  17. potinenip

    dynamic form - client side validation

    check if u put ur &lt;/cfform&gt; tag immediately after the &lt;cfform&gt; tag on the same line. U should put it on the last line of ur code after your form code.&nbsp;&nbsp;<br>That's all i can think of.<br>Praveen
  18. potinenip

    just help me why coldfusion tags are not working

    Hi<br>All i can think of is that either u might have saved those files as .html files or maybe ur CFserver is down. Actually if CFserver is down u get weird messages. So i think u might have saved the files as .html by mistake<br>Praveen
  19. potinenip

    Server Busy???

    Hi ,<br>The server is working fine now. But still i'm curios to know why i got this message. If anyone has clue please let me know.<br>PP
  20. potinenip

    Server Busy???

    Hi,<br>I got this message when i am trying to open my indexpage.<br>My server is working fine and there is no overload on the server.<br><br>Error Diagnostic Information<br><br>Server busy or unable to fulfill request. The server is unable to fulfill your request due to extremely high traffic or...

Part and Inventory Search

Back
Top