How to select automatically rows
AnsweredHi, i need to know if with a macro command its possible to select a row number automatically because i need to take the same docnum thats is in the reference number of my principal window.
In my example i need to select the row number 17 contains docnum 182 who corresponds to 182 in field reference number.

Somebody has done something similar?
Thanks and regards.
Alessandro.
-
Official comment
Hello Alessandro,
We haven't done any configuration like that so I'm not 100% if this is possible but you can try this:
-Create a button.
-The button will execute a UF type macro.
-The macro will include the commands to execute the following actions (I'm not includding the commands):
+Store the document number in a variable @STORE1 for example.
+Copy from the selected document (we already includded a new command to do this).
+Activate the new window.
+Set the stored value in the field.
+Click on select.
+Activate the new window.
+Click on finish.
Hope this helps. If you make it work we will appreciate the feedback =)
Please sign in to leave a comment.
Comments
1 comment