+ Reply to Thread
Results 1 to 4 of 4

Loading an xml

Hybrid View

Guest Loading an xml 05-15-2006, 08:10 PM
Guest Re: Loading an xml 05-15-2006, 08:20 PM
Guest Re: Loading an xml 05-15-2006, 08:25 PM
Guest Re: Loading an xml 05-16-2006, 02:25 AM
  1. #1
    Mike Archer
    Guest

    Loading an xml

    Hello - I have a userform that loads an xml file with the initiallization
    event then populates a listbox using an xpath query. I need to populate up
    to 6 listboxes with filters based on what the user selected from the previous
    listbox. So I am loading the xml with click events, and it is a very large
    file. Is there a way to load it when the form initializes and keep it loaded
    until the form is unloaded?
    --
    Thanks,
    Mike

  2. #2
    Tim Williams
    Guest

    Re: Loading an xml

    Create a global variable to hold the document and it should be maintained between selections.

    --
    Tim Williams
    Palo Alto, CA


    "Mike Archer" <MikeArcher@discussions.microsoft.com> wrote in message news:F4144B88-9DE3-4E55-88A5-61A454799C4A@microsoft.com...
    > Hello - I have a userform that loads an xml file with the initiallization
    > event then populates a listbox using an xpath query. I need to populate up
    > to 6 listboxes with filters based on what the user selected from the previous
    > listbox. So I am loading the xml with click events, and it is a very large
    > file. Is there a way to load it when the form initializes and keep it loaded
    > until the form is unloaded?
    > --
    > Thanks,
    > Mike




  3. #3
    Mike Archer
    Guest

    Re: Loading an xml

    Okay.. Because it so big, do I need to worry about dumping when the userform
    is unloaded?
    --
    Thanks,
    Mike


    "Tim Williams" wrote:

    > Create a global variable to hold the document and it should be maintained between selections.
    >
    > --
    > Tim Williams
    > Palo Alto, CA
    >
    >
    > "Mike Archer" <MikeArcher@discussions.microsoft.com> wrote in message news:F4144B88-9DE3-4E55-88A5-61A454799C4A@microsoft.com...
    > > Hello - I have a userform that loads an xml file with the initiallization
    > > event then populates a listbox using an xpath query. I need to populate up
    > > to 6 listboxes with filters based on what the user selected from the previous
    > > listbox. So I am loading the xml with click events, and it is a very large
    > > file. Is there a way to load it when the form initializes and keep it loaded
    > > until the form is unloaded?
    > > --
    > > Thanks,
    > > Mike

    >
    >
    >


  4. #4
    Tim Williams
    Guest

    Re: Loading an xml

    If the form is unloaded then it should be dumped automatically.
    How big is it?

    Tim

    "Mike Archer" <MikeArcher@discussions.microsoft.com> wrote in message news:29733CC8-58F7-4D82-83F1-2C5FF1EC9935@microsoft.com...
    > Okay.. Because it so big, do I need to worry about dumping when the userform
    > is unloaded?
    > --
    > Thanks,
    > Mike
    >
    >
    > "Tim Williams" wrote:
    >
    >> Create a global variable to hold the document and it should be maintained between selections.
    >>
    >> --
    >> Tim Williams
    >> Palo Alto, CA
    >>
    >>
    >> "Mike Archer" <MikeArcher@discussions.microsoft.com> wrote in message
    >> news:F4144B88-9DE3-4E55-88A5-61A454799C4A@microsoft.com...
    >> > Hello - I have a userform that loads an xml file with the initiallization
    >> > event then populates a listbox using an xpath query. I need to populate up
    >> > to 6 listboxes with filters based on what the user selected from the previous
    >> > listbox. So I am loading the xml with click events, and it is a very large
    >> > file. Is there a way to load it when the form initializes and keep it loaded
    >> > until the form is unloaded?
    >> > --
    >> > Thanks,
    >> > Mike

    >>
    >>
    >>




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1