Results 1 to 15 of 15

Thread: Saving Problem

Hybrid View

  1. #1

    Thread Starter
    Lively Member lavarock09's Avatar
    Join Date
    Jun 2005
    Posts
    124

    Re: Saving Problem

    It Is Attached
    Attached Files Attached Files

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Saving Problem

    There are a buch of ocx's and a bas file missing from your zip file but I think this is your problem. Add the highlighted code to Form6.

    VB Code:
    1. Private Sub File1_Click()
    2. Dim Path1 As String
    3. Dim load1 As String
    4. load1 = Text1.Text
    5. Path1 = Dir1.Path
    6. [HL="#FFFF80"]If Not (Right$(Dir1.Path, 1) = "\") Then
    7.         Path1 = Dir1.Path & "\"
    8. End If[/HL]
    9. Text1.Text = Path1 & File1.FileName
    10.  
    11.  
    12. 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
  •  



Click Here to Expand Forum to Full Width