Обсуждение: Fw: Access, Postgresql, and hyperlinks

Поиск
Список
Период
Сортировка

Fw: Access, Postgresql, and hyperlinks

От
"Adam Lang"
Дата:
----- Original Message -----
From: "Adam Lang" <aalang@rutgersinsurance.com>
To: <pgsql-interfaces@pgsql.org>
Sent: Monday, October 09, 2000 11:57 AM
Subject: Access, Postgresql, and hyperlinks


> I am curious if anyone can try this.  Required is Postgres via ODBC on a
> windows box and Access 2000 (which I don't have).
>
> Apparently Access added a property to text fields named IsHyperlink.  Can
> someone see if it works?  (Have a text field in postgres that is a
> hyperlink, link an Access 2000 front end to it and have a text field
display
> data and set the IsHyperlink property to true and see if you can "click"
on
> the field and it is treated like a hyperlink.)
>
> Quoted from:
> http://www.officevba.com/features/1999/09/vba199909rd_f/vba199909rd_f.asp
>
> "Because Access projects rely on SQL Server data types, they don't
directly
> support hyperlinks. You can type hyperlinks into a table in the same
format
> as a traditional Access database, but the fields don't behave as if they
> contain hyperlinks. Unlike Jet, SQL Server doesn't have a hyperlink data
> type. Microsoft offers a workaround by introducing an IsHyperlink property
> for text boxes and combo boxes on a form in an Access project. With this
> property set to True, a form control interprets hyperlink address
> specifications as hyperlinks. The IsHyperlink property is available with
> both the new .adp file and the traditional .mdb file. As with other
> properties mentioned in this article, you can set the IsHyperlink property
> manually at design time, or programmatically at run time. A form control
> with its IsHyperlink property set to True shows the display text for the
> hyperlink, and clicking its contents updates the view with the hyperlink's
> target address."
>
> I really would appreciate it.  If this is inappropriate to the list, I
> apologize.
>
> Adam Lang
> Systems Engineer
> Rutgers Casualty Insurance Company
>
>



Re: Fw: Access, Postgresql, and hyperlinks

От
"Adam Lang"
Дата:
Hyperlink data type is in Access 97, but the "IsHyperlink" property is only
in Access 2000.

The reason I asked for someone to check what was mentioned was to see if 1)
it actually worked and 2) it was what I was hoping it accomplished... i.e
port a hyperlink data type to a real SQL server and still have the
"clickable" feature of it.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
----- Original Message -----
From: "Cedar Cox" <cedarc@visionforisrael.com>
To: "Adam Lang" <aalang@rutgersinsurance.com>
Sent: Monday, October 16, 2000 4:02 PM
Subject: Re: [INTERFACES] Fw: Access, Postgresql, and hyperlinks


>
> Are hyperlinks supported in access 97?  This I have, but never have used
> hyperlinks.  From the sounds of it, I don't see why it wouldn't work in
> access 2000.  If SQL Server doesn't support the hyperlink type (and
> probably as far as access is concerned, neither does PG) there shouldn't
> be any difference between backend servers (SQL server, PG, ...)
>
> -Cedar
>
>