Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo fields...doncha just love 'em?
Message
De
28/04/1997 11:20:53
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
28/04/1997 10:21:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00029878
Message ID:
00029909
Vues:
26
>Hi all.....got another one of those questions.
>
>Seems that VFP is being selective about saving memos. It SAYS it saved it, it ACTS like it saved it, until you exit the system and look at the actual table. This is a VFP3.0 system running on Novell 3.x/4.x netware and Win 3.11. Any ideas?
>
>Oh, did I mention that this behaviour is sporatic?
I know of a problem in fp2.x, that I thought VFP fixed. Check and make sure that the currently selected area is not at eof() and you are saving the memo in another work area for example

SELE A
USE tablea
GO BOTT
IF NOT EOF()
SKIP
ENDIF

SELE B
USE tableb
APPEND BLANK

SELE A
REPL tableb.memofield with 'TEST'

The above code will not work with some older versions of FP (and maybe VFP?)
L.A.Long
ProgRes
lalong1@charter.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform