on 2023 Jun 05 6:38 PM
In SAP B1 10.0 FP 2208, a lightweight AddOn was recompiled to run on 64 bit and the option to support the web browser was selected. This is MS SQL not HANA.
The desktop client will display the expected matrix data on a user defined screen but the web browser client does not.
Shown below the desktop client (ap2ar-appclient.jpg) displaying 1 line item of data as expected.
The web client (ap2ar-webclient.jpg) does not display the matrix data; however, in System Messages, 1 line of data is indicated.
I have tried changing fonts to see if it is a display issue but that did not help.
Any ideas are welcome...
Hi Maria,
Add row code of matrix in constructor
or
Add row code of matrix at form add mode event
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Maria,
add row code of matrix add in the constructor
or
Add row code of matrix at form add mode event
oMatrixDocumentDtl.AddRow(1, 1);
((SAPbouiCOM.EditText)oMatrixDocumentDtl.Columns.Item("#").Cells.Item(oMatrixDocumentDtl.RowCount).Specific).Value = oMatrixDocumentDtl.RowCount.ToString();
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
112 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.