Alain Seys
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 10
Comments
Recent activity by Alain Seys-
Hy, Rasmus Jensen that did solve my issue thanks
-
i filled in both but the numbering seems to be off if add some like eg 11 but then the field is gone is there way to find out the exact number of the tab?
-
Hy Ramon, no sure what you mean If i place it on the general tab i can set the tab where it should be but then the field is visible on all tabs i want only to show it on the remarks tab.
-
So the following would be correct ? @store1 = SQL (SELECT U_Maatartikel FROM OITM WHERE ItemCode = $[$38.1.0]) IF(@store1 = '1') BEGIN Set($[$BOYX_2.0.0]|1); END IF(@store1 = '0') BEGIN Set($[$BOYX...
-
Hi, Nadav is there a way you can query this with a sql query. like : eg SQL(SELECT ItemCode FROM OSPP WHERE ItemCode = $[$38.1.0] AND CardCode = $[$4.0.0]) Nadav Caridi
-
@STORE1 = SQL(SELECT ItemCode FROM OSPP WHERE ItemCode = $[$38.1.0] AND CardCode = $[$4.0.0]) if($[$38.1.SELECTED]) != @STORE1BEGIN //MessageBox($[$38.1.0.SELECTED] in not in @STORE1 black is appli...
-
Hy Kenneth , thanks for the help that worked for me :)