J
|
Jane 1/23/2007 |
You also need to use Session("FullName") as default value on the "Edit as" settings dialog on the Visual Editor tab. |
N
|
NigelEtienne author 1/24/2007 |
You also need to use Session("FullName") as default value on the "Edit as" settings dialog on the Visual Editor tab.
|
F
|
fnqchick 2/4/2007 |
I have added that to the MyName field but it is still blank, do you have any other suggestions?
|
C
|
clig 2/8/2007 |
I have added that to the MyName field but it is still blank, do you have any other suggestions?
|
N
|
NigelEtienne author 2/14/2007 |
You have listed: Session("MyName") - is this what you have as the default value?
|
J
|
Jane 2/15/2007 |
I see what you're saying. AddOnLoad event executes after ADD page is loaded. |
F
|
fnqchick 2/16/2007 |
I see what you're saying. AddOnLoad event executes after ADD page is loaded. I recommend you to move your code to the ListOnLoad event of the Details table.
|
C
|
clig 2/18/2007 |
Hi There, Even with the following code in thelistonload event: (masterfield) Session("RequestorName") = rsTemp("Requestor") (detailfield) and Session("RequestorName") as my detail Requestor field default I still can't get my fields to autopoplate. Should the detail fields be readonly or free text?
|