Jump to content

Frederick

uniGUI Subscriber
  • Posts

    608
  • Joined

  • Last visited

  • Days Won

    2

Frederick last won the day on July 10 2022

Frederick had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Frederick's Achievements

Advanced Member

Advanced Member (4/4)

19

Reputation

  1. Are there reasons why you have some many connected users but you don't need to use HyperServer?
  2. This works correctly in paged/non-paged and whether the datasource has data or not. Thank you.
  3. Yes. I copied the function header as well when carrying out a a cut and paste. However, I found out what the problem is. If the TUniDBGrid's WebOptions | Paged property is False AND the datasource is empty, the code in the afterLayout event will be ignored. How can I fix this?
  4. Here is the testcase. Interestingly, regardless of whether it is a clientdataset or SQLite as the datasource for the grid, the group title's background does not change. Note: I use PostgreSQL as the database and the group header shows correctly when there is data but not when there is none. gridhdr2.7z
  5. I have added the above condition as follows:- with UniDBGrid1 do begin if (not Assigned(DataSource)) or (DataSource.DataSet.IsEmpty) or (not DataSource.DataSet.Active) then JSInterface.JSCall('getStore().load', []); end; and condition 2 is triggered but the JS call is not doing anything.
  6. This is a follow-up to the solution above. If you see the screenshot attached, when the grid does not have data, the group title's background and font colour does not change. However, once data is present in the grid, the JS code above works. How do I fix this? Note: This is with UniGUI 1.95.0.1577.
  7. After I click the download link in UniGUI's customer portal in FireFox, the agreement PDF is not shown in the frame but is just downloaded. (see CUSTPORTAL.PNG) However, in other browsers, the PDF file is shown. (see CUSTPORTAL2.PNG) How do I get FireFox to show the PDF file in the frame? -- Frederick (UniGUI Complete - Professional Edition 1.95.0.1577)
×
×
  • Create New...