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 Wanet Telecoms Ltd 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)

    ...of the LastName(Potineni). <br><br>&lt;CFQUERY DATASOURCE=&quot;PostYourHome&quot;&nbsp;&nbsp;NAME=&quot;GetUserInfo&quot;&gt;<br>&nbsp;SELECT *<br>&nbsp;FROM Sellers <br>&nbsp;WHERE UserName = '#Client.UserName#'...
  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#

    ...use the query and write this query it wouldn't work.<br><br>&lt;CFQUERY NAME=&quot;EditHouse&quot; DATASOURCE=&quot;PostYourHome&quot;&gt;<br>SELECT * <br>FROM HomesOrLands<br>Where UserName=#Client.UserName#<br>&lt;/CFQUERY&gt;<br><br><br>Please suggest me where i'm...
  6. potinenip

    Welcome to user #UserName#

    ...in advance<br>Praveen<br><br>My code is:<br>&lt;CFQUERY NAME=&quot;GetSeller&quot; DATASOURCE=&quot;PostYourHome&quot;&gt;<br> Select * from Sellers where UserName ='#UserName#' <br>&lt;/CFQUERY&gt;<br>&nbsp;<br>&nbsp;&lt;cfoutput&gt; #Seller.SellerFirstName# Welcome back to another session...
  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

    ...name=&quot;GetHouse&quot; datasource=&quot;PostYourHome&quot;&gt;<br>&nbsp;&nbsp; SELECT * from HomesOrLands<br>&nbsp;&nbsp; WHERE&nbsp;&nbsp;&nbsp;PropertyCity = '#PropertyCity#'<br>&nbsp;&nbsp;&lt;/cfquery&gt;<br>&nbsp;&nbsp;<br>&lt;!--- CF_PageThru will help us break up the product listing...
  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