Jump to content

Peter Gregory

Members
  • Posts

    5
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.dgl-solutions.com

Profile Information

  • Gender
    Male
  • Location
    Buckingham (UK)
  • Interests
    Microlight Pilot
    Archery

Peter Gregory's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. Hi, if the url has the format www.mywebsite.com/?code=194539324982423641254025935501407370742 you can check the value in your code with myvariable:=UniApplication.Parameters.Values['code']; hope this helps Peter
  2. Hi, SSL in standalone mode is a "Must-have" feature - are there still plans to add this ? Peter
  3. 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
  4. 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
×
×
  • Create New...