F
Francisco Morales López
Guest
I understand, as control fields or bitacoras. The case you describe is very simple if you use shared variables. In the main process declare a new shared variable and in the trigger you use it only. main proc: define new shared var vsIdUser as char. ... assign vdsIdUser = "blablabla". proc trigger: define shared var vsIdUser as char. .... assign table.idUser = vsIdUser.
Continue reading...
Continue reading...