Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Basic READ EVENTS stuff
Message
 
 
To
22/06/2009 13:33:27
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01407483
Message ID:
01407636
Views:
37
>The probelem was not with cat but with naming the screen. But anyway, I did as Tamar suggested and MODIied the file in the actual form itself and now it works. this is the code:
>
>
>lnOldWidth = thisform.width
>lnOldHeight = thisform.Height
>thisform.Closable = .f.
>thisform.Height = 400
>thisform.Width = 500
>
>MODIFY FILE (lcPath + 'SKUDUPES.TXT') IN WINDOW frmSkud WINDOW frmSkud NOEDIT
>
>thisform.Height = lnOldHeight 
>thisform.Width = lnOldWidth 
>
>
>thanks for your help

Glad you got it solved.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform