Page 1 of 1

problem with adding new guid field

Posted: Tue 28 Dec 2010 10:56
by dartas
hello,
i can't add new guid field in virtual table. error occurring: "invalid field size"

Posted: Tue 28 Dec 2010 14:20
by AndreyZ
Hello,

Thank you for the information. We have fixed this problem. This fix will be included in the next VirtualTable build. As a workaround you can use the following code:

Code: Select all

VirtualTable.AddField('guid', ftGuid, 38);