Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search from Memo fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00833382
Message ID:
00833417
Vues:
22
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform