Kingston Blenis
|
| Posted: 08/09/2004, 9:07 AM |
|
I am having trouble figuring out how to have my list box and grid loaded
with the first choice of the list box on the initial page load. See the
following link to better understand what I'm trying to accomplish. http://support.viningsparks.com/cctest/MultiSelectSearc...electSearch.asp
I have placed the following code in the "employeesSearch Operation Method"
to store the result in a session variable that the grid is filtered on. My
problem is that on the initial page load the value is empty. How can I
force the list box value to the first record in the result set?
'employeesSearch Operation Method @4-2B4C8772
Sub Operation()
Session("sProject") = employeesSearch.s_project.Value
If NOT ( Visible AND FormSubmitted ) Then Exit Sub
End Sub
'End employeesSearch Operation Method
--
---
Kingston Blenis
Vice President
Application Development
Vining Sparks
www.ViningSparks.com
|
|
|
 |
|