Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is wrong ?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00045664
Message ID:
00045776
Views:
39
>DEFINE WINDOW pepe FROM 1,1 TO 20,100 NAME mariano SYSTEM FLOAT CLOSE ZOOM MINIMIZE
>mariano.SHOW()
>
>mariano.CAPTION="hola"
>
>REPORT FORM gamas1 PREVIEW WINDOW pepe NOWAIT
>
>mariano.CAPTION="adios"

Miguel,

Your problem is in your syntax, using WINDOW Pepe does NOT put your preview in that window, it causes the preview to build a window just like Pepe and put the preview in there. You can change the WINDOW Pepe to IN WINDOW Pepe and you code should then work.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform