How to read the grid records into variables in php?

I need to get the all rows from grid to variables , please guide. thanks

Take a look at sc_select() macro. (Macros - Scriptcase Manual)

If I need to read from form columns into variables, how to do it ?

Thanks Kleyber

You can to create a cursor for that, use same SQL Stament used by grid.
with the macro sc_select()

1 Like