I had the DataAbstract trial installed, so just after I purchase this product ( DA Delphi and Java ), I install the latest version ( RemObjects Data Abstract for Delphi - 7.0.67.1073 ).
So, Far I am having issues:
When I try to open DASampleService sample, I get: “Error reading DASampleService.SessionManager: Property SessionManager does not exist. Ignore the error and continue ? …”
I need to open project and rebuild it ( 32bits ), so I can open the form with the SessionManager component, and I fixed this error.
But, with a new test project ( following the wizard to build server and client ), I am having an error when the cliect try to get data from the server:
“An exception was raised on the server: Error reading DataService.ClientHeight: Property ClientHeight does not exist.”
DETAILS:
[1AED5D77]{RemObjects_Core_D17.bpl} Uroclient.TROMessage.ProcessException + $2F
[1AF14E27]{RemObjects_Core_D17.bpl} Urobinmessage.TROBinMessage.IntReadFromStream + $1DF
[1AED5B62]{RemObjects_Core_D17.bpl} Uroclient.TROMessage.ReadFromStream + $3A
[1AF1555B]{RemObjects_Core_D17.bpl} Urobinmessage.TROBinMessage.ReadFromStream + $1B
[1AED7BBA]{RemObjects_Core_D17.bpl} Uroclient.TROTransportChannel.Dispatch + $146
[1AFBC9FC]{RemObjects_Core_D17.bpl} Urodynamicrequest.TRODynamicRequest.DoExecute + $148
[1AFBCB53]{RemObjects_Core_D17.bpl} Urodynamicrequest.TRODynamicRequest.Execute + $47
[2FE59D61]{DataAbstract_Core_D17.bpl} Udaremotedataadapter.TDARemoteDataAdapter.InternalFill + $24D
[5005A313]{rtl170.bpl } System.@ReallocMem (Line 4395, “System.pas” + 91) + $0
[2FE54EA4]{DataAbstract_Core_D17.bpl} Udadataadapter.TDABaseDataAdapter.Fill + $394
[5005A2E1]{rtl170.bpl } System.@ReallocMem (Line 4325, “System.pas” + 21) + $0
[50064AE8]{rtl170.bpl } System.DynArraySetLength (Line 31888, “System.pas” + 58) + $5
[2FE54A86]{DataAbstract_Core_D17.bpl} Udadataadapter.TDABaseDataAdapter.Fill + $FA
[2FE2994B]{DataAbstract_Core_D17.bpl} Udadatatable.TDADataTable.LoadFromRemoteSource + $8F
[2FE2971D]{DataAbstract_Core_D17.bpl} Udadatatable.TDADataTable.DoOpen + $2D1
[2FE83144]{DataAbstract_Core_D17.bpl} Udamemdatatable.TDAMemDataTable.DoOpen + $C
[2FE2986C]{DataAbstract_Core_D17.bpl} Udadatatable.TDADataTable.Open + $4
[2FE25527]{DataAbstract_Core_D17.bpl} Udadatatable.TDADataTable.SetActive + $23
[2FE2EEAC]{DataAbstract_Core_D17.bpl} Udadatatable.TDADataTable.SetActiveProperty + $0
[50113D42]{rtl170.bpl } System.TypInfo.SetOrdProp (Line 2594, “System.TypInfo.pas” + 37) + $0
[210ED66A]{designide170.bpl} DesignEditors.TPropertyEditor.SetOrdValue (Line 839, “DesignEditors.pas” + 2) + $E
[21130A0B]{designide170.bpl} VCLEditors.TBooleanProperty.MouseUp (Line 1864, “VCLEditors.pas” + 5) + $10
[2126F6D9]{vclide170.bpl} PropBox.TCustomPropListBox.ItemMouseUp (Line 1631, “PropBox.pas” + 17) + $1B
[2126F8CF]{vclide170.bpl} PropBox.TCustomPropListBox.MouseUp (Line 1696, “PropBox.pas” + 1) + $D
[5042330C]{vcl170.bpl } Vcl.Controls.TControl.DoMouseUp (Line 7468, “Vcl.Controls.pas” + 2) + $28
[50423388]{vcl170.bpl } Vcl.Controls.TControl.WMLButtonUp (Line 7481, “Vcl.Controls.pas” + 9) + $6
[2127505C]{vclide170.bpl} IDEInspListBox.TInspListBox.WMLButtonUp (Line 1632, “IDEInspListBox.pas” + 3) + $4
[5042297D]{vcl170.bpl } Vcl.Controls.TControl.WndProc (Line 7224, “Vcl.Controls.pas” + 91) + $6
[15DC74D8]{rbIDE1417.bpl} Ppsynuedit.TSynEditPlugin + $70
[50426C47]{vcl170.bpl } Vcl.Controls.TWinControl.IsControlMouseMsg (Line 9807, “Vcl.Controls.pas” + 1) + $9
[50427411]{vcl170.bpl } Vcl.Controls.TWinControl.WndProc (Line 10039, “Vcl.Controls.pas” + 153) + $6
[5044AB99]{vcl170.bpl } Vcl.StdCtrls.TCustomListBox.WndProc (Line 7105, “Vcl.StdCtrls.pas” + 55) + $5
[50426A54]{vcl170.bpl } Vcl.Controls.TWinControl.MainWndProc (Line 9751, “Vcl.Controls.pas” + 3) + $6
[5015BE38]{rtl170.bpl } System.Classes.StdWndProc (Line 16892, “System.Classes.pas” + 9) + $2
[5054D9AF]{vcl170.bpl } Vcl.Forms.TApplication.ProcessMessage (Line 10208, “Vcl.Forms.pas” + 23) + $1
[5054D9F2]{vcl170.bpl } Vcl.Forms.TApplication.HandleMessage (Line 10238, “Vcl.Forms.pas” + 1) + $4
[5054DD2D]{vcl170.bpl } Vcl.Forms.TApplication.Run (Line 10376, “Vcl.Forms.pas” + 26) + $3
Thanks in advance,
José Carlos da cunha jr.