Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6 & FB: Text BLOB allows adding but not editing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00941530
Message ID:
00941540
Vues:
11
Hmm, it's very strange.

I tested RV or SPT with G field with IB 6.0 and FB 1.5 without problem.
General field is define on FB as "blob sub_type 0"

CompareMemo=.F. [ ] Inlcude Memo fields in Where clause

MartinJ

>Hi Martin
>
>Thank you for responding so quickly.
>
>>You must set property CompareMemo to .F. on remote view or cursor result.
>
>That does not seem to work. If it helps I have overridden the default expectation of VFP from G to M for a BLOB Text field so that I can drag-drop a editbox. The following code is from the CB framework, where there is a logic to avoid General fields and I have done an override by specifying M
>
>
	*** EGL: 2002.2.14 13:36 -  Exclude General fields from checking
>	IF TYPE(lcFld) == "G"
>		LOOP
>	ENDIF
>	
>	IF NOT (OLDVAL(lcFld) == CURVAL(lcFld))
>		lnRetVal = ERROR_UPDATE_CONFLICT
>		EXIT
>	ENDIF
>
>As an afterthought I just converted (keeping the form and all intact) the M back to G in the remote view and the form completely stopped working and will not load.
>
>Please advise.
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform