Search results

  1. B

    Calling Procedure in Subform error

    That's not it. Referring to fields/etc works fine, i just can't call the sub from the main form for some reason. Thanks for the thought tho, i've been known to do things that silly.
  2. B

    Calling Procedure in Subform error

    I have a form, Salesperson, that has a subform Salesperson_SalesGraph. The SalesGraph subform is a pivot chart. I'm having problems with trying to access items on the subform. The weirdest part is that it seems to work if i call the event from form_open, but doesn't work if i move the code to...
  3. B

    Access 2002/2003 Issue

    It didn't look like any references were missing. He had the Access 10.0 object library, however, not 11. I also know he doesn't have the latest SP, so may not have the latest Microsoft Jet stuff...
  4. B

    Access 2002/2003 Issue

    Ok, i just sent an app i developed using MS Access 2003 (using 11.0 object Library) to someone with 2002 (version 10.0). The application crapped out on one of the first lines: rst.Open "T_Team", CurrentProject.Connection, adOpenStatic, adLockOptimistic, adCmdTable The error message...
  5. B

    Save XML Page using WebBrowser Document Object

    Got it working using XMLHttp
  6. B

    Microsoft Access Chart Questions

    I have a graph that i'm trying to display showing the history of a few fields. There are 2 tables: Person and PersonHistory... For each person there is 1..many records in person history... So the chart would show the trend of these fields in PersonHistory over time (week_ID is one of the...
  7. B

    Save XML Page using WebBrowser Document Object

    Right, that's what i was suggesting i use the XML Dom for... My question then is how do i load it from a URL when i'm going to only get to that URL if i've already entered the username and password like I did in the code snippet above... Also, notice plz that the page itself didn't have a...
  8. B

    Save XML Page using WebBrowser Document Object

    Help Does anyone have any thoughts at all on this? Is there an SDK way of doing this with the generic saveas window? Should i try to get a window handle and call some SDK function?
  9. B

    Save XML Page using WebBrowser Document Object

    I have an access program that needs to download and load XML data from a site. The code i'm using is below. It is having two problems (and i've tryed a few other syntaxes to save the file...) 1) The Save File dialog box is opening up, even tho i do pass in a path (and i've tried with both one...
  10. B

    Save XML Page using WebBrowser Document Object

    I have an access program that needs to download and load XML data from a site. The code i'm using is below. It is having two problems (and i've tryed a few other syntaxes to save the file...) 1) The Save File dialog box is opening up, even tho i do pass in a path (and i've tried with both one...
Back
Top Bottom