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 strongm 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: ushas
  • Order by date
  1. ushas

    Auto Message

    You can set taborder property for the : txtCarNumber textbox - 0 txtCarPrice textbox - 1 and write the code in txtCarNumber validate event: if len(trim(txtCarNumber.text))= 0 then msgbox "Car Number Should be entered" txtCarNumber.setfocus exit sub end if...
  2. ushas

    session variables

    yes, is it handled in the newer versions properly?if so please let me know the browser version of mozilla,netscape,konqueror.
  3. ushas

    SessionIds in Netscape4.76!!

    I am working in apache1.3,php 4.04,postgreSql 7.0.3, and red hat linux 7.1. our application first starts with a user authentication screen,when the first user logs in (say user1),depending on his rights he will be able to use some screens.session variable is assigned as $user=user1. and when...
  4. ushas

    session variables

    I am working in apache1.3,php 4.04,postgreSql 7.0.3, and red hat linux 7.1. our application first starts with a user authentication screen,when the first user logs in (say user1),depending on his rights he will be able to use some screens.session variable is assigned as $user=user1. and when...
  5. ushas

    session variables

    Hi, - php 4.0.4 and PostgreSql I have a problem with session variable using netscape/konqueror,which is working perfectly in IE. when i open the site in konqueor,the session variable say '$username=sat' is set.when the other instance of site is opened ,the session variable '$username=ush'...
  6. ushas

    Using ActiveX TreeControl for viewing an Xml Page

    I have created an activeX control project in VB,added the treecontrol and imagelist.I have written methods for for adding root and child nodes by accepting parameter. In ASP,i have included the control.Using XMLDOM object i've accessed an xml file. i have to get the parent tag,child tag from...
  7. ushas

    maybe someone can help me, i have a

    'to get the individual no. and then join it ------------------------------------------- Dim lclCountryCode, lclStateCode, lclPhoneNo, lclStr lclPhoneNo = Mid(Trim(txtCustPhone.Text), InStr(1, Trim(txtCustPhone.Text), "-") + 1, Len(Trim(txtCustPhone.Text))) lclStr =...
  8. ushas

    Migration tools of PowerBuilder 3.0 to PowerBuilder 8.0

    Dear Sir, 1.Is thier any migration tools available for migrating from PowerBuilder 3.0 to PowerBuilder 8.0 2.If available,is the tool free of cost,please do specify the website. regards, Usha.S

Part and Inventory Search

Back
Top