Jump to content

Ulugbek

Members
  • Posts

    148
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Ulugbek

  1. Random 'session time out' problem Need Help when reopen Application again terminated aplication (amazon+apache2) why? This is my first application http://54.200.1.79/ login admind pass admin
  2. What is a plus? What is this plugin? Can you explain briefly?
  3. Thank you will try Why This code not work onkeypress event if Key In ['-'] Then Key := #0; end;
  4. How Only number in TUniDbNumberEdit not '-' double -- is it possible? Only number not '-' or double '-''-' only absolute number how ?
  5. Ok I will try I don't Know why But if call by buttonclick that work
  6. I have treeview when after adding new record from showmodal form some like form.showmodal( if res=1 then begin insert into table valus execute tree items.clear add add child fullexpand; ///this not work if i showmessage use then work showmessage ( 'Success Add',procedure fullexpand; // THats work ) So I want to automatically close without user action.. end )
  7. How work some like as showmessage anonymous callback like this ShowMessage('Message-2', procedure(Res: Integer) begin UniMemo1.Lines.Add('Result-1: '+IntToStr(Res)); end );
  8. Hi I need help How auto close showmessage dialog after 1 sec...
  9. thanks bro thats work after elastic ip
  10. i use too free amazon i have question how short address like you address only IP ? I have some http://ec2-44-299-1-89.us-west-2.compute.amazonaws.com
  11. Hi All I have problem with small monitor 1024*768 some component not placed
  12. some like financial 10 10 Total Financial 20 Credit 20 20 total credit 40 Grant Total 60 Thanks
  13. how ? i use uwamp mysql+apache+php http://www.uwamp.com/en/ This my http confg <VirtualHost *:8077> #UWAMP Generate Virtual Host DocumentRoot "{DOCUMENTPATH}/" <Directory "{DOCUMENTPATH}/"> AllowOverride All Options FollowSymLinks Indexes Order allow,deny Allow from all {ONLINE_MODE} </Directory> </VirtualHost>
  14. I'm use this demo source But the demo not calculated grand total only calculate by group I need calculate summary all subtotal
  15. Hi all need help Take demo source grouping summary// I Need calculated grand total Dbgrid work summary total but grand total how calculate? some like financial 10 10 Total Financial 20 Credit 20 20 total credit 40 Grant Total 60 Thanks
  16. how ? i use uwamp mysql+apache+php http://www.uwamp.com/en/ This my http confg <VirtualHost *:8077> #UWAMP Generate Virtual Host DocumentRoot "{DOCUMENTPATH}/" <Directory "{DOCUMENTPATH}/"> AllowOverride All Options FollowSymLinks Indexes Order allow,deny Allow from all {ONLINE_MODE} </Directory> </VirtualHost>
  17. Can anyone tell me how I can make an isapi dll extension (c:\app\app1\app.dll) my default document for the site?
  18. HI How make default page *.dll I have open site but show file listafter then i click dll or give address sampl.com/sample.dll How open dll some sample.com and runnign my dll
  19. I add database id parent_id after then I again call procedure FILLGOODS treegoods.fullexpand --but not work (fullexpand) and by function itemsearch I search itemnode if find and stay but all my code not work
×
×
  • Create New...