|
-
Aug 30th, 2000, 03:32 AM
#1
Thread Starter
Fanatic Member
Does anyone know whats wrong with this code: A error is brought back saying "Object Variable or With Block variable not set"
Private Sub lvwJourneys_Click()
TxtJourneyID.Text = Trim(lvwJourneys.SelectedItem.Text)Txtjourneyfrom.Text = Trim(lvwJourneys.SelectedItem.SubItems(1))
Txtjourneyto.Text = Trim(lvwJourneys.SelectedItem.SubItems(2))
Txtstandardmiles.Text = Trim(lvwJourneys.SelectedItem.SubItems(3))
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|