Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in Coding(Urgent)
Message
From
07/02/2000 15:34:09
 
 
To
07/02/2000 12:11:01
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00328317
Message ID:
00328447
Views:
17
>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.

The easiest thing to do here is create a form with the necessary behaviors; there's no 'one liner' that behaves like VFP's WAIT WINDOW in VB, but it'd be easy enough to write.

> 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.
>

In what way? Do you mean use native VB to print to the printer rather than using Data Reports, or do youmean you need an on-the-fly report facility? Both are available; VB can direct output to a printer directly using PRINT # after opening the port for low-level I/O, and there are a number of third-party add-ons to VB such as Crystal Reports that can act as an ad-hoc report writer system.

A bit of friendly advise - it would help if you'd specify something more specific in the message header than "Problem in Coding". Also, if every request is marked "Urgent", the impact of the word "Urgent" is lost - my reaction has become - "Oh, just another random generic problem; I'll let it sit and see if someone else wants to take a stab at it..."
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform