|
#
|
CHARACTER ExtractQueryString (character, character)
|
Extracts the Query String from the OPEN QUERY Statement
|
|
-
|
FindOpenQueryStatements (JPNode, BrowseWidgetQueryInformation)
|
Recursivly locates all OPEN QUERY Stamements in the given JPNode and
adds them to the BrowseWidgetQueryInformation
|
|
#
|
FindOpenQueryStatements (ParseUnit, BrowseWidgetQueryInformation)
|
Locates all OPEN QUERY Stamements in the given parse unit and adds
them to the BrowseWidgetQueryInformation
|
|
+
|
GetBrowseColumns (character, character, table)
|
Parses the given file for the given browse name and returns a temp-table
containing all the columns defined in that browse
|
|
+
|
Consultingwerk.Framework.Collections.CharacterList GetBrowseNames (character)
|
Parses the given file and returns a list of BROWSE names
|
|
+
|
Consultingwerk.Studio.LegacyGuiMigration.Browse.BrowseWidgetQueryInformation GetBrowseQueryInformation (character, character)
|
Parses the given file for the given browse name and returns a the
BrowseWidgetQueryInformation with the name of the browse query and
all OPEN QUERY Statements found in source code
|
|
#
|
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
|
|
#
|
ProcessBrowseColumns (JPNode)
|
Parses a DEFINE BROWSE Statement
|
|
#
|
PublishStatus (character)
|
Publishes the a status message Inherited from Consultingwerk.Studio.LegacyGuiMigration.LegacyGuiParser
|