Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

create a "browse" button on my form

0 views
Skip to first unread message

JOSEPHDubio

unread,
Mar 29, 2002, 10:44:37 AM3/29/02
to

"Vinod Menon" <vinu...@hotmail.com> wrote in message
news:a55dsr$n40$1...@news.vsnl.net.in...
> Hi folks
>
> Can u help me in my project
>
> I have a hyperlink text-box on my form. How do I create a "browse" button
> on my form so that I can browse for the file and select it
>
> Thanks
>
> Vinod Menon
> vvm...@vsnl.net
>
>


JOSEPHDubio

unread,
Mar 29, 2002, 10:49:23 AM3/29/02
to

"JOSEPHDubio" <vze2...@mail.com> wrote in message
news:#MkjThz1BHA.1460@tkmsftngp04...

JOSEPHDubio

unread,
Mar 29, 2002, 11:05:31 AM3/29/02
to

"JOSEPHDubio" <vze2...@mail.com> wrote in message
news:#MkjThz1BHA.1460@tkmsftngp04...
>

JOSEPHDubio

unread,
Mar 29, 2002, 11:29:21 AM3/29/02
to

"JOSEPHDubio" <vze2...@mail.com> wrote in message
news:#MkjThz1BHA.1460@tkmsftngp04...
>

Scott Gorrell

unread,
Mar 30, 2002, 4:23:17 PM3/30/02
to
Try this code behind a button. It has worked for me on numerous occasions
and the field it refers to doesn't have to be a hyperlink, it can be a
straight text field. I found hyperlink fields are difficult to work with in
an interface where the user goes a little click happy.

Dim stDocName As String

stDocName = [URL]

Dim stAppName As String

stAppName = "C:\Program Files\Internet Explorer\IEXPLORE.EXE "

Call Shell(stAppName + stDocName, 1)


The field [URL] can be any text or memo field.


"JOSEPHDubio" <vze2...@mail.com> wrote in message

news:OFnX#jz1BHA.2048@tkmsftngp05...

JOSEPHDubio

unread,
Apr 8, 2002, 1:54:35 PM4/8/02
to

"JOSEPHDubio" <vze2...@mail.com> wrote in message
news:OFnX#jz1BHA.2048@tkmsftngp05...

JOSEPHDubio

unread,
Apr 8, 2002, 2:05:46 PM4/8/02
to

"JOSEPHDubio" <vze2...@mail.com> wrote in message
news:OFnX#jz1BHA.2048@tkmsftngp05...

JOSEPHDubio

unread,
Apr 9, 2002, 5:50:04 AM4/9/02
to

"JOSEPHDubio" <vze2...@mail.com> wrote in message
news:#BpoyGs3BHA.2684@tkmsftngp04...

JOSEPHDubio

unread,
Apr 9, 2002, 5:56:07 AM4/9/02
to

"JOSEPHDubio" <vze2...@mail.com> wrote in message
news:OFnX#jz1BHA.2048@tkmsftngp05...
0 new messages