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!

Search results for query: *

  • Users: davem99
  • Content: Threads
  • Order by date
  1. 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!
  2. 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!
  3. 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...
  4. 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!
  5. 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...
  6. 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!
  7. 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!!
  8. 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...
  9. davem99

    Referencing an XML Data Structure?

    Where I'm hooking into a site and want to access an XML structure through the DOM. Can anyone tell me where XML lives within the DOM? thanks!
  10. davem99

    Where does XML live in the DOM?

    I have an HTC component living in Frame(1).Frame(1) that renders a grid based on an XML structure. How can I see this data through the DOM? thanks in advance!
  11. davem99

    Firing lostfocus

    How can I programatically simulate a text control getting focus and losing it? I'm working with a complex site and somewhere in their code I believe they've attached to the lostfocus event so they know that something may have changed in that box. Any ideas? thanks!!!
  12. davem99

    Accessing text within HTC Component

    Can someone tell me what the syntax is for accessing the underlying text/html in an HTC component? On a certain site, there is an HTC grid control displaying data in a table. I need to be able to grab that info. Any ideas? thanks!
  13. davem99

    OnUnload problem

    Hi - I have a page which opens a popup window when it closes using the OnUnload event. My problem is that this event fires on Refresh / F5 as well as any POST on my page. ANy ideas how I can achieve this? Thanks!!
  14. davem99

    Knowing when a window is really closing?

    I want to put some OnUnload code in my ASP page so that I popup another windows that cleans up my session and updates my logout in a DB. But, a POST or an 'F5' to refresh triggers this event. Any idea how to work around it? Thanks all!
  15. davem99

    Puzzled by HTC Component...

    I need to simulate a click OR get access to the underlying text that is rendered by a funky component. Buried in a particular site is a nested frame that implements a smart grid component. This grid lists several records from a DB. I need to : a) simulate a click on a "check all&quot...
  16. davem99

    HTC component is driving me crazy!!!!

    Hi all! I'm struggling to interact with a funky grid control on a web page. I have an application (in VB) that I use to interact with pages on a site. I can fill in boxes through my code and click buttons etc..etc... On one page though, there is an HTC grid that is loaded and I can't see the...
  17. davem99

    Finding a window and clicking a button?

    I have a VB app that hosts an IE browser control. This app interacts with a web site. It enters text, clicks buttons etc..etc.. Sometimes, the website throws a Java Alert() - something like "10 records found. Click OK to view".....so my app stops because of the modal dialog box...
  18. davem99

    Being killed by Alert(); !!!

    I have a VB application that hosts an IE Browser. My app connects to a website and automates a mundane task by filling in text boxes, clicking buttons etc..etc... My problem is that on one part of this site, my app clicks a search button and then site brings up an alert saying "x...
  19. davem99

    WebBrowser Problem with Java Alert();

    I have a Web Browser control on a form that programatically interacts with a website. On this website there's a function that performs a search and the java code in this very complex page throws an Alert telling me how many items were found. My problem is that this Alert stops my App from...
  20. davem99

    Mapping locations with MapPoint 2004

    does anyone have any VB 6.0 code that hooks into MapPoint and show multiple addresses? Thanks!!

Part and Inventory Search

Back
Top