Jump to content

rencarnacion

uniGUI Subscriber
  • Posts

    633
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by rencarnacion

  1. Thanks Farhad , and happy new year and the best wishes
  2. Hi, is Possible to use more than one group in a dbgrid ? Thanks
  3. Hi I can't install the last release of Unigui : FMSoft_uniGUI_Plus_Pro_0.98.0.1123_Beta.exe I get the following error : [dcc32 Fatal Error] uniTools20.dpk(43): F1026 File not found: 'C:\Program Files (x86)\FMSoft\Framework\uniTools\uniStrUtils.dcu' My Delphi Version is XE6 Update 1 Thanks
  4. Hi, is there way to close a MDI Child from the main form thanks
  5. Hi, Leo , You find out in the forum about fast report. Here a link that could help you http://forums.unigui.com/index.php?/topic/3729-excel-export-problem-in-isapi-mode/?hl=fastreport&do=findComment&comment=17912. You should be sure that you export your report to PDF or Excel in order to show it to the user.
  6. I have the same runtime package in the IIS server Windows 2012 R2
  7. Hello, I'm having problem with my applicacion when I runn in my Laptop with IIS it's work very good but I move to IIS server 2012 R2 I got the following Error " Cannot read property 'internalId' of undefined _rsov_(O121,2);_cgds_(O11C,true);_gsc_(O125,13,2); If you have some Idea that is happening please help me thanks
  8. I rather use ReportBuilder is better for work with web applications.
  9. Hi, is there a way to show application form as main form that it can be show with the property "mfPage" Thanks
  10. You need to install the DPK open the project Group for Delphi XE6 compile and then install You need to go to these folder : c:\Program Files (x86)\FMSoft\Framework\uniGUI\ and open the Project Group for Delphi XE6 "uniGUI2016Group.groupproj"
  11. Of course you could make incremental search in a dbLookupCombobox !! I had tested and it work very fast and smooth
  12. I think that contabo.com is better opcion than lowendbox.com
  13. I think we must cooperate buying the product, it will help to get better product. I Know that here there are people with commercial application that earn money so let help Farshad with these amazing project
  14. Aqui esta la ruta de como recibir parametros via URL c:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\URLParameters\ Ahi esta el Demo de como se recibe parametros en Unigu
  15. Hi, Farshad is possible that the DBLookupComboBox bring the property by default that you can make incremental search instead put javascript like this : "sender.editable = true " in the after create of ClientEvent\Univents Thanks
  16. Hi,Farshad, we are now using the last version of Unigui 0.97 professional and every thing is good, I had Compiled all project.
  17. Hi, Farshad, Unigui Touch will it compile for mobile devices or we need to convert with PhoneGap tools ?
  18. That's what I do. I'm Using FireDac too procedure TUniMainModule.UniGUIMainModuleCreate(Sender: TObject); begin dbConecta.Close; dbConecta.Params.LoadFromFile(UniServerModule.StartPath + '\Files\dbConecta.ini'); dbConecta.Open(); end;
×
×
  • Create New...