Alvin Li
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by Alvin Li-
The server threw an exception when running print sequence
Hi all, I am using Macro to automate the Print Sequence after a new invoice is added. It will print one invoice in PLD format, and another invoice in Crystal Report format. During the testing phase...
-
Automate Print Sequence
Hi all I want to make the system to automatically print invoice in 2 different layout right after the invoice is added. The only available built-in function is Print Sequence. I try to use Macro co...
-
Create addon program without Microsoft Visual Studio
Hi All, I want to create an add-on program in SAP B1. I search in the Internet for how to do it, and all information show that I need Microsoft Visual Studio. I don’t want to get the license just b...
-
Exception has been thrown by the target of an invocation
AnsweredHi,Hope I can get help from someone here regarding this "Exception has been thrown by the target of an invocation". I created .Net Snippet and I got above error and I discovered that the error was ...
-
Loop through BOY_1 matrix
AnsweredHi, I try to write VB code to loop through the table generated by the SQL report. I use the below code to get start. Dim i as Itemi = form.Items.Item("BOY_1")Dim m as Matrixm = CType(i.Specific, Ma...
-
Validation system - Button pressed & Key pressed
AnsweredHi, I try to setup a validation in trigger system. I want it to be triggered by either clicking "Add" button or pressing Ctrl+Enter keys (both will create a new invoice). My setup is showed below. ...
-
Universal function - Dynamic code
AnsweredHi, I am new here and hope I come to the right place for my question. Is it possible to create my own class in Dynamic Code? If it is possible, could you please provide some sample code, or other w...