Natasha
9th August 2004, 16:32
Hi
Does anybody know how can I receive conditions of query ‘Tools/Query’ from 4GL script program?

Thanks

mrandy
9th August 2004, 17:39
string temp(110)
get.var(pid, "g.field.parts",temp)
message(temp)

Hitesh Shah
10th August 2004, 07:51
I remember Tools/Query works by bms protocols . When one uses the tools/query,
u have process number of ttstpqbf in pre-defined variable bms.sender.process.
U can get the values of field description (field.desc),operator , expressions
(expr.1/expr.2) in the program and know the values in ur 4GL program.
All these variables are arrays in ttstpqbf.