I use a form to insert and edit scheduler evnnts inherited by yours:
TfrmCustomEventEditor = class(TcxSchedulerCustomEventEditor)
After upgrading from VCL 13.1 to 13.2 i am able to build, anyway when using the application on the creation of a new scehduler event (=OK on the CustomEventEfitor form) i have the following error
"Invalid value for field 'MY_EVENT_ID"
where MY_EVENT_ID refers to TcxSchedulerDBStorage.FieldNames.ID
could you please suggest a solution?
Moreover it is not possible to open an old Event. i have Access Violation.
This occurs on
Delphifunction TcxSchedulerEvent.GetEventType: TcxEventType;
begin
Result := GetValueDefault(FStorage.FEventTypeField, etNone);
end;
Would you please provide us with a small sample project so we can precisely replicate your scenario on our side?
P.S.: Please check whether or not the breaking change from the [DCC Error] CustomSchedulerEditor.pas(129): E2137 Method 'ApplyChanges' not found in base class ticket is related to this problem.
Please find attached sample project, Try to create a new event, you will have error "Invalid value for field FIELD_NAME"
Hello,
I am afraid that I was not able to run your demo because the TMSConnection and some other TMS~ classes do not present on my side. Would you please provide us with a sample project based on standard VCL database components? To provide necessary data, you can load it to ClientDataSets or TdxMemdata (use their "Assign Local Data…" option). This will allow us to review your sample on different machines without installing 3rd-party components.
Hello
Before attaching i made sure to use TdxMemdata, and still i see without any 3rd party components, just to reconfirm this time i uninstalled 3rd part components(Devart- tmsconnection etc) and rebuild without any problem. This time i am attaching with Dcu and EXE too.
You attachment contains two projects - Memo and Project7. I assume that I should use Memo project to reproduce the problem, am I right? Would you please provide us with step-by-step instructions on how to reproduce the issue with your demo?
oh ok, Yes Memo is sample project.
Steps to reproduce as follows:
I modified the ticket to "urgent" since this is critical now.
I made a (almost useless) video that reproduces steps 1 - 2 - 3 described above: http://www.screencast.com/t/Yz8XMGnh (if it doesn't run hit F5 to refresh the browser and try again).
We are working on your request, but it can take us some time to examine it. We will get back to you once we have any results or need additional information. Thank you for your patience.
Thanks for informing me, I hope you can find a solution (either a fix or suggest a better impelmentation) in a short time.
I would appreciate a lot if you can give me a tentaive date for a solution. Thanks.