Jump to content

bettersoft

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by bettersoft

  1. Version 0.90 when do you think you'll be released?
  2. Whether should provide a SaveDialog control?
  3. How to save the file server to the client? thanks
  4. The main interface, I switch is from a interface into another interface, felling speed slowly. Whether a relationship with database operation, I'll look. And a slow, which I put a pagecontrol interface, at least six tabcontrol. Each tabcontrol put a treeview treeview, have a lot of node. I feel very slow in tabcontrol switch between, there is an imageindex of dynamic change, or slow speed. This problem I remember long ago have said to you. The latest version I haven't been tested, I test well with you again said. thank you
  5. I do in the local area network, the application of speed should be is not a problem. I come to test ServerModule-enabling Compression. thanks
  6. Ok, have a fatal problem, is the speed of the page loads feeling or slow, I test than PHP, asp too slow. How to improve the unigui page loading speed, may will be unigui after needs a major problem. Because I now have begun using unigui write something, the feeling in the pages of the slow speed when switching.
  7. Hello, Mohajeri Farshad. This two days a little things, no in time on BBS see your message, I'm very sorry, I give you send a simple case. Is RMReport do with delphi7 +. Send you the mailbox. Please check email. A modest proposal, if you can increase a real-time communication tools, this BBS any news can at any time can focus on?
  8. Hello, Anders Andersen: I am not very familiar with javascript. If I'm familiar with javascript, I think I will use better web application development tools. Is because of the familiarity delphi, why they want to do with Unigui web application development. I use unigui reason is I just need to know delphi, to be developed excellent web application platform. Personally, I think, in fact, a commercial web printing software is very important. thank you.
  9. If unigui positioning is only personal application, non-commercial application development, then I see these functions are really doesn't matter. We also need not to discuss the problem.
  10. How to achieve print directly, don't need preview window? Can realize PDF's print directly? How to OCX print unable to realize, PDF printing must preview? That we have had to use to develop uniGui web application? If unigui even the most basic function VCL can realize, that have the meaning of existence?
  11. I'm not saying need unigui provide print tools, but fastreport oriented good solutions. I don't like to use PDF, HTML, excel, and other ways to print, I need a perfect printing solution. For example, I give telecom departments do project, a charge to print thousands of every window, and the typing position charge bill to very precise. PDF can realize? Excel can realize? Don't need to invoke the each print, print preview window as PDF then print? Isn't that very mentally handicapped?
  12. hello . Farshad Mohajeri, give me a your E-mail, I sent you a case . You see will understand my meaning, thank you. Finally I made services for the web application, not ISAPI DLL apply
  13. Anders Andersen ,Farshad Mohajeri Very thank you for helping me! Farshad, you misunderstood, the difference between Chinese and western culture. I'm worship you. Can help me see? A ocx print case. I am using delphi7 and machrep made a simple ocx to invoke the ocx unigui, through to print. I tested under the server could, with the client can't. I need to implement the client printing. thank you 。 due to the BBS space is limited, no way to send the file, my documents have 600k. Can you give me the mailbox.
  14. PDF can print directly, don't appear preview interface?
  15. Anders Andersen : You are unigui development team? Nice to meet you.
  16. Solve the problem of printing with the PDF, this is too easy. But the feeling is not enough to do the printing profession. I hope to make OCX is printed, you can encapsulate the fastreport with ocx. If you print directly generate PDF documents, the client must be installed on PDF software. But also the page control, paper definitions. Export pdf with QuickRep way to print, with fastreport as simple as that is generated PDF file to print. OCX way to print a demo it? thanks My unigui model is Service Application.
  17. I think, unigui development team should provide a printed good solutions. Use the educed PDF files, execl, HTML, etc way to print, very unprofessional. Use fastreport developed into ocx machrep, the way I to print in the client couldn't achieve such a function, the last time I also told you about this problem. I have studied for a long time, and has never had a good solution. Hope unigui development team can seriously consider the problem. Although print and unigui irrelevant, but a based on Delphi products, if cannot really to solve print issue, I think unigui also won't have too much and development. Why should I give up, because the use intraweb intraweb, must learn javascript, CSS, HTML, etc, but Delphi programmer programming, could not really familiar with the language. I hope only need Delphi and unigui to solve all the problems web development. We have a lot of developers, all the problems in print, has been beset without a good solution.
  18. In the server is ok, why not in the client? Do you have any good way, the client can print preview it? How do I use OCX in the client print preview miles? This is very important, if use directly export excel, PDF, but also in the way each client installed excel, PDF, etc, and this do software, not professional printing, also don't friendly. thank you :rolleyes:
  19. hello I use delphi7 made a printed ocx, use is MachRep print components. In del2010 in unigui registered in use, I'm in the machine operation can be invoked ocx print, can display the print preview interface, but in another client computers can't call out ocx print preview. And in clients' calls, has been waiting for the state. I put this ocx file copy to the client, use regsvr32.exe Registered, also can't use.exe print preview. function TUniMainModule.webprint(sfilename:widestring):integer; var olePrint:TWebPrintActiveFormX; begin sfilename:=UniServerModule.StartPath+'Report\222.rmf'; olePrint :=TWebPrintActiveFormX.Create(self); olePrint.webPrint(sfilename); end;
  20. bettersoft

    to Farshad

    Farshad hello We have a QQ group, is dedicated to learning unigui, uni have powerful fans. I hope you can join our QQ group. To guide our study, let unigui more perfect. You can download an international this QQ software, QQ group no. : 50340723 We are looking forward to your arrival. Such communication up more convenient.
  21. Or just keep the first time open session, a client IP and then opens, is not allow to open session. Until the first time open session release.
  22. function TUniMainModule.UniCancelSession(sIP,sNotSessionID:string):integer; var ASessionList: TList; I:integer; begin Result :=0; ASessionList:=UniServerModule.SessionManager.Sessions.SessionList.LockList; try for I := 0 to ASessionList.Count-1 do begin if sIP =TUniGUISession(ASessionList).UniApplication.RemoteAddress then if TUniGUISession(ASessionList).SessionID <> sNotSessionID then begin TUniGUISession(ASessionList).UniMainModule.Terminate; TUniGUISession(ASessionList).UniApplication.Terminate; Break; end; // TUniGUISession(ASessionList).UniApplication. end; finally UniServerModule.SessionManager.Sessions.SessionList.UnlockList; end; end;
  23. yes. Also is a client IP address can only open a session, prevent a client IP additional browser window to open multiple session.
  24. How to realize a computer can only open a session? Also is a Client machine can only have an active session. thank.
×
×
  • Create New...