Results 1 to 5 of 5

Thread: Hyperlink

  1. #1
    Per Haglund Guest

    Hyperlink

    Here I go again!

    I have realized that i can´t use Magic Cell for links since I only got the Free version, but
    I tried to make the hyperlink direct in Access but then when I show the database
    it only shows "MEMO" where the hyperlinked text is suppose to be.

    Do i have to buy a better version of ASPdb of can i manage it anyway?

    /Per

  2. #2
    John Guest

    Hyperlink (reply)

    Hi Per,

    Try setting dbMemoTextSize = 255 (or another value). It will cause the
    grid to show 255 (or whatever) characters inside the cell instead of the
    word MEMO.

    Thanks,
    John


    ------------
    Per Haglund at 10/18/99 5:34:52 AM

    Here I go again!

    I have realized that i can´t use Magic Cell for links since I only got the Free version, but
    I tried to make the hyperlink direct in Access but then when I show the database
    it only shows "MEMO" where the hyperlinked text is suppose to be.

    Do i have to buy a better version of ASPdb of can i manage it anyway?

    /Per

  3. #3
    Per Haglund Guest

    Hyperlink (reply)

    Hello again!

    I can´t get this to work, as I want.
    in my cell that i want a hyperlink i see the following line:
    Susanne Palema#..uppfod/97/susanne.asp#
    Where Susanne Palema is the name, and the other is the link, but it´s not linked.

    Do I dare to stick in an Acceesquestion here?
    when I edit my link in the table i want the adress to be ../uppfod/97/susanne.asp
    but for some reason it converts my first / to an why´s that?

    *start to feeling very hard to deal with* =)

    Thanx, Per





    ------------
    John at 10/19/99 2:07:04 AM

    Hi Per,

    Try setting dbMemoTextSize = 255 (or another value). It will cause the
    grid to show 255 (or whatever) characters inside the cell instead of the
    word MEMO.

    Thanks,
    John


    ------------
    Per Haglund at 10/18/99 5:34:52 AM

    Here I go again!

    I have realized that i can´t use Magic Cell for links since I only got the Free version, but
    I tried to make the hyperlink direct in Access but then when I show the database
    it only shows "MEMO" where the hyperlinked text is suppose to be.

    Do i have to buy a better version of ASPdb of can i manage it anyway?

    /Per

  4. #4
    Mark Guest

    Hyperlink (reply)

    Per,

    If I understand your question properly, you need to put the following text
    (or something similar) in your Access field:

    <A HREF=&#34;../uppfod/97/susanne.asp&#34;> Click Here </A>

    That will create a hyperlink in the ASP-db Cell.

    I hope this helps.

    Mark.

  5. #5
    Per Haglund Guest

    Hyperlink (reply)


    Hi

    Yepp, it helped..but...now when doing this a new problem showed up, since I want the cells in
    a column named &#34;Name&#34; to be hyperlinked, the SQL-statement has to be changed too, like
    Select * From Something Where Name=&#39;<A HREF=&#34;The.File&#34;>theName</A>
    or is it someway around this, i could make a new column for the linking maybe, but it would look
    a lot nices if I had the name linked.

    Is it possible to do the way I want with ASPdbFree or do I have to upgrade?

    Thanx, Per

    ------------
    Mark at 10/19/99 9:03:03 AM

    Per,

    If I understand your question properly, you need to put the following text
    (or something similar) in your Access field:

    <A HREF=&#34;../uppfod/97/susanne.asp&#34;> Click Here </A>

    That will create a hyperlink in the ASP-db Cell.

    I hope this helps.

    Mark.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •