NetTalk Central

Author Topic: GUID and FM3  (Read 4222 times)

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
GUID and FM3
« 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.
Brian

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: GUID and FM3
« Reply #1 on: April 09, 2018, 10:33:13 PM »
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


broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: GUID and FM3
« Reply #2 on: April 10, 2018, 10:34:42 PM »
Thanks Bruce,
That was it copied the wrong GUID in there and it had a base type of StringTheory

Brian.
Brian