4D v14.3

QR EXECUTE COMMAND

Home

 
4D v14.3
QR EXECUTE COMMAND

QR EXECUTE COMMAND 


 

QR EXECUTE COMMAND ( area ; command ) 
Parameter Type   Description
area  Longint in Reference of the area
command  Longint in Menu command to be executed

The QR EXECUTE COMMAND command executes the menu command or toolbar button whose reference was passed in command. The most common use for this command is to execute a command after the user selected that command and your code intercepted it through the QR ON COMMAND command.

In command, you can pass a value or one of the constants of the QR Commands constant theme.

If you pass an invalid area number, the error -9850 will be generated.
If you pass an invalid command number, the error -9852 will be generated.

 
PROPERTIES 

Product: 4D
Theme: Quick Report
Number: 791

This command modifies the Error system variable

 
HISTORY 

Created: 4D 2003

 
SEE ALSO 

QR Get command status
QR ON COMMAND

 
ARTICLE USAGE

4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)