Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding data to memo field
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01627541
Message ID:
01627544
Views:
59
>>In my application when I click on a command button it opens up a memo field for editing but the cursor is always pointing to the top of the memo field
>>
>>How do I get the cursor to start at the end of the memo field?
>
>Hi colin
>
>you want to use selstart and set it to the length of the text

The data is displayed in text32 - I want to add 10 characters and continue typing-
The data is in the Notes field

My code is

select globalnew
STORE LEN(TRIM(notes)) TO ww
ww=ww+10


thisForm.text32.SelStart=ww
thisform.refresh


What have I done wrong?
Specialist in Advertising, Marketing, especially Direct Marketing

I run courses in Business Management and Marketing
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform