Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo fields...doncha just love 'em?
Message
From
28/04/1997 11:20:53
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
28/04/1997 10:21:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00029878
Message ID:
00029909
Views:
24
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform