Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to copy the actual value of one field in a variable.
load * inline [
salesman , qty
paul , 10
peter , 50
Alan , 30
];
I put this values in a table
Now, if I select one Item in a table I would to copy the value of Salesman field
I selected in the variable . In this way I could to use the variable also ina a SQL
scrpt.
How to do this?
Thabk you .
Regards,
-
slash
Hi
if you create a variable vTest and put the value to field (=salesman) the variable will assume the field value when it is uniqely identified and null if it isn't
elsewhere if you want to have ever a value in variable you can use an aggragation value in variable (=Max(salesman))
Could you post the example file ?
The value of salesman myst be ? what I selected in a table.
Thanks for your support.
Regards,
--
Slash
HI
Thanks but is not what I'm looking for to obtain.
Please look the example I attached in this post.
The value New is empty. I nedd tocopy the value in th variable by sql. look in the scrpt.
thanks
Regards,
--
Salsh
Maybe by Api ?
I attached a new file,
the variable is now built by API and I need to copi into a varable the value I selected.
When I press the button I verify the value of variable. Please someone could to complete the script?
I need to set the content ( what is selected in a field salesman.
Thankyou
--
Slash
Hi Slash,
Please check the attached file.
Help this one helps!
Regards,
Nadsky
Many Tahnks., but I add a "feature". I need the che is mad in the text object (
TX01 ) and not in a field . the value must be JUSt one selected. if I selct a null value the msgbox have to show "please select a value" .
find file in attachement
Tabk you
Slash
Please have you time to help me to add the features?
Many Thanks
Regards,
Slash