Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting Editbox's Line and Column position
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01378690
Message ID:
01378790
Vues:
29
>You can also try ALINES(). It may be even easier and faster.
>
>lnStart = Thisform.Edit1.SelStart
>lcCrLf = CHR(13) + CHR(10)
>
>lnOccurence = OCCURS(lcCrLf, LEFT(Thisform.Edit1.Text, lnStart))
>
>ALINES(laLines, Thisform.Edit1.Text)
>lcCommand = laLines[lnOccurence + 1]
>
>
One time - it's a typo.

Two times - it's a typo.

Three times - it's an ignorance.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform