Jump to content

ydarsius

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by ydarsius

  1. hi sorry for late reply.. when i use unimemo i cant use [enter] for next line in memo
  2. delphi xe 6 and uni gui 1.0.0.1402..
  3. Hi Delphi Developer, when i use unimemo in dbgrid roweditor, i'm getting problem when use [enter] for next line in memo, its just keep updating/ applying.. and can i use enter as tab in dbgrid roweditor?
  4. Delphi XE6 and UniGUI 0.98.0.1126 and Fast Report 5..
  5. no one can help me?? i make a program with unigui and fast report for report (can do excel export). i have 3 server no.1 use window server 2008, the excel export run smoothly with client computer, the client computer can produce excel file same as the report. running well, no problem. then i copy it to computer no. 2 same spec, i get the error message when i execute the excel export, the client computer can't produce excel file. then i put the program in the windows 7's computer (no 3), the client computer can produce excel file. same as no .1. anyone here have same problem as no.2 error?
  6. why i cant create excel file, this is the error i use fast report, here is my code procedure TRptModule.MyFrxexcel(frxReport: TfrxReport); begin frxReport.ShowProgress:=False; frxReport.PrintOptions.ShowDialog:=False; frxReport.EngineOptions.SilentMode:=True; frxXLSXExport1.SlaveExport:=False; frxXLSXExport1.SuppressPageHeadersFooters:=False; frxXLSXExport1.Wysiwyg:=True; frxXLSXExport1.FileName := UniServerModule.LocalCachePath +RptName; frxXLSXExport1.DefaultPath := ''; frxReport.PrepareReport(); frxReport.Export(frxXLSXExport1); // Export Report UniSession.SendFile(UniServerModule.LocalCachePath +RptName, RptName); end; Regards yudi
×
×
  • Create New...