Houston,
I have a problem.
I'm trying to make an overview of all the tables of our company,
like PHPmyAdmin.
I made it flexible, because there are to much tables.
A user clicks on the tablename, and he gets an overview of all columns.
After that, I made a button, "BROWSE", to see the data.
I run an other .p file for this, with an output-parameter and I give as parameter the table name and the field name.
But as ouput, I get for example : user.user-id and not P00342 (where user is the tablename and user-id the fieldname and P00342 the value of that field).
How can I solve this problem.
I tried already to remove the " but then he says, unknown variable.
I have a problem.
I'm trying to make an overview of all the tables of our company,
like PHPmyAdmin.
I made it flexible, because there are to much tables.
A user clicks on the tablename, and he gets an overview of all columns.
After that, I made a button, "BROWSE", to see the data.
I run an other .p file for this, with an output-parameter and I give as parameter the table name and the field name.
But as ouput, I get for example : user.user-id and not P00342 (where user is the tablename and user-id the fieldname and P00342 the value of that field).
How can I solve this problem.
I tried already to remove the " but then he says, unknown variable.