Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date flips
Message
From
14/08/2000 17:41:06
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00404225
Message ID:
00404733
Views:
9
Hi Eric,
Following is the code :-


Private lordo_app As rdoResultset

Set lordo_app = goConnection.OpenResultset(" select * from app " & lswhereclause, rdOpenKeyset, rdConcurReadOnly)


If (lordo_app!requiredar <> 0 And lordo_app!otc = 1) Then

txtarstart = Format(lordo_app!Received, "MM/dd/yyyy")
txtantarfinish = Format(lordo_app!Received, "MM/dd/yyyy")
txtarfinish = Format(lordo_app!Received, "MM/dd/yyyy")
txtarstart = Format(lordo_app!Received, "MM/dd/yyyy")
txtarstatus = 100
txtarbcstart = Format(lordo_app!Received, "MM/dd/yyyy")
txtantarbcfinish = Format(lordo_app!Received, "MM/dd/yyyy")
txtarbcfinish = Format(lordo_app!Received, "MM/dd/yyyy")

end if

thanks,
...ashish
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform