Jump to content

zilav

uniGUI Subscriber
  • Posts

    573
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by zilav

  1. That's what I forced to do now, despite existence of ShowMessage and MessageDlg.
  2. Hi Farshad! Is it possible to localize captions for ShowMessage and Message dialogs ('Message', 'Error', 'Information')? I can't use them now if I need full localization, and forced to create my own forms just to show simple messages.
  3. What's the problem with FastReport? It took me 3 days to: 1) Learn FastReport from scratch 2) Create report templates 3) Write ISAPI dll to get ready reports as PDF using Delphi's WebBroker application I can get reports in any format FastReport supports, and now just running my reporting isapi dll alognside with my UniGui applications on the same server with zero problems. When I need to show user some PDF report in browser, I just create an UniLabel with http link like <a href="http://somehost/reportserv/?report=sometemplate.fr3&param1=1&param2=2" target=_new>Print</a> That is how real FastReport Server works (which is ISAPI dll too), but it is not free, so I just read it docs and made my own one working the same way. I don't think Uni team should spent their time on reporting problems, since there are many report services available already or you can always write your own service.
  4. Confirmed, "closed dataset" rises very rarely in my app too. Can't tell wether it is web only, since its occasional and I don't test VCL part.
  5. zilav

    Tooltips in grid

    Hi Farshad! Is it possible to add tooltips for rows in grid (dbgrid, stringgrid)? http://www.hbensalem.com/javascript/extjs-add-tooltip-to-grid-row/ Or even better for individual cells? http://www.sencha.com/learn/Ext_FAQ_Grid#Add_ToolTip_or_Qtip
×
×
  • Create New...