Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding data to memo field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01627541
Message ID:
01627544
Vues:
58
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform