Combines Active Local Pages and extended DHTML model in an application frame that allows DHTML/ASP/CGI applications to run without need of WEB server or installation on nearly all desktops (no PWS,IIS need) as typical desktop applications. Applications may choose their presence, use window and context menus.
*** Error on line 26: Illegal in a radio group.
POPUP, Err popup
// ERRORS - compilation failed.
If the compilation is successful output will end with:
// SUCCESS - compilation ok.
Menu definition file syntax
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Every command in the file must be placed on a separate line. Commands consist of
KEYWORD and parameters. General syntax is:
KEYWORD, param1, param2,...[,optionalname]
Number of parameters depends on the KEYWORD. Parameter in [] brackets is optional
Commands (keywords):
^^^^^^^^^^^^^^^^^^^^
POPUP, Caption [, name]
Begins a menu popup/branch.
Parameters:
Caption - caption of the pop up menu.
name - internal name of the pop up menu
Short form:
P, Caption [, name]
POPUP END
Ends the current pop up
Short form:
PE
ITEM, Caption, Handler, Info [, name]
Defines a menu item in the current pop up or radio group
Parameters:
Caption - caption of the menu item.
Handler - name of the handler function.
Without () brackets. Frame parameter of the compiler
defines which browser frame contains the function
Info - Custom information string of your choice.
To leave it empty leave one space after the comma.
name - internal name of the menu item
Short form:
I, Caption, Handler, Info [, name]
ACCELERATED ITEM, Accel, Caption, Handler, Info [, name]
Defines a menu item with associated accelerator key combination
in the current pop up or radio group
Parameters:
Accel - Accelerator key for the menu item
Syntax: modifier1[-modifier2[-modifier3]]-Key
modifier - is one of these keywords:
Ctrl - Control key
Alt - Alt key
Shift - Shift key
Key - is a character or special keyword for non character
keyboard keys
Examples: Ctrl-Shift-A
Ctrl-Alt-X
Ctrl-Shift-F2
F3
Caption - caption of the menu item.
Handler - name of the handler function.
Without () brackets. Frame parameter of the compiler
defines which browser frame contains the function
Info - Custom information string of your choice.
To leave it empty leave one space after the comma.
name - internal name of the menu item
Short form:
A, Accel, Caption, Handler, Info [, name]
SEPARATOR
Defines a menu separator.
Shor form:
S
RADIOGROUP [, name]
Begins a radio group.
Parameters:
name - internal name of the radio group
Short form:
R
Remarks: Radio groups can not be nested and pop up menus can not be defined
inside a radio group.
RADIOGROUP END
Ends the radio group
Short form:
RE
Access2ASP - ASP conversion v2.0
(Popularity: ) : A conversion tool for access databases.Converts your db to clean, commented ASP code - produces a front end and an ...