Geoff Booth
Comentarios
Actividad reciente de 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...
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
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
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
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?
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
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...
- Ver comentario
- 0 votos
-
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_...
- Ver comentario
- 0 votos