![]() |
Sergey Kornilov admin 12/26/2005 |
You cannot make dropd-down box dependent on control other than another drop-down box. |
|
Alberto author 12/26/2005 |
Sergey, please find here details about my laborious test. I hop it can help to solve the problem. |
![]() |
Sergey Kornilov admin 12/27/2005 |
GetRequestForm() function won't work on pages other than EDIT and ADD.
Session("MasterKey") = Request("masterkey")
"[ECID] = " & Session("masterkey") |
|
Alberto author 1/4/2006 |
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=7314&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> That is why we were not wrong when choosing ASPRunner. |
A
|
ashumak 1/5/2006 |
I think my problem is some how related to what you are talking about. My error is on edit and add. I link a managers name to a reps name, but not sure what to use as the where tsatement. Any idea's where to look for help? |
|
Alberto author 1/5/2006 |
Alan, please describe a litle bit more what is your problem or what do you need to do... |
A
|
ashumak 1/10/2006 |
In my case I am linking the values of a sales reps name to that of the manager. when the reps name is entered, the managers name should auto load in the proper drop down. problem is , some times it works, some times it doesn't. Alan, please describe a litle bit more what is your problem or what do you need to do... WHERE statement is good for example to condition what values to show in the combobox. Therefore you need to know the condition it should match then think how to place it in the WHERE feature. What is the condition in your case? I my case I needed to show only values related to the masterkey of that record.
Alan, please describe a litle bit more what is your problem or what do you need to do... WHERE statement is good for example to condition what values to show in the combobox. Therefore you need to know the condition it should match then think how to place it in the WHERE feature. What is the condition in your case? I my case I needed to show only values related to the masterkey of that record. |
![]() |
Sergey Kornilov admin 1/11/2006 |
Alan, |
A
|
ashumak 1/11/2006 |
Already done. One change I am making is changing Now() to Date() as this might be part of a problem. One concern is that some additions seem to go MM/DD/YYYY for dates added, and others end up DD/MM/YYY.... Alan, please zip and send to support@xlinesoft.com a full set of generated ASP files alogn with database file or database creation script. I'll find what's wrong with your project running it on my test box. |
M
|
mcolnaghi 8/30/2008 |
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=32580&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> That is why we were not wrong when choosing ASPRunner. The Product: Is good and if there is anything that does not work in the way we need, some how there is a reasonable road to solve it and sometime becomes a new feature too. The Support: Always a good attitude find out and to keep going in the right direction. Thanks Sergey. PD. I finally got it working, following your sugestions I found that using Session(strTableName & "MasterKey") works as great as needed.
|