Jump to content

andersonrsbezerra

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by andersonrsbezerra

  1. How to increase height of secondary forms?
  2. I want to replace main form with another form. Or start the application with a form other than main form.
  3. I created a new form and wanted to leave it being the main form
  4. I am calling the report as below. But I would like the report to be displayed in a new browser tab EngineOptions.SilentMode := True; EngineOptions.EnableThreadSafe := True; EngineOptions.DestroyForms := False; EngineOptions.UseGlobalDataSetList := False; PrintOptions.ShowDialog := False; ShowProgress := False; PreviewOptions.AllowEdit := False; frxPDFExport1.Background := True; frxPDFExport1.ShowProgress := False; frxPDFExport1.ShowDialog := False; frxPDFExport1.FileName := UniServerModule.NewCacheFileUrl(False, 'pdf', 'Orçamento-' +UniMainModule.qOrcamento.FieldByName('ORCAMENTO_ID').AsString, '', AUrl); frxPDFExport1.DefaultPath := ''; PrepareReport; Export(frxPDFExport1);
  5. Can I display a FastReport report on another tab?
  6. How to open Form in a different tab than the one that is running the application?
  7. How to send batch files to the server?
×
×
  • Create New...