Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by davem99

  1. davem99

    Saving PivotChart Image?

    Re-posting......I'm sure someone somewhere has done this! Any help appreciated!
  2. davem99

    Saving PivotChart Image?

    Been there, done that. I believe that works with v10 of the DLL but craps out with v11. You get either a type mismatch or and automation error
  3. davem99

    Saving PivotChart Image?

    I can't believe this is so tough!! OK....I have a pivotchart form that is a subform on another form. I can't get the exportpicture method to work. This is the code I'm using.... Set chart = Me.HomeSales.Form.ChartSpace chart.ExportPicture "C:\blahblah.jpg" Has anyone got this to work? thanks!
  4. davem99

    Getting contents of TRichEdit?

    Hi - I'm a VB man and I need to get the contents of a richedit box in another app. I have the handle for the control but have no idea how to get the text from it...... Can someone point me in the direction of and API call to use? (or better yet, send me a sample!!) thanks!
  5. davem99

    Automation problem migrating from W2K -> 2003

    I had an ASP app that worked fine under W2K - it opens Word, does its thing then closes. But, under 2003 it's not happy. when I call server.createobject("word.application") it gives me "The call to Server.CreateObject failed while checking permissions. Access is denied to this object." I've...
  6. davem99

    Gathering Client Info?

    Hi - I'm working on a helpdesk type app and want to have users go to a page and have it gather info about their machine..name/logged in as...that kindof stuff and have it posted back to the engineer. Any ideas of any scripts/components/applets out there to do this? thanks!
  7. davem99

    Joining on a date range?

    That's what I was thinking BUT.....how would I join on that? Doing it that way would require me to iterate through the rows for that user.... for example.... select * from documents where creationdate (is somehow in the range of) 10/1/04-10/6/04 10/10/04-10/14/04 etc..etc... and userid=1
  8. davem99

    Joining on a date range?

    Maybe I haven't had enough coffee yet, but...... 1) I have a table of documents with creation dates. 2) I have a table of users with unique IDs I need to grant access to multiple date ranges to users. So, user 1 may have access to docs created between 9/6-9/10 and 9/20-9/24. User 2 may have...
  9. davem99

    Authenticating over the net?

    Hi - does anyone have sample code that will enable me to have my VB app contact my sql server over http: to see if a users subscription is valid? thanks in advance!
  10. davem99

    Mapping locations with MapPoint 2004

    Anyone out there have any ideas on this?
  11. davem99

    Mapping locations with MapPoint 2004

    Does anyone have any sample code to throw a couple of addresses at Map Point 04 and grabbing the generated images? thanks!!
  12. davem99

    Excluding Directories from projects in Visual InterDev

    OK...I'm using VID 6.0 and a site I'm working on has 100,000+ files in it's directories. When I create a new project in VID and connect to this site, VID hangs and I assume that it's browsing through all of these files. Since there are only a few directories I'm actually interested in, can I...
  13. davem99

    Referencing an XML Data Structure?

    OK, Mr. WartookMan! I'm getting closer. The HTC component I'm trying to get to lives in: Document.frames(1).frames(1).document.namespaces(&quot;IRC&quot;) and the code looks like: <TR> <TD width=&quot;100%&quot; height=&quot;100%&quot;> <!-- Grid --> <?IMPORT NAMESPACE = IRC IMPLEMENTATION...
  14. davem99

    Referencing an XML Data Structure?

    Hi Pete - believe me.....I've posted this on so many boards and you are smoking when it comes to getting close!!! While the site owners give us their blessing to automates this process, I'm not sure they'd like their code posted in a puiblic forum. I'd be happy to send the JS scripts to you...
  15. davem99

    Referencing an XML Data Structure?

    Some great resources, Pete! This will give me what I need on the VB side of the fence. But....(there's always a but!)....how do I make my little VB app talk to the XML structure that lives within a series of JS files within a WebBrowser component in my VB app? Thanks again, Pete - any more...

Part and Inventory Search

Back
Top