Subject | Re: What BLOB to use for RTF data |
---|---|
Author | Dorin Vasilescu |
Post date | 2004-10-13T06:03:42Z |
> Actually what I am expected to do in VFP is get the data from blob,store
> it in a form.property, the edit box is supposed to be bound to thisedit
> form.property, all work is done in form.property, and on exiting the
> box I am to replace the data back into the RV.before
>
> That sums it up but what is happening that the field remains NULL
> and after.I use BLOBs for various validation scripts and/or large descriptions.
> Regards
> Bhavbhuti
> ___________________________________________
Works well if data type is mapped as Memo in remote view data
definition in VFP database. I don't have any troubles.
Can you post the remote view definition and properties (CompareMemo,
FetchMemo, FetchAsNeeded, etc.
Try with the new VFP9 beta to see if works.