Recent content by JamworkS

  1. JamworkS

    Internet Explorer Save file Popup

    Eventually, I've solved it using this: http://siddharthrout.wordpress.com/2011/10/23/vbavb-netvb6click-opensavecancel-button-on-ie-download-window/
  2. JamworkS

    Internet Explorer Save file Popup

    Any ideas guys?
  3. JamworkS

    Internet Explorer Save file Popup

    Anyone? Any ideas?
  4. JamworkS

    Internet Explorer Save file Popup

    And this is the popup:
  5. JamworkS

    Internet Explorer Save file Popup

    This is my code, just in case is of any help: Function DOWNLOAD() Dim pEsTerrestres As Boolean: pEsTerrestres = True Dim IE As Object Set IE = CreateObject("InternetExplorer.Application") IE.navigate "https://www.URLhere.com" While IE.Busy...
  6. JamworkS

    Internet Explorer Save file Popup

    Help!! Internet Explorer Object + Save File Popup Hiya guys!! I'm trying to create an automatic system that enters into a password protected site (HTTPS), and saves a file into a directory I've previously created. I've done it all programatically, everything goes OK, I click into the button to...
  7. JamworkS

    How to have a List as Parameter

    Ok, thank you for your patience :-).
  8. JamworkS

    How to have a List as Parameter

    Well, it's not bad but I don't think it's what I'm looking for. But thanks anyways.
  9. JamworkS

    How to have a List as Parameter

    Ok, cheers.
  10. JamworkS

    How to have a List as Parameter

    Well, the realilty is that this users are "pro" users, they can see and access the code, but I just want to have a list that drops down when they type the function. That's all. I know I can open a form for them to choose which parameter from a Dropdown list, but I don't want that. Thanks again.
  11. JamworkS

    How to have a List as Parameter

    Hiya guys, I'm trying to create a function for a project I'm working on, and want to make a "fool-proof" function. The way I want it, it's that there are gonna be two parameters, and both I would like them to be a list, so the user can't type anything they want, just select it from that list...
  12. JamworkS

    Access + SQL Server 2008

    Hiya all, I need to connect to a Microsoft SQL Server Database, and manipulate data in there. I can do it with a normal Pass-through query, but that's no good to me because I need to be able to then treat the data with Access. I've thought of docmd.runsql but there's no option to tell to...
  13. JamworkS

    Ribbons driving me crazy

    No, I didn't ignore you, I just tought I'll give it a try as I have now. Anyways, I used the USysRibbons Table, and the same, won't update anything, I'm sure I'm doing something wrong but I don't know what. I'm tired and sick of the bloody Ribbons.
  14. JamworkS

    Ribbons driving me crazy

    Yes, that's the way I've seen many examples on the web. I don't know why to all of them they work, and to me, it doesn't, it's quite frustrating.
  15. JamworkS

    Ribbons driving me crazy

    Well, I've tried to use the getVisible Callback, and it just won't work. I don't know what I'm doing wrong, because I've copied everything I've seen and read all over the web and it just won't work, and throws an error. I QUIT!!! I'm sick of the ribbons.
Back
Top Bottom