Form Region

  • Thread starter Thread starter Faisal
  • Start date Start date
F

Faisal

I have created a new form region in meeting request form. I am using this
form with Visual Studio 2008. I want to get the location from my DB by
searching rooms and then populate the result in the Location bar of the
meeting request form. Require your help.
 
There's no way for any of us to read your mind and know what DB you are
using or how it would get searched, or what search terms to use. Only you
know that. The Location property is just a string property, the actual
Location dropdown is not available to you. So you'd need to put your own
list control on the form region and have your users use that to populate the
actual Location property.
 
Well i think i was unable to explain my requirement.
The DB will be my custom DB using SQL Server2005 and i will get the values
by passing the dates to the DB and get the Free location during the interval
provided.
The result which i received on my Form Region which will be a meeting room.
I need it to be placed on the master form Location textbox just by clicking a
button or some other way.

I hope its clear now. Apprecite your help.
 
To repeat:

The Location property is just a string property, the actual Location
dropdown is not available to you. So you'd need to put your own list control
on the form region and have your users use that to populate the
actual Location property.
 
Back
Top