Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dumb xmladapter or Dumb me
Message
From
27/06/2003 01:26:53
 
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00803232
Message ID:
00804553
Views:
33
>Positively superb! Thanks for the excellent example code. You have been very helpful and I truly appreciate your attention to this problem. Aleksey I wish I could do more but, on the UT all I can do is award you stars.
>
>Glenn

You are welcome.

BTW, I forgot to add oXF.MaxLength=VAL(oXF.XSDmaxLength) into last loop:
FOR EACH oXT IN oXA.Tables
	FOR EACH oXF IN oXT.Fields
		?oXF.XSDtype
		IF 		oXF.XSDtype=="hexBinary" AND ;
				VAL(oXF.XSDmaxLength)>0 AND ;
				VAL(oXF.XSDmaxLength)<255
		 	oXF.DisableEncode=.F. 	
			oXF.IsBinary=.T.
			oXF.IsBase64= .F.
			oXF.DataType="C"
			oXF.MaxLength=VAL(oXF.XSDmaxLength)
			oXF.NoCpTrans= .T.
		ENDIF
	ENDFOR
ENDFOR
Thanks,
Aleksey.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform