Jump to content

marcus.bilan@gmx.de

uniGUI Subscriber
  • Posts

    7
  • Joined

  • Last visited

Posts posted by marcus.bilan@gmx.de

  1. Hello,

    I looked at Your sample with a UniDBGrid and 3 fixed Columns.

    I try to set the property LOCKED for my first 3 columns while run time, because I want to output a ClientDataSet, which fields are created at run time.

    Can You please post me a sample with dynamically set LOCKED-property?

    Thank You

    Marcus

  2. Thank You! I found the problem. Because I use for developing a German SQL Server and German Windows 7 and on productive system an American SQL Server with American Windows Settings, I had some problems with German Dates.

     

    So I formatted TFields and TUniDBDateTimePicker with dd.mm.yyyy. But I shall use dd.MM.yyyy !

     

    Changing this month-literal to MM solved the problem.

    Thank You. uniGui - Great Framework!

    • Upvote 1
  3. Hello,

    I need to enter 31.12.9999 in a UniDBDateTimePicker but it was automatically reset to 01.12.9999.

    Even if the value in DB (SQL Server) is 31.12.9999, then the Picker shows everytime 01.12.9999.

    Behavour in VCL Delphi TDateTimePicker is, that I can enter 31.12.9999. I need this for open end date.

    Is there a fix? I use Personal_1.0.0.1378_RC

    Greetings Marcus

  4. Hello,

     

    I want to install an uniGUI application as a Windows service on my private server.

    I have several Java applications on TomCat running like:

     

    servernname:8080/test/index.html

    servernname:8080/runnings/index.html

    servernname:8080/pictures/index.html

     

    now I want to run my application like this:

     

    servernname:8077/myBrandNewUniGUIApp

     

    What shall I do? I Didn't found something like this in docs.

     

    Marcus

×
×
  • Create New...