Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Setting min and max values on inbuilt forms (Read 1920 times)
elpuerco
Junior Member
**
Offline


Time?  What's time matta
to a pig?

Posts: 94
Joined: Oct 2nd, 2007
Setting min and max values on inbuilt forms
Dec 28th, 2007 at 6:00pm
Print Post  
After running this line of code:

Code
Select All
Dim form As AppointmentForm = New AppointmentForm(calTimeTableView.Schedule)
 



I cycled through the controls progmatically in order to get the names so I could reference those I needed to.

However I now need to do the same on the recurrence setup form that is displayed when the user clicks the Recurrence button on the above form.

How do I reference this form so I can get a list of the controls so I can set default values.

For example I want to limit the times and number of recurrences allowed to be saved.

When I created the form at the beginning of this thread I progmatically hide and set the controls for my needs before I display it.

But how do I do this wiht the recurrence setup form?









  
Back to top
 
IP Logged
 
elpuerco
Junior Member
**
Offline


Time?  What's time matta
to a pig?

Posts: 94
Joined: Oct 2nd, 2007
Re: Setting min and max values on inbuilt forms
Reply #1 - Dec 30th, 2007 at 1:55pm
Print Post  
Problem solved!

I created my own custom appointment and recurrence forms Smiley

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint