User Profile

Collapse

Profile Sidebar

Collapse
stsgiri
stsgiri
Last Activity: Nov 28 '07, 06:36 AM
Joined: Nov 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • In Vb 6.0,please help me to find out the solution...
    See more | Go to post

    Leave a comment:


  • I have created a control array of labels having same label name. Backend database as access. I have specified the locations in the tables. I need a code for clicking a label. It should map to database and the path mentioned should be opened.

    Common array part is

    [CODE=vb]Private Sub lblLocation_Cli ck(Index As Integer)
    Dim Result As Long
    Set db = New Connection
    Set rs = New Recordset
    ...
    See more | Go to post
    Last edited by Killer42; Nov 28 '07, 08:17 AM. Reason: Added CODE=vb tag

    Leave a comment:


  • stsgiri
    started a topic Hyperlink from labels to Word documents

    Hyperlink from labels to Word documents

    Hi,

    Need a vb code as like

    for control array elements(lables ) --- need to hyperlink .so the microsoft word document corresponding to the location should got displayed on the screen.

    I need a common code.the location of the array elements will be a table.

    Thanks in advance.
    See more | Go to post
No activity results to display
Show More
Working...