Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange eratic behavior with Edit box.
Message
 
À
22/02/1998 01:23:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00080311
Message ID:
00080320
Vues:
31
Rick,

I don't why it isn;t working for you now but I do have a suggestion to make it simpler.


create cursor MyCursor1 (Mem1 m, Mem2 m)
append blank
append memo mem1 from (lcMyTextFile) overwrite
append memo mem2 from (lcOtherTxtFile) overwrite
if !empty(MyCursor1.mem1) && don't need _tally here .and. _tally != 0
thisform.indexes.controlsource = "MyCursor1.mem1"
endif
if !empty(MyCursor1.mem2)
thisform.fields.controlsource = "MyCursor1.mem2"
endif
thisform.refresh()
erase (lcMyTextFile)
erase (lcOtherTxtFile)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform