Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I reopen an SCX file.
Message
From
04/11/1998 23:24:56
George Lee
Microcomputer Engineering Services, Llc
Huntington Beach, California, United States
 
 
To
04/11/1998 18:31:23
George Lee
Microcomputer Engineering Services, Llc
Huntington Beach, California, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00151660
Message ID:
00154658
Views:
19
>>Set Library to (Home()+"FoxTools.Fll") Additive
>>
>>* get current window
>>wHandle = _WOnTop()
>>If m.wHandle == 0
>> Return
>>Endif
>>
>>* get current line
>>lnPos = _EdGetPos( m.wHandle )
>>lnLine = _EdGetLNum( m.wHandle, m.lnPos )
>>lnStart = _EdGetLPos( m.wHandle, m.lnLine )
>>lnEnde = _EdGetLPos( m.wHandle, m.lnLine+1 ) - 1
>>lcLine = _EdGetStr( m.wHandle, m.lnStart, m.lnEnde )
>>lcLine = ChrTran( m.lcLine, Chr(10)+Chr(13), "" )
>>
>>? lcLine
>>Christof
>
>I tried that and either GPF or if I set step on I'm getting a window handle but all the positions are returning 0.
>
The above works great. Just had to make sure I had a memo field to work with otherwise it would GPF :).

Thanks again.

Dan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform