Hai,
I am a beginner in progress.. Please help me in following situation.
define variable v-where as char.
assign v-where = "tbprihdr.price-id = 1234".
find first tbprihdr where price-id = 1234.
message price-id. /* the record is available in buffer. */
if v-where then message yes. /* this statement is not correct */
Is there any way to execute the above statement.? I am expecting v-where to be calculated at run-time and the if condition becomes true.
Thanks
I am a beginner in progress.. Please help me in following situation.
define variable v-where as char.
assign v-where = "tbprihdr.price-id = 1234".
find first tbprihdr where price-id = 1234.
message price-id. /* the record is available in buffer. */
if v-where then message yes. /* this statement is not correct */
Is there any way to execute the above statement.? I am expecting v-where to be calculated at run-time and the if condition becomes true.
Thanks