hello,
i can't add new guid field in virtual table. error occurring: "invalid field size"
problem with adding new guid field
-
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:
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);