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...
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...
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...
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'...
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...
'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 =...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.