PDA

View Full Version : insert into memo field using VB, help


imissu
09-08-2003, 02:48 PM
I have something wrong with VB. In VB i want to insert a string :
"ABC" & chr(0) & "DEF" ( len = 7) into a memo field in VFP, i tried many times but i failed. Please help me as soon as possible. Thank in advanced

DNAunion2000
09-09-2003, 12:43 AM
/*DNAunion*/ I'd like to see the actual code you are using.

Just in case you are not familiar with VFP and are bypassing VFP... The contents of a memo field are not stored in the VFP table itself. The contents are stored in a separate file (with a .FPT extension). Then, to be able to reference that information, a 4-byte "pointer" into the FPT file is stored in the VFP table.