Jump to content

Ario.Paxaz

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ario.Paxaz

  1. Hi If change kind from tUniDate to tUniDateTime ,The date don't convert to Jalali . How to can fix it? Best Regards.
  2. Hi Thank you very much. It work very nice. Best Regards.
  3. Hi I want Create UniCalendarPanel for Jalali(Persian) Calendar. And now ,I want set cells size in UniStringGrid in the testcase. I want It is similar to UniCalendarPanel ,and when the parent form of UniStringGrid resized ,the cell also resize . http://uupload.ir/view/nouu_unicalendar_persian.rar Best Regards.
  4. Hi I do it in UniFormResize ,But don't applied. Best Regards.
  5. Hi I set the UniStringGrid name=SGCal And write below code in UniFormResize UniSession.AddJS('document.getElementById("SGCal").setAttribute = "height: 60px";'); But Error Showed. Best Regards.
  6. Hi I do it,but it fixed in size. How to I can change it by code.As when the parent form Maximized or changed size ,the cell height and width change. Best Regards.
  7. Hi I change DefaultRowHeight in UniStringGrid ,but don't apply. I change DefaultColWidth , it changed. Best Regards.
  8. Hi It work on onactive of form Thankssss.
  9. Hi Where I can write the code. I write in UniFormShow of form and DrawCell of UniStringGrid but the below error showed. Best Regards.
  10. Hi How to can set title in UniStringGrid? I write Below code ,But don't work SGCal.Columns[0].Title.Caption:='جمعه'; Best Regards.
  11. Hi How to I can set UniCalendarPanel For showing Jalali Calendar? I Set uniServerModule.ExtLocale := 'fa' But don't change it. And I set another setting that I set for Show Jalali in UniDateTimePicker,But don't change it Best Regards.
  12. Hi How to I can set UniCalendarPanel For showing Jalali Calendar? I Set uniServerModule.ExtLocale := 'fa' But don't change it. Best Regards.
  13. Hi The Report that attached in Test Case,is very simple.I write in it Hello UniGui. But I have above problem. Best Regards.
  14. Hi I used below function ,but don't fixed. procedure TMainForm.PrintRpt(FileName: String); begin frxReport1.LoadFromFile(FileName); Form_Print.frxReport1:=frxReport1; Form_Print.PrepareAndShow(Form_Print.frxReport1,Form_Print.frxPDFExport1); Form_Print.ShowModal; end; and this procedure TMainForm.PrintRpt(FileName: String); begin frxReport1.LoadFromFile(FileName); Form_Print.frxReport1:=frxReport1; Form_Print.PrepareAndShow(Form_Print.frxReport1,Form_Print.frxPDFExport1); end; all of them,in stand alone work. Best Regards.
  15. Hi My Test case ,work when in stand alone and show my sample report. But when i convert it to ISAPI ,the report don't show. Best Regards.
  16. Hi I see it,But how to can use it in Delphi in run time? I want use AOldIndx, ANewIndx. Best Regards.
  17. Hi Suppose user moved a column. How to find AOldIndx, ANewIndx of column that moved by user ? Best Regards.
  18. Hi How to find AOldIndx, ANewIndx ,when user moved a column? Best Regards.
  19. Ario.Paxaz

    Lock IP

    Hi I Lock the IP that 3 time enter wrong password in login form by below code. if PassMiss=3 then Begin IPAddress:=UniApplication.RemoteAddress; UniServerModule.SessionTimeout:=1000; UniServerModule.BlockedIPList.Add(IPAddress); Exit End; But after this ,all user after login into web application ,they automatically back into login form. notice that i use SSL certification. Best Regards.
  20. Your life beautiful same with Abraham and the purity of Zamzam spring. . . Happy Eid
  21. Ario.Paxaz

    log_isapi

    Hi I have tow below log in log_isapi folder in log file. 1- in exit or close login form the below log occur EInvalidPointer : Invalid pointer operation how to prevent of occur it? 2- and below log that i don't know what occur. [HttpExtensionProc[1.2.193.26]]:EUniSessionException and how to prevent of occur it? Best Regards.
  22. Hi What is the best way for communicate with SQL Sever in uni Application?. Login with SA or windows authentication. Best Regards.
  23. Hi Maybe you have a non Unigui component on you'r form. OR Set a component to a miss value. Regards.
  24. Hi Can I add YesToAll ,NoToAll to messagedlg constant? I want set this mbYesNoYesToAllNoToAll. Best Regards.
×
×
  • Create New...