dcsay called from a function inside the valid condition
Posted: Tue Apr 16, 2019 4:14 am
Hi,
What is the simplest way to make the DCsay called from the valid condition show on the active screen ?
Regards
i.e.
@ 1,1 DCsay "Code " get m->code valid { || getname(m->code) }
.....
DCREAD GUI
function getname
parameter mcode
seek mcode
....
@ 2,2 DCsay dbffile->name
return
What is the simplest way to make the DCsay called from the valid condition show on the active screen ?
Regards
i.e.
@ 1,1 DCsay "Code " get m->code valid { || getname(m->code) }
.....
DCREAD GUI
function getname
parameter mcode
seek mcode
....
@ 2,2 DCsay dbffile->name
return