Navigation:  Commands > Infobox Information File [IIF] >

$type query [IIF]

Previous pageReturn to chapter overviewNext page

Designate Infobox for Run Query Program

$type query


This command identifies the infobox as one that, when selected, runs an external program, typically to perform a query or lookup. The infobox must contain a $run command.

This command has no parameters.

Example:

; File 00003000.IIF

$type query

$if @class > 10

$run "hiclass @LINE @custno"

$next_box 200

$else

$run "lowclass @LINE @custno"

$next_box 100

$endif

$error_exit s72

 


Topic url: http://www.copia.com/support/refmanual/index.html?%24typequery.htm