Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP is leading me to madness !!!
Message
From
23/12/2004 10:08:21
 
 
To
22/12/2004 15:09:08
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00971290
Message ID:
00971785
Views:
15
well I did what you said, I use the strtofile command and that what i get
‱††⌣‱††‱††
I use the fputs command and that what I get
1 ##1
this is what i expected to find as I wrote rhe variable filled with this.value and after '##' the this.value itself.
Can you tell me why the strto file gives me that line ?
Moreover, I tried placing a doevents command before the seek but without changes (I don't know what doevent is, to be honest) and I placed a messagebox soon after i fill the textbox.value which displays the values and the value is right and I GET NO ERROR !!!!!!

>I think Marcia is on the right track with doevents,
>but I'ld also attack it from the other side:
>
>something like
>
>local lcMyTemp
>lcMytemp = this.value
>strtofile(m.lcMytemp + furtherChecksYouLike(), "myProt.txt", .t.)
>wait wind m.lcMyTemp + " in current seek" nowait
>if seek(m.lcMytemp, ....)
>   wait clear
>else
>   wait clear
>endif
>
>
>and not running under debugger...
>
>HTH
>
>thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform