Geoff Booth
Comments
Recent activity by Geoff Booth
-
I'm still not understanding, Does the customer want to scan a barcode to retrieve a value on to a user-defined form? Then what happens - does the data need to be saved? Provide an example if possi...
- View comment
- 0 votes
-
I still don't understand what you are trying to do. You need to provide more details such as: What form are you on? What does the AutoPress next pop select do? What is the point of switching to Fi...
- View comment
- 0 votes
-
Activate(); So you activate the current open form - should be OK Activate(1281); //switch to find mode - should be OK AutoPressNextPopup(2);//Accept the yes by default - What is this popup ? Is i...
- View comment
- 0 votes
-
Hey Tom, turn on the Debug Mode on your macro. Then you can walk through the macro line by line and it will show you which form is inactive / active. That should help determine whether you need ano...
- View comment
- 0 votes
-
It may be possible depending on which documents you want to approve. Anything with a JE & a serial/batch number is likely to fail I know a consultant who is trying to solve this solution - many hou...
- View comment
- 0 votes
-
If you use the SQL report as your selector you don't use a line loop. Fill in the Select Data Target info and the report will paste the data directly into the form you launched it from (a New Sales...
- View comment
- 0 votes
-
Turn on the debug mode for your UF's. This will allow you to watch line by line what is happening which should help to troubleshoot.
- View comment
- 0 votes
-
Check your Transfer commands. They should be Transfer (<source>|<target>); Yours look backwards to me.
- View comment
- 0 votes
-
It appears to me you are trying to query items in order to provide a quick selector screen to then quickly build a Sales Order. I would start by creating an SQL Report based on your query. Modify t...
- View comment
- 0 votes
-
Please post the contents of your macro and the validation calling it. There isn't enough information here to assist.
- View comment
- 0 votes