|
|
#
|
GetFormNames (JPNode, CharacterList)
|
Recursively parses the given file for FORM statements with named
Frame references
|
|
|
#
|
GetFormWidgets (character, JPNode)
|
Parses the given file for the given frame name in FORM statements
|
|
|
+
|
Consultingwerk.Framework.Collections.CharacterList GetFrameNames (character)
|
Parses the given file and returns a list of FRAME names
|
|
|
+
|
GetFrameWidgets (character, character, table)
|
Parses the given file for the given frame name and returns a temp-table
containing all the widgets found in that frame
|
|
|
#
|
CHARACTER GetQueryBufferNames (ParseUnit, character)
|
Returns a comma delimited list of buffer names from the DEFINE
QUERY Statement for the given Query Name Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
|
|
|
#
|
Initialize ()
|
Initializes the Proparse environment Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
|
|
|
+
|
CHARACTER ParseListItemPairs (JPNode)
|
Parses the LIST-ITEM-PAIRS Node and returns a CHR(1) delimited list
of the LIST-ITEM-PAIRS Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
|
|
|
+
|
CHARACTER ParseListItems (JPNode)
|
Parses the LIST-ITEMS Node and returns a CHR(1) delimited list
of the LIST-ITEMS Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
|
|
|
+
|
CHARACTER ParseRadioButtons (JPNode)
|
Parses the RADIO-BUTTONS Node and returns a CHR(1) delimited list
of the RADIO-BUTTONS Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
|
|
|
#
|
ProcessAppBuilderComments (JPNode)
|
Processes Comments at the top-level for AppBuilder Comments
|
|
|
#
|
ProcessFrameWidgets (JPNode)
|
Parses a DEFINE FRAME or FORM statement node
|
|
|
#
|
PublishStatus (character)
|
Publishes the a status message Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
|