Jump to content

zaikay

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. the error is lost I need to process it in the example I showed one of the ways to handle such an error, but I want to handle it in a standard way in an event I want this to be fixed in the embarcadero studio
  2. asynchronous query execution loses field type errors object FDQuery1: TFDQuery AfterOpen = FDQuery1AfterOpen OnPostError = FDQuery1PostError OnReconcileError = FDQuery1ReconcileError Connection = FDConnection1 ResourceOptions.AssignedValues = [rvCmdExecMode] ResourceOptions.CmdExecMode = amAsync OnError = FDQuery1Error OnExecuteError = FDQuery1ExecuteError SQL.Strings = ( 'select '#39'qwerty'#39' as AnotherType') Left = 128 Top = 96 object FDQuery1AnotherType: TIntegerField FieldName = 'AnotherType' Origin = 'AnotherType' ReadOnly = True Required = True end end ///// FDQuery1.Open; // this is where the error gets lost Новая папка (34).zip
×