Re: hyperlink question


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant Foraker on August 25, 2009 at 10:05:06:

In Reply to: hyperlink question posted by Marc Shevick on August 25, 2009 at 09:25:12:

Marc:

I've switched most of my programs over to use Windows ListViews. But, this is how I was doing it.

This saves the Invoice Number in an array and displays the hyperlink.

LET L = L + 1
LET SRNBR$(L) = ORNBR$
LET EVENT$ = STRIP(STR(L))
PRINT @(0,Y);(HyperLink=ORNBR$,EVENT$,1)

On a click I do this ...

!
GetEvent:
LET L = NUM(EVENT$,ERR)
LET PASS$ = SRNBR$(L)
ENTER 'RHQ10' ! DISPLAY INVOICE
EVENTSUB GetEvent, EVENT$, SOURCE$
RETURN

In the first example I saw, EVENT$ was defined as 8 and I locked that into an Include file. If EVENT$ can be any size, then this might work if EVENT$ was 9.

PRINT @(0,Y);(HyperLink=ORNBR$,ORNBR$,1)



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]