![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, Have you ever seen this problem with Access 97 running on Win2K? From my Access application, a user enters information into two fields and then clicks on a button that launches their web browser and sends them to a specific URL. The query string of the URL contains the information the user entered in those fields. A normal URL looks something like: http://127.0.0.1/display.jsp?name1=val1&name2=val2 In a lot instances after the user enters the information in the two fields and clicks on the button, the values that the user entered are NULL instead of the proper values. So the URL looks something like: http://127.0.0.1/display.jsp?name1=null&name2=null Sometimes it works fine the first time the user clicks the button. Sometimes it takes 3 or 4 clicks of the button before the application sends the information correctly in the URL. There is no consistency to the problem and I am having a hard time figuring it out. If it helps at all, I am making a call to Application.FollowHyperlink in my Access application to send the user to the URL, although I do not suspect that to be the problem. Thanks in advance for any help. Rich |
![]() |
| Thread Tools | |
| Display Modes | |
| |