NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: hkalmbach on April 11, 2018, 03:48:38 AM

Title: NetTalk apps Variable st of typ STRINGTHEORY in dictionary
Post by: hkalmbach on April 11, 2018, 03:48:38 AM
Hi together,

I am trying to create an web disconnected app. As first step I prepare my dictionary. Bruce wrote in the documents in the 'Clarion dictionary tips' to create a global section and a variable st of type STRINGTHEORY.

Clarion Dictionary Tips
Add a Globals data section
Add a variable, st, to this section. Set the type to STRINGTHEORY

How can I do this? I created a global section. If I add a column st I only get the clarion data types, but not stringtheory as type.

Thanks for every help.

Cheers
Heinz
Title: Re: NetTalk apps Variable st of typ STRINGTHEORY in dictionary
Post by: broche on April 11, 2018, 09:03:59 AM
You type it in instead of choosing it from the drop down.
Title: Re: NetTalk apps Variable st of typ STRINGTHEORY in dictionary
Post by: Bruce on April 12, 2018, 11:29:57 PM
from the list of drop-down types offered in the dict choose
TYPE
then in the Base Type field enter
STRINGTHEORY
make sure the "Reference" checkbox is OFF.