Jump to content

codeb

Members
  • Posts

    118
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by codeb

  1. I try to do some thing but I cant. I need some ideas how to do : 1. Set browser full screen when app is loaded? 2. Prevent load application from beninig when relaod page in browser (I make login from one of demo on this site, but every time I reload web page in browser I get login again)?
  2. codeb

    Dynamic menu

    Hi! I have one problem . How I can make dynamically created menu from database in Web app? I use MySQL and one of the tables have name tlbMenu with fields (id,Caption,Link,Image,Level) and one of the values from that table (0, Menu1, google.com, first.png ,1). My application must have some level permissions, some users are administrators and some don't. Administrators have full access and normal users can access to few actions from MainMenu. Because of that I must dynamically create menu. This is good idea in case I setup new actions and then I don't must rebuild whole application. Any solutions and sorry on bad English ?
  3. I can't run ... on local server build with Apache Friends XAMPP Lite (Basis Package) version 1.7.3 Compiled OK on Delphi 2010 and lastes UniGui. When I try to run get error Server error! The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. If you think this is a server error, please contact the webmaster. 500 How to run dll?
  4. This is 64bit version or ? I can't run on compiled on Delphi 2010 and Windows7 32bit?
  5. Hi! I have one strange problem. My application I made on my computer at home. When I try to deploy to work computer I have a problem. On my home computer application work well but not on work computer. With framework is all ok , visualization, UI components and other. My problem is different, on button "save" I put some procedure (in background)to insert data to MySQL database (copy field value from opne table or query to another ), but... Some data have been entered some not... (btw. I use MyDAC component for Mysql databases). I must to repeat same application work on home computer perfectly 100%. Only different is that application is made in Windows7 OS, and my computer at work have WindowsXP OS, and home computer is faster and better than the computer on work.. I use same MySQL server, same Apache server (I use xampplite). Is there some logic reason what is wrong? Any ideas?
  6. I use Fast Report with UniGui and all is ok. First I have one report,generate PDF from FastReport and then display it in new form in UniURLFrame. Now I have tree different reports and when I generate one and show it I cant show other reports. Every time I generate different reports and then click button to show it I get first generated report. Please help
  7. I new get caption on UniToolBar button when I put image on it... Whay?
  8. Hi! I made application with FreeReport. My report was export to PDF, then show them like PDF document in another UniForm in URLFrame) That work, but I wont to do that by one click. My question is how to do that... I know that i must do procedure to build PDF document, but how to print automatticaly from form? Any idea?
  9. I find .... now is all ok.. Thanks
  10. Here is...Main.pas and Main.dfm ips.zip
  11. When I click on Events I get this message (no code... just try to add )?????
  12. I try to color cell in UniDBGrid whit Event OnDrawColumnCell and get error "Property and method UniDBGrid1DrawColumnCell are not compatible"... Is any solution to color cell in DBGrid????? Sample?
  13. That is my problem.... how to get that data from InputBox????
  14. Text box is part of one Flash object in "external html page". About code: I just put URL to HTMLURLFrame, no additional code..
  15. Thanks on solution... I try but.... no luck... simple cant do it... any advice?
  16. Here is some picture of external (but loaded on local server) page. Try to understand now, this page will be loaded in one HTMLFrame on one UniForm. That UniForm also have UniEdit where I try to pull out data.
  17. I think you dont understand me... First I have UniApplication with one UniForm. On this form I have one UniPanel with top alignment with one UniEdit on it and one UniHTMLFrame with client alignment. After load external page into UniHTMLFrame, I use that page to read barcode. Barcode was automatically readed into InputBox on same page not on part of UniApplication. Now I must pickup data from that InputBox and put it to UniEditBox. I think you understand me now. Also you can see sample of external page on link that I provide in last post.
  18. Hi! Where is my problem. I tray to make UniGUI application that read barcode using webcam like barcode reader. From that reason I use external webpage (html file) whit Flash components on it to read barcode (sample see here http://www.gurulib.com/_scripts/barcode/gurulib_barcode.html ). Result from reading I get in small input box on bottom side. All stuff except text are part of one flash file. Now, I must get content of that InputBox to use in my application for searching database or other reasons. Any ideas?
  19. I try to make application with abby FineOCR.exe on server side. Idea is to make barcode reading from image file on client side. Any solution...
  20. Anybody have idea or sample to build directory and files file manager/browser application with UniGUI?
  21. Hi! I make application with UniGui and for Reporting tool use Quickreport.Unusally, frist I make UniForm with Quickrep1 and on Main form put one UniButton to print quickreport. Now I add code on "onClick" events like frmReport.QuickRep1.print; but, when I click the button, new form come to show and then I get error.. I want to make print with out showing preview form... just "print on click"... What I must do???????????
  22. I try but nothing... every time same... when point server to dll begin downloading that dll
×
×
  • Create New...