Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in Coding(Urgent)
Message
 
To
07/02/2000 12:11:01
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00328317
Message ID:
00328715
Views:
24
>Hi,
> Is there any command like Wait Wind in VB 6.0 as
>we have in FoxPro because i don't want to use msgbox for
>displaying some messages.
> Also I am using Data Reports in my poject in that I want
>to write code for report as we write prg in FoxPro for
>prinitng purpose. Is it possible ? ? ? If yes then pls.
>tell me some code with eg for writing report.
>
>Thnax in Advance
>Amol

Hi,

In MS Access I use following code to notify users, that something is going on:

SysCmd acSysCmdSetStatus, "Finding member's data ..."
Screen.MousePointer = 11

... your code ...

SysCmd acSysCmdClearStatus
Screen.MousePointer = 0

HTH, Igor
Igor Gelin
Database Developer
Previous
Reply
Map
View

Click here to load this message in the networking platform