Quote from
Phil78 on December 13, 2021, 9:03 pm
HI,
I have a subroutine called by serveral functions neoPhpExecSql.
In this subroutine I also call neoPhpExecSql with different select names stored in variable, and different callback name also stored in variable. I know there is no problem with [Select] because I already use this method with succes, but it seems that is not allowed for callback name because my app crash.
([nTour] is a value beteween 2 and 5)
Setvar [Select] "selectT[nTour]"
SetVar [Load] "LoadT[nTour]"
neoPhpExecSql "dbMT" "[Select]" "[nID]" "[Load]"
HI,
I have a subroutine called by serveral functions neoPhpExecSql.
In this subroutine I also call neoPhpExecSql with different select names stored in variable, and different callback name also stored in variable. I know there is no problem with [Select] because I already use this method with succes, but it seems that is not allowed for callback name because my app crash.
([nTour] is a value beteween 2 and 5)
Setvar [Select] "selectT[nTour]"
SetVar [Load] "LoadT[nTour]"
neoPhpExecSql "dbMT" "[Select]" "[nID]" "[Load]"