Jump to content

vitisan

uniGUI Subscriber
  • Posts

    7
  • Joined

  • Last visited

Everything posted by vitisan

  1. hi, all men this is my program http://www.drop4shared.com/23b2cfd6 cann't use attach files in this forums Error You aren't permitted to upload this kind of file Thank you very much for your help. myproject.zip
  2. 1. I put javascript files in the path c:\myproject\Win32\Debug\files\js\humane.min.js 2. in server moudule.customfile, I declare path files/js/humane.min.js 3. when i test my Program uses uniGUIVars, MainModule, humanejs; procedure TMainForm.btnOKClick(Sender: TObject); begin humane.success('No errors found'); end; my program work already but no effect in javascript 4. i think, i declare wrong path in server moudule.customfile files/js/humane.min.js Thank you very much for your help.
  3. hi, delphi developer Thank you very much for your answer. i have some problem. step 1. In MainForm.Scripts add the line: var uniGUIServerTime; ok step 2. procedure TMainForm.UniFormCreate(Sender: TObject); begin UniSession.AddJS('uniGUIServerTime = "' + DateTimeToStr(Now) + '";'); end; ok step 3. use unit uniGUIApplication; step 4 . i make event onbuttonclick; procedure TMainForm.UniBitBtn1Click(Sender: TObject); begin UniLabel1.Caption := UniSession.uniGUIServerTime; end; error message [dcc32 Error] Main.pas(40): E2003 Undeclared identifier: 'uniGUIServerTime' Thank you very much for your help.
  4. You want to know the server time on the client side? yes, that right. There are several ways, one of them: Thank you very much.
  5. hi , Anybody can help me solve this problem? thank for your kindness.
  6. Hi! I use Delphi XE5 last UniGui 0.95 - fmsoft_unigui_beta_0.95.0.1046_setup - fmsoft_unigui_extjs_0.95.0.1046_setup and I have problem with compiling project: I got error How I can fix it to compile project? Thank
  7. vitisan

    dbDemo

    i try open this project. it happend How to find this component ( TFrxdbataset) thx
×
×
  • Create New...