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:
00941537
Vues:
9
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.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform