on 2024 Jan 12 8:19 AM
Hello experts,
I am getting an error when I open a SAP B1 form a second time, error is not thrown when I open the form the first time after running the addon. This is a b1f from built through Visual Studio.
The error gets thrown here:
if (pVal.FormTypeEx == "ContinuousProduction.LaminationSFGReceipt" && pVal.EventType == SAPbouiCOM.BoEventTypes.et_FORM_VISIBLE && pVal.BeforeAction == false)
{
if (EditText3.Value == string.Empty) <-- Error gets thrown here
{
Button3.Item.Visible = false;
}
else
{
Button3.Item.Visible = true;
}
}
What can I do to resolve this issue?
Regards,
Request clarification before answering.
Connect me. i will sort out this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i was also facing the same issue. kindly check whether this solution works for you or not
https://www.linkedin.com/feed/update/urn:li:activity:7166391771059482624
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi kinyanjuikamau
Please check below mentioned thread:
https://answers.sap.com/questions/12666433/hresult-0x80010105-rpceserverfault-in-sapbobscomid.html
Kind Regards
Nidhi Singh
SAP Business One Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
96 | |
12 | |
10 | |
8 | |
6 | |
4 | |
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.