473,761 Members | 6,563 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

unbound hyperlink field...

Hello.

I've converted a bound Access 2000 form which displays data retrieved from
an Access 2000 database to an unbound form. Now my hyperlinks don't work.
I'm assuming it's because the form isn't bound anymore. I didn't even have
that field's data type as hpyerlink - just test. I did have the form
control's "hyperlink" property set to true and it worked fine in bound mode.
The fields stores paths to pdf files. How can I make the hyperlink work in
an unboud form? (Going back to bound is NOT an option).

Thank You.

Matthew Wells
MW****@FirstByt e.net
Mar 29 '06 #1
10 3247
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:zy******** ***********@new sread3.news.atl .earthlink.net. ..
Hello.

I've converted a bound Access 2000 form which displays data retrieved from
an Access 2000 database to an unbound form. Now my hyperlinks don't work.
Am I missing something here? How do you expect an unbound form to display
data? Is is bound at run-time by using VBA/SQL queries? Can you give more
info?
I'm assuming it's because the form isn't bound anymore. I didn't even
have
that field's data type as hpyerlink - just test.
Test?
I did have the form
control's "hyperlink" property set to true and it worked fine in bound
mode.
As you'd expect it to, yes.
The fields stores paths to pdf files. How can I make the hyperlink work
in
an unboud form? (Going back to bound is NOT an option).


As I say, unless I'm missing something (which is distinctly possible) it's
not gonna happen. Why do you need to have the form unbound?

Keith.
www.keithwilby.com
Mar 29 '06 #2
Hi, Matthew.
I'm assuming it's because the form isn't bound anymore.
Correct.
How can I make the hyperlink work in
an unboud form?
Instead of an unbound text box, use an unattached label – which _can_ use
the Hyperlink functionality.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:zy******** ***********@new sread3.news.atl .earthlink.net. .. Hello.

I've converted a bound Access 2000 form which displays data retrieved from
an Access 2000 database to an unbound form. Now my hyperlinks don't work.
I'm assuming it's because the form isn't bound anymore. I didn't even
have
that field's data type as hpyerlink - just test. I did have the form
control's "hyperlink" property set to true and it worked fine in bound
mode.
The fields stores paths to pdf files. How can I make the hyperlink work
in
an unboud form? (Going back to bound is NOT an option).

Thank You.

Matthew Wells
MW****@FirstByt e.net

Mar 29 '06 #3
I have functions that retrieve the data and display it in the text boxes.
It's much faster.

"Keith Wilby" <he**@there.com > wrote in message
news:44******** **@glkas0286.gr eenlnk.net...
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:zy******** ***********@new sread3.news.atl .earthlink.net. ..
Hello.

I've converted a bound Access 2000 form which displays data retrieved from an Access 2000 database to an unbound form. Now my hyperlinks don't
work.
Am I missing something here? How do you expect an unbound form to display
data? Is is bound at run-time by using VBA/SQL queries? Can you give more info?
I'm assuming it's because the form isn't bound anymore. I didn't even
have
that field's data type as hpyerlink - just test.


Test?
I did have the form
control's "hyperlink" property set to true and it worked fine in bound
mode.


As you'd expect it to, yes.
The fields stores paths to pdf files. How can I make the hyperlink work
in
an unboud form? (Going back to bound is NOT an option).


As I say, unless I'm missing something (which is distinctly possible) it's
not gonna happen. Why do you need to have the form unbound?

Keith.
www.keithwilby.com

Mar 29 '06 #4
Hi, Matthew.
I have functions that retrieve the data and display it in the text boxes.
It's much faster.
Have you considered binding the form to a query that retrieves only one
record at a time, not the entire table?

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:5m******** **********@news read2.news.atl. earthlink.net.. .I have functions that retrieve the data and display it in the text boxes.
It's much faster.

"Keith Wilby" <he**@there.com > wrote in message
news:44******** **@glkas0286.gr eenlnk.net...
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:zy******** ***********@new sread3.news.atl .earthlink.net. ..
> Hello.
>
> I've converted a bound Access 2000 form which displays data retrieved from > an Access 2000 database to an unbound form. Now my hyperlinks don't

work.

Am I missing something here? How do you expect an unbound form to
display
data? Is is bound at run-time by using VBA/SQL queries? Can you give

more
info?
> I'm assuming it's because the form isn't bound anymore. I didn't even
> have
> that field's data type as hpyerlink - just test.


Test?
> I did have the form
> control's "hyperlink" property set to true and it worked fine in bound
> mode.


