Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 & FB: Text BLOB allows adding but not editing
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00941530
Message ID:
00941537
Views:
10
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
___________________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform