Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progress Bar
Message
From
11/02/1999 22:26:32
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Progress Bar
Miscellaneous
Thread ID:
00186886
Message ID:
00186886
Views:
76
How to put progress bar when Loading the record with some criteria by using SQL and how to add cancel button .. so when the cancel button clicked the loading process will cancelled .. thanks

For example :

Dim DBCustomer as Database
Dim RCustomer as Recordset

Set DBcustomer = OpenDatabase(Customer.DatabaseName, False, True, Customer.Connect)
Sqltrap = "select * from " & Customer & " where paymentdate between " & "#" & txtFromDate.Text & "#" & " and " & "#" & txtToDate.Text & "#" & "Order by CustomerName"
Set RCustomer = DBCustomer.OpenRecordset(Sqltrap)
Reply
Map
View

Click here to load this message in the networking platform