As you'd expect it to, yes.
> The fields stores paths to pdf files. How can I make the hyperlink
> work
> in
> an unboud form? (Going back to bound is NOT an option).
>


As I say, unless I'm missing something (which is distinctly possible)
it's
not gonna happen. Why do you need to have the form unbound?

Keith.
www.keithwilby.com


Mar 29 '06 #5
Unbound forms are faster in all cases. I have calss modules that handle all
the data verification and updating.

"'69 Camaro" <Fo************ **************@ Spameater.orgZE RO_SPAM> wrote in
message news:Ar******** ************@ad elphia.com...
Hi, Matthew.
I have functions that retrieve the data and display it in the text boxes.
It's much faster.


Have you considered binding the form to a query that retrieves only one
record at a time, not the entire table?

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:5m******** **********@news read2.news.atl. earthlink.net.. .
I have functions that retrieve the data and display it in the text boxes.
It's much faster.

"Keith Wilby" <he**@there.com > wrote in message
news:44******** **@glkas0286.gr eenlnk.net...
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:zy******** ***********@new sread3.news.atl .earthlink.net. ..
> Hello.
>
> I've converted a bound Access 2000 form which displays data retrieved

from
> an Access 2000 database to an unbound form. Now my hyperlinks don't

work.

Am I missing something here? How do you expect an unbound form to
display
data? Is is bound at run-time by using VBA/SQL queries? Can you give

more
info?

> I'm assuming it's because the form isn't bound anymore. I didn't even > have
> that field's data type as hpyerlink - just test.

Test?

> I did have the form
> control's "hyperlink" property set to true and it worked fine in bound > mode.

As you'd expect it to, yes.

> The fields stores paths to pdf files. How can I make the hyperlink
> work
> in
> an unboud form? (Going back to bound is NOT an option).
>

As I say, unless I'm missing something (which is distinctly possible)
it's
not gonna happen. Why do you need to have the form unbound?

Keith.
www.keithwilby.com



Mar 29 '06 #6
That worked great!!!

Thank you.

"'69 Camaro" <Fo************ **************@ Spameater.orgZE RO_SPAM> wrote in
message news:FI******** ************@ad elphia.com...
Hi, Matthew.
I'm assuming it's because the form isn't bound anymore.


Correct.
How can I make the hyperlink work in
an unboud form?


Instead of an unbound text box, use an unattached label - which _can_ use
the Hyperlink functionality.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:zy******** ***********@new sread3.news.atl .earthlink.net. ..
Hello.

I've converted a bound Access 2000 form which displays data retrieved from an Access 2000 database to an unbound form. Now my hyperlinks don't work. I'm assuming it's because the form isn't bound anymore. I didn't even
have
that field's data type as hpyerlink - just test. I did have the form
control's "hyperlink" property set to true and it worked fine in bound
mode.
The fields stores paths to pdf files. How can I make the hyperlink work
in
an unboud form? (Going back to bound is NOT an option).

Thank You.

Matthew Wells
MW****@FirstByt e.net


Mar 29 '06 #7
Hi, Matthew.
Unbound forms are faster in all cases. I have calss modules that handle
all
the data verification and updating.
And do as good a job as the database engine at handling record locks, write
conflicts, and guaranteeing referential integrity? That's a lot of coding
to gain marginally faster speed compared to retrieving a single bound record
from the table. But having a bound form open with only record isn't always
feasible in every application, so an unbound form that handles one record at
a time is a viable alternative. It's just a lot of work to get it right
when the business logic side is doing the work of the database engine.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:D8******** ***********@new sread3.news.atl .earthlink.net. .. Unbound forms are faster in all cases. I have calss modules that handle
all
the data verification and updating.

"'69 Camaro" <Fo************ **************@ Spameater.orgZE RO_SPAM> wrote
in
message news:Ar******** ************@ad elphia.com...
Hi, Matthew.
>I have functions that retrieve the data and display it in the text
>boxes.
> It's much faster.


Have you considered binding the form to a query that retrieves only one
record at a time, not the entire table?

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:5m******** **********@news read2.news.atl. earthlink.net.. .
>I have functions that retrieve the data and display it in the text
>boxes.
> It's much faster.
>
> "Keith Wilby" <he**@there.com > wrote in message
> news:44******** **@glkas0286.gr eenlnk.net...
>> "Matthew Wells" <MW****@FirstBy te.net> wrote in message
>> news:zy******** ***********@new sread3.news.atl .earthlink.net. ..
>> > Hello.
>> >
>> > I've converted a bound Access 2000 form which displays data
>> > retrieved
> from
>> > an Access 2000 database to an unbound form. Now my hyperlinks don't
> work.
>>
>> Am I missing something here? How do you expect an unbound form to
>> display
>> data? Is is bound at run-time by using VBA/SQL queries? Can you give
> more
>> info?
>>
>> > I'm assuming it's because the form isn't bound anymore. I didn't even >> > have
>> > that field's data type as hpyerlink - just test.
>>
>> Test?
>>
>> > I did have the form
>> > control's "hyperlink" property set to true and it worked fine in bound >> > mode.
>>
>> As you'd expect it to, yes.
>>
>> > The fields stores paths to pdf files. How can I make the hyperlink
>> > work
>> > in
>> > an unboud form? (Going back to bound is NOT an option).
>> >
>>
>> As I say, unless I'm missing something (which is distinctly possible)
>> it's
>> not gonna happen. Why do you need to have the form unbound?
>>
>> Keith.
>> www.keithwilby.com
>>
>>
>
>



Mar 29 '06 #8
You're welcome! Glad it helped.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:S8******** **********@news read3.news.atl. earthlink.net.. .
That worked great!!!

Thank you.

"'69 Camaro" <Fo************ **************@ Spameater.orgZE RO_SPAM> wrote
in
message news:FI******** ************@ad elphia.com...
Hi, Matthew.
> I'm assuming it's because the form isn't bound anymore.


Correct.
> How can I make the hyperlink work in
> an unboud form?


Instead of an unbound text box, use an unattached label - which _can_ use
the Hyperlink functionality.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:zy******** ***********@new sread3.news.atl .earthlink.net. ..
> Hello.
>
> I've converted a bound Access 2000 form which displays data retrieved from > an Access 2000 database to an unbound form. Now my hyperlinks don't work. > I'm assuming it's because the form isn't bound anymore. I didn't even
> have
> that field's data type as hpyerlink - just test. I did have the form
> control's "hyperlink" property set to true and it worked fine in bound
> mode.
> The fields stores paths to pdf files. How can I make the hyperlink
> work
> in
> an unboud form? (Going back to bound is NOT an option).
>
> Thank You.
>
> Matthew Wells
> MW****@FirstByt e.net
>
>



Mar 29 '06 #9
Not at all. I keep a single ADO connection object open to use through the
entire system. I have scripts that create the class modules and the form
code - all of it including navigation buttons - so the form is ready to use
in two minutes. All I do is give the table name and some other basic info
and 95% of the code is done in 30 seconds. There is always a little
tweaking. The business logic is all handled in one validte function.
That's the only real code I have to write.I have a front end in Miami and a
back end in New Jersey. It was taking 5 minutes to retrieve a record, now
it takes 5 seconds. (Yes I know there's a network problem somewhere, but
this is a Johnson & Johnson comapny so I can't mess with it.)

"'69 Camaro" <Fo************ **************@ Spameater.orgZE RO_SPAM> wrote in
message news:K7******** ************@ad elphia.com...
Hi, Matthew.
Unbound forms are faster in all cases. I have calss modules that handle
all
the data verification and updating.
And do as good a job as the database engine at handling record locks,

write conflicts, and guaranteeing referential integrity? That's a lot of coding
to gain marginally faster speed compared to retrieving a single bound record from the table. But having a bound form open with only record isn't always feasible in every application, so an unbound form that handles one record at a time is a viable alternative. It's just a lot of work to get it right
when the business logic side is doing the work of the database engine.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:D8******** ***********@new sread3.news.atl .earthlink.net. ..
Unbound forms are faster in all cases. I have calss modules that handle
all
the data verification and updating.

"'69 Camaro" <Fo************ **************@ Spameater.orgZE RO_SPAM> wrote
in
message news:Ar******** ************@ad elphia.com...
Hi, Matthew.

>I have functions that retrieve the data and display it in the text
>boxes.
> It's much faster.

Have you considered binding the form to a query that retrieves only one
record at a time, not the entire table?

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials. http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Matthew Wells" <MW****@FirstBy te.net> wrote in message
news:5m******** **********@news read2.news.atl. earthlink.net.. .
>I have functions that retrieve the data and display it in the text
>boxes.
> It's much faster.
>
> "Keith Wilby" <he**@there.com > wrote in message
> news:44******** **@glkas0286.gr eenlnk.net...
>> "Matthew Wells" <MW****@FirstBy te.net> wrote in message
>> news:zy******** ***********@new sread3.news.atl .earthlink.net. ..
>> > Hello.
>> >
>> > I've converted a bound Access 2000 form which displays data
>> > retrieved
> from
>> > an Access 2000 database to an unbound form. Now my hyperlinks don't > work.
>>
>> Am I missing something here? How do you expect an unbound form to
>> display
>> data? Is is bound at run-time by using VBA/SQL queries? Can you give > more
>> info?
>>
>> > I'm assuming it's because the form isn't bound anymore. I didn't

even
>> > have
>> > that field's data type as hpyerlink - just test.
>>
>> Test?
>>
>> > I did have the form
>> > control's "hyperlink" property set to true and it worked fine in

bound
>> > mode.
>>
>> As you'd expect it to, yes.
>>
>> > The fields stores paths to pdf files. How can I make the hyperlink >> > work
>> > in
>> > an unboud form? (Going back to bound is NOT an option).
>> >
>>
>> As I say, unless I'm missing something (which is distinctly possible) >> it's
>> not gonna happen. Why do you need to have the form unbound?
>>
>> Keith.
>> www.keithwilby.com
>>
>>
>
>



Mar 29 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
19182
by: Stephan | last post by:
Hi, I'm using Visual Studio 2003 (C#) with the integrated Crystal Report software and have the following question: How can I assign a value (string) to an unbound (string) field in Crystal Report at runtime? Example: private void button1_Click(object sender,
3
3779
by: Dos Lil | last post by:
I have a unbound field in the subform(for calculating the datediff) which has the control property ==DateDiff("n",,). I have another unbound field in the main form which is for displaying the datediff from the subform.I have set the controls source = .Form! FRM- TimeSheet Subform is the name of the subform and TXTTtalHoursworked is the name of the unbound field in the subform.
3
6339
by: Pat | last post by:
Hello, I've used Sum() to total bound fields on a continuous form with no problem. However, I now have a continuous form, on which I use an unbound field to calculate the number of hours between two times stored in a record (bound fields). This field is called txtDuration. On my footer, I've created another unbound field named txtWeeklyTotal. I've set the Control Source to =Sum(), but this returns a #Name? error. I've tried . and it...
0
1464
by: Bob Bykerk | last post by:
Hyperlinks work fine when using bound controls but when I try to get one to work on an unbound control (with hyperlink? = true) I can't insert a hyperlink or use the data as a hyperlink. I have gone down the unbound forms route as this looks to be the most reliable and fast method. How can I get this to work?
4
7465
by: Tero Partanen | last post by:
Hello! I'm writing about a rather peculiar problem I'm having with Access2000. I have a table in which I have created one hyperlink-type field. I have given the field a default value which is an email-address. The default value is (for example): "mailto:mymail@here.com". Access2000 correctly inserts that information into the field everytime
4
7534
by: Andreas Meffert | last post by:
Hello, How can I change the Type of a field in a table from Memo to hyperlink? I import a table from Oracle to Access 2003. After that, the field type of some hyperlink-fields is "Memo". How can I schwitch back to Hyperlink via VBA because its boring doing it manually often (I import the table each week for doing updates). When I do it manually the hyperlink works well. Thanks in advance.
1
15192
by: dpark29 | last post by:
Access 2000 - If a textbox control is bound to a hyperlink field in an Access database table, the textbox appears formatted as hyperlink and when the user right-clicks the field, the Hyperlink option is available on the resulting popup Shortcut Menu form. I am developing a form that uses unbound textboxes, and I need to include a textbox that will contain a hyperlink. How do I get an unbound textbox to act like a textbox that is bound to a...
5
8809
LAD
by: LAD | last post by:
Using Access 2003 on Windows 2000. My Skill Level: Med Low (Some VBA, okay with Access) Form: Single View - based on Query of single Table to sort by field. Application: Dealers email 'contract packages' that include as attachments: a contract (PDF or TIF), a pricing tool (Excel), a companion document (Word). Clerks detach these files into a shared drive file on our intranet. I'm building an 'contract package management' application...
1
2418
SBCUser666
by: SBCUser666 | last post by:
Form field (Text66) defined as Hyperlink. Access 2003 table field defined as Hyperlink. Using VBA I build the hyperlink and poke it into the form field. The field displays like it is a hyperlink (blue and underlined) but clicking on it does nothing. If I open the table and click on the field nothing happens. On the form, if I delete and retype just 1 character the hyperlink functions correctly (on the form and from the table). Thinking that...
0
9522
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9336
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10111
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9948
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9902
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9765
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8770
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5364
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3446
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.