Navigation:  Runtime Engine Version > Adding the RT to your application >

Application TXA

Previous pageReturn to chapter overviewNext page

The Demo application is shipped with a TXA you have to IMPORT in your application (in a Multi Dll application do so in the relevant one only)

 

This will add 3 procedures :

 

Cat_DMC_RT

a Source procedure simply added to differentiate the dmcrt ones from yours

 

DMC_Settings

a window procedure with all settings you can use to tweak the RT engine

 

DMC_RT_Process

a process procedure in which ALL the work is done in several steps

 

1. ! STEP ONE ! PRIME DMC variables with yours

2. ! STEP TWO : AFFECT Variables HERE with your variables (done at INIT TIME of procedure in STEP ONE)

3. ! STEP THREE : CREATE THE COMMAND LINE

 

Plus in each record processed : ! EACH RECORD (Profile) : This is where you UPDATE the "link" Table for DMC RT to READ

 

By opening this procedure you will have necessary details required as all steps are detailed for each parameter or variable used.

 

DMC_RT_MRU

a window procedure to allow selection of an SQL Table to open in the VIEWER

 

Steps to use in your application :

(in your application - like in the demo one - you need to)

 

1. define all settings (settings)

2. define buttons or events to "call" the RT engine (see the way we do it in the demo application with a ProjID identifier passed to the process procedure)

3. define all variables in the process procedure