Alain Seys
Comments
Recent activity by Alain Seys
-
Hy, Rasmus Jensen that did solve my issue thanks
- View comment
- 0 votes
-
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?
- View comment
- 0 votes
-
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.
- View comment
- 0 votes
-
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...
- View comment
- 0 votes
-
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
- View comment
- 0 votes
-
@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...
- View comment
- 0 votes
-
Hy Kenneth , thanks for the help that worked for me :)
- View comment
- 0 votes