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!
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!
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...
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!
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
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...
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!
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...
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("IRC")
and the code looks like:
<TR>
<TD width="100%" height="100%">
<!-- Grid -->
<?IMPORT NAMESPACE = IRC IMPLEMENTATION...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.