Hi Bo, Hi DAC
using the COM-Object of IE works, but now I have the problem, that the called URL incl. credentials is stored in the historie
.
Let me explain, what I want to do:
The users should be able to run DAI-Reports without the need of manual login. The credentials are stored in our database, for each user. An option is, that the admin can define a special user for login in DAI.
Nobody should be able to see the password, even the computer is unlocked. But it is possible, because the url is stored in the history.
Using a form with hidden inputs doesn't work, but I don't know why.
I think, there are two ways:
1. Using IUrlHistoryStg to delete the added url. But here I need the help of Data Access, because I can't find the COM-Class to import (it isn't included in shdocvw!)
2. I send post data when calling the url by the method NAVIGATE. But I couldn't find any working example in the internet. Maybe you know it!?
Best Regards,
Rene Jungmann