Default Avatar

alman

alman

About

Username
alman
Joined
Visits
0
Last Active
Roles
FR Team

Comments

  • Alfredo wrote: » frxExport.ExportToGIF "image.GIF", 100, False, False, False In windows lonhorn Server remains blocked: Set frxExport = reportF For the rest of Operative systems it creates the object Sorry, we have no Windows Longhorn s…
  • Alfredo wrote: » I need to register the bookshop FastReport.dll in a Windows Seen, when I do it, it(he) remains hung. Try following version: http://fast-report.com/download/fr_studio_setup.msi
  • wrote: I have used FastReport Studio (FastReport3.dll) in my ASP.NET webapplication project,Every thing is ok BUT when i Upload my project to the server and when my Report wants to Execute i Encounter with following ERROR: System.Runtime.InteropS…
  • tidly wrote: trfxdblookupcombo is always grayed, as if it was disabled. I filled the relevant properties (dataset,listfield and keyfield) but it seems no to connect to db. Am i missing something? Could you describe exactly steps before gettin…
  • ademcicek wrote: in c#.net, how can i set a variable. [code] try { Rapor = new TfrxReportClass(); Rapor.EngineOptions.SilentMode = frxSilentMode.simSilent; Rapor.SetVariable( "ConStr", cnStr); Rapor.SetVariable( "IhaleID", IhaleID.ToStr…
  • Possible solution is using function StrToDate(). For example: sDate.Date := StrToDate('09/01/2004'); // Pascal script sDate.Date := StrToDate("08/05/2005"); // C++ script Use DateToStr() function to convert date to the string representatio…