Jump to content

Peter Gregory

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Peter Gregory

  1. Hi,

     

    does anyone have any ideas about how i can make text first letter capitalised when entering into a TUniDBEdit control ?  ProperCase - ie "John Smith" not "john smith"

    I have tried to use the following code in the OnKeyPress event but it doesnt work...

     

      if SurnameEdit.Text='' then key:=UpCase(Key)
       else if SurnameEdit.Text[length(surnameedit.text)]=' ' then key:=Upcase(key);

     

    is there some way to do this with javascript ? and where abouts would I put it ?

     

    any help would be gratefully reveived :-)

     

    thanks

    Peter

  2. Hi,

     

    The UniCalendarPanel has some real potential

     

    1. It would be extremely useful to be able to specify a start/end time range rather than showing from midnight...

     

    2. It would also be useful to be able to set the colour for each appointment

     

    3. It would be useful to be able to set the Interval for the panel - ie set each line to being 10mins / 15mins / 30mins etc

     

    4. It would be useful to have a ReadOnly property to prevent user from dragging appointments to move / extend them

     

    5. I can set Notes & Location properties for each event, but they are not displayed... is this intentional, or am I doing something wrong?

     

     

    thanks
     

    Peter

    • Upvote 1
×
×
  • Create New...