RoyBaird
Posts: 115
|
| Posted: 01/29/2007, 8:41 PM |
|
I have tried everything I can think of and still cannot get this to work:
I have a Client-Side ON-Load routine that gets the Username from the PC using WMI. I store it, and prompt the user for an Employee Number and then store both in a table (Training_Head) to build the Master record. On a detail page, I do the On-Load routine again, but this time, I want to do a CCDLookup using the Username to get the Employee Number and store it as a Session Varible (E_nbr) so I can set Employee Number on the grid to this value. In the Control Property for the textbox employee_number, I cannot get the Default Value set to the Session Varible. I have tried: Session.E_nbr ; Session(E_nbr); Session("E_nbr"). I get errors on all of these....
Just FYI, I am doing this so employees only see their training records without having to maintain a "user" table.
Thanks a million.....
_________________
Roy |
 |
 |
|