Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying the Report Controls Toolbar in Code
Message
 
To
02/11/2004 19:38:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00956840
Message ID:
00957415
Views:
12
>>>Does anyone know how to display the report controls toolbar in code?
>>>
>>>I've tried SHOW WINDOW ("report controls") But I just get an error saying the window is not defined. I've opened a blank report form and done the same as above with the same results.
>>>
>>>Thanks!!!
>>>
>>>bob
>>
>>
>>Try:
>>
>>SHOW window('Report Controls')
>>HIDE WINDOW('Report Controls')
>
>NOPE.
Try this.
DEFINE WINDOW x FROM 1,1 TO 2,2
create REPORT x IN WINDOW x
It will probably throw up the report controls window. You can then get rid of the other window and report and the show and hide commands will work.
VFP 8 spk 1
John
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Reply
Map
View

Click here to load this message in the networking platform