Dear All
I am working with VS2005, C#, GP 10 SP3
All my customizations are done with VS2005
While I am testing a screen Sales à Transaction Entry
In debug mode for this event: “Dynamics.Forms.RmSalesEntry.RmSalesEntry.RmDocumentNumberWork.EnterBeforeOriginal”
void RmDocumentNumberWork_EnterBeforeOriginal(object sender, EventArgs e)
{
try
{
string strDocNum = Dynamics.Forms.RmSalesEntry.RmSalesEntry.RmDocumentNumberWork.Value.ToString();
}
catch (Exception ex)
{
MessageBox.Show(ex.Message, "RmDocumentNumberWork_EnterBeforeOriginal"); }
}
I have this error: “Illegal address for field 'WindowState' in script '[Not Found]'. Script terminated.”FYI: all other screens dosent have this problem
Please advise me what to do.