Geoff Booth
Comments
Recent activity by Geoff Booth
-
I would start by building a SQL Report. This allows you to return a list with a check box for each row to give the user final control. Then add a button or right-click menu to the SQL report to cal...
- View comment
- 0 votes
-
Just some thoughts: Create a multi-step macro to : Use a while loop (battleshipcobra.com/youtube-download/while_loop_example.txt ) to write the Item Group and Line Value to a temp table Build a qu...
- View comment
- 0 votes
-
It looks like that is pulling from the Users table (OUSR). Likely simply add a standard Formatted Search to that field based on a user query such as: SELECT T0.[USERID], T0.[U_NAME] FROM OUSR T0 W...
- View comment
- 0 votes
-
Try: Open the Employee Master Data window (under Human Resources) Turn on the view user-defined fields (Ctrl-Shift-U) if they are not visible Find the Hide From List field and set each user you wa...
- View comment
- 0 votes
-
I doubt it. How about changing: Set($[$22.0.0]|@Store15); //set check no as reference to Set($[$22.0.NUMBER]|@Store15); //set check no as reference
- View comment
- 0 votes
-
Glad you are making progress! Yes - as long as you know which ones are popping up:. See Boyum help as they must be placed in the macro just before they are needed AutoPressNextPopup(); -- most c...
- View comment
- 0 votes
-
Does the field need to be visible? If not then possibly "Hide" the field on Form Load and then add the show & hide to your set macro?
- View comment
- 0 votes
-
Try switching the validation to after data load instead of form load (hopefully the resizing doesn't reload the data). If not, then I think you need to add a validation on the field itself to block...
- View comment
- 0 votes
-
This is not likely to be developed as SAP 10 by default has the same ability on many documents (not all and not Production Orders). You should be able to use your validation but alter the UF to use...
- View comment
- 0 votes
-
Two options (similar): SQL Report with the Boyum Line Loop (As suggested by Support) SQL Report with a "Do While loop" as explained here: <https://www.battleshipcobra.com/youtube-download/while_...
- View comment
- 0 votes