NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on July 13, 2017, 12:53:37 PM
-
Hi Bruce,
I'm doing a convert app to convert old records to new database with sync properties but i'm getting this error:
Hide:Access:Demanda.Insert PROCEDURE
ReturnValue BYTE,AUTO
CODE
GET(Demanda,0)
If DEM:GUID = '' or Duplicate(DEM:GUIDKey) then DEM:GUID = (). <===== ERROR
Regards,
-
you've missed a setting on the StringThoery global extension "Detect Guid Duplicates".
There's an option there;
GetGuid Function name
that needs to be filled in.
You can make a smallsource procedure if you like, or just have a global, StirngTheory objet. (called say glo:st). In which case you would put here;
glo:st.MakeGuid
(no brackets at the end of that.)
Cheers
Bruce
-
Hi Bruce,
Sorry if i didn't understand, but set this with glo:st.makeguid and got error (ambiguous function)
so, for now i deleted if from global extension.
Any problem?
Thanks,
-
>> Any problem?
probably. Do you have a global StringTheory object declared in your dictionary?
Cheers
Bruce
-
Yes, for sure