NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on April 07, 2018, 02:56:59 AM
-
NT 10.19
StringTheory 2.74
CL 10
Following the docs to create a global variable of type and stringtheory
Have a GUID filed in most tables (SQL -Postgres)
When compile app now get the following:
TPL: (PBDY.$$$) Error: ASSERT: FM3 warning: 'PAY:GUIDCust' of type 'StringTheory' is invalid in 'Payments' of driver: ODBC. You can disable this in the FM3 Global Extension template. - C:\C10Apps\TRX\PBDY.$$$:1
Not sure what the switch is in FM3?
Thanks.
-
Hi Brian,
you have a field, in your PAY table, called GuidCust - is this right?
What _type_ is this field in the dictionary?
I think the error is saying you have it set as type StringTheory, which of course is not possible in a Table structure.
Am I on the right track?
cheers
Bruce
-
Thanks Bruce,
That was it copied the wrong GUID in there and it had a base type of StringTheory
Brian.