Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search from Memo fields
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00833382
Message ID:
00833417
Views:
21
>Thanks Cetin,
>In fact, I know how to find the text, but don't know how to
>focus the cursor within the Memo field, ie: move the cursor
>to row 5, column 16....
>can you help?

If you use the AT() or ATC() commands to find the text, you can use the MODIFY MEMO command to place the cursor.
lnPos = ATC(lcText, MyMemoField)
If lnPos > 0
  MODIFY MEMO MyMemoField RANGE lnPos, lnPos
Endif
Alan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform