(RPG) Is there a way to send a 'template' without using DDS?
Posted: Thu Jul 25, 2013 5:26 am
I thought I'd like to use the 'template' facility (LRNG_SendTemplate) today with a form I'm creating, but all my form content is created dynamically, and I don't use any display files. Is there a way to send a template to the mobile device without using EXFMT (or WRITE/READ)?
I tried creating a form dynamically, giving it the name of the 'template', then doing a 'LRNG_SendTemplate' with that name, and the program didn't choke doing this, but later when I tried to set the 'class' property to my 'template' name, the program croaked because the template didn't exist.
I also tried putting the LRNG_SendTemplate between LRNG_Send and LRNG_Receive, and I tried doing an LRNG_SendReceive after the LRNG_SendTemplate. No luck.
TIA.
JJ
I tried creating a form dynamically, giving it the name of the 'template', then doing a 'LRNG_SendTemplate' with that name, and the program didn't choke doing this, but later when I tried to set the 'class' property to my 'template' name, the program croaked because the template didn't exist.
I also tried putting the LRNG_SendTemplate between LRNG_Send and LRNG_Receive, and I tried doing an LRNG_SendReceive after the LRNG_SendTemplate. No luck.
TIA.
JJ