Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 06-15-2004, 13:58   #1 (permalink)
Adrian
Civilians

 
Default Open same Iexplorer window from Access97

Hi all

I have an access97 application to manage addresses. for each address i
can click on a commandbutton and the internet explorer opens a
management webpage where further address information can be edited.
For this i use the Application.FollowHyperlink command.

When i change the address in access97 and again clicking on the button
a new internet explorer window opens. But my idea is, that always the
same internet explorer window should open. How can I ensure, that by
clicking on the commandbutton always the same internet explorer window
(re)opens and only the content changes?

Thank you in advance
Adrian
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 06-15-2004, 14:21   #2 (permalink)
Andrew I
Civilians

 
Default RE: Open same Iexplorer window from Access97

Here's another angle to opening a web page from A97 which always seems to reuse the same explorer window.

Instead of using FollowHyperlink, put the URL into the hyperlink property of the command button itself. e.g. thus:

If Left(me.txtURL, 4) = "http" Then
Me.cmdOpenWebPage.HyperlinkAddress = WebText
Else
Me.cmdOpenWebPage.HyperlinkAddress = "http://" & WebText
End If

It's slightly more complicated - you have to call the code whenever the record changes - but it may be a way to achieve the result. (Might also have to immediately hide the Web toolbar that will annoyingly appear)
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Open New Window News Web Design 2 05-11-2005 20:00
Help: Presentations open in same window Joern Wettern Microsoft Applications 13 03-09-2005 12:00
Can't keep window open with pdf file - help me Jeffrey Web Design 4 02-08-2005 16:00
Open new window? Craig R. Web Design 0 07-23-2004 15:09
Error appear in the "Open" window Alessandro Microsoft Applications 1 06-16-2004 07:33


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 09:47.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.70566 seconds with 19 queries