J
|
Jane 4/13/2007 |
Hi, |
C
|
cgstech author 4/13/2007 |
Unfortunately, after downloading version 4.1, none of the drop boxes populate with the correct (if any) information. Building with 4.0 works fine with the exception of the above mentioned apostrophe issue, but after building with 4.1, none of the linked drop boxes are functioning/populating correctly, and also the primary search function is not working (advanced search works fine though) |
![]() |
Sergey Kornilov admin 4/13/2007 |
Post the application you built with ASPRunnerPro 4.1 to Demo Account and send me a URL along with some instructions on reproducing issues that you have. I'll take a look and be back to you. |
C
|
clig 4/17/2007 |
Unfortunately, after downloading version 4.1, none of the drop boxes populate with the correct (if any) information. Building with 4.0 works fine with the exception of the above mentioned apostrophe issue, but after building with 4.1, none of the linked drop boxes are functioning/populating correctly, and also the primary search function is not working (advanced search works fine though) Any Ideas?
|
C
|
cgstech author 4/24/2007 |
Well, I've done a little bit of research and i know a little more about what is happening. I downloaded a plug-in for Firefox called "Firebug" and its great....it shows you exactly where the script errors occur. <script>
SetSelection('Client', 'Client', '<%=rs("Client")%>', '<%=Replace(rs("Client"),"'","\'")%>', arr_Client);
|
C
|
clig 4/30/2007 |
Well, I've done a little bit of research and i know a little more about what is happening. I downloaded a plug-in for Firefox called "Firebug" and its great....it shows you exactly where the script errors occur. With that in mind, it seems as though the issue lies in the bit of code that builds the drop downs in the edit view here is a sample of the code: <script>
SetSelection('Client', 'Client', '<%=rs("Client")%>', '<%=Replace(rs("Client"),"'","\'")%>', arr_Client);
|
C
|
cgstech author 4/30/2007 |
Ah...i think i finally got it! var bLoading = true;
|