Post Reply 
INPUT Command Syntax (SOLVED).
03-23-2015, 06:44 PM
Post: #2
RE: INPUT Command Syntax
Two things. You are attempting to create a field for variable D, and then a non-existent type. Look at your variable list: {D,{"Strings"...

Also, you are defining help strings for 4 fields.

Code:
EXPORT program()
BEGIN
INPUT({{D,{"OPTION 1","OPTION 2","OPTION 3","OPTION 4"},{20,70,3}}},"Main title","LABEL","HELP 1",0,0);
END;

Adding { } around the title field and similar is for additional pages of your input form. If you have one, no need to have it.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
INPUT Command Syntax (SOLVED). - Spybot - 03-23-2015, 05:13 PM
RE: INPUT Command Syntax - Tim Wessman - 03-23-2015 06:44 PM
RE: INPUT Command Syntax - Spybot - 03-23-2015, 07:24 PM
RE: INPUT Command Syntax - Tim Wessman - 03-23-2015, 08:06 PM
RE: INPUT Command Syntax - Spybot - 03-23-2015, 09:16 PM



User(s) browsing this thread: 1 Guest(s)