Avatar of mustish1
mustish1

asked on 

Needs help in function

Hi: Can any one please tell me how to i read this line. This function NoteConvertBT_Click is calling from the form on a button. I am using VB6

    modFirstswitch.CreateNotes Me.SelectedNote_CLT_ID(), Me.NotecodeOutputTextBox, Me.ReportOutputTextBox

modFirstswitch is the name of the module and Function SelectedNote_CLT_ID,CreateNotes are the functions in that module

Private Sub NoteConvertBT_Click()
    modFirstswitch.CreateNotes Me.SelectedNote_CLT_ID(), Me.NotecodeOutputTextBox, Me.ReportOutputTextBox
Exit Sub

MODULE modFirstswitch
---------------------
Public Function SelectedNote_CLT_ID() As String
   ........
End Function

Public Sub CreateNotes(CLT_ID As String, Note_File_Name As String, Report_File_Name As String, Optional FileHandler As

clsFSFileHandler)
.........
End Sub


Thanks.
Visual Basic ClassicProgramming Languages-Other

Avatar of undefined
Last Comment
Jillyn_D
ASKER CERTIFIED SOLUTION
Avatar of Jillyn_D
Jillyn_D
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Visual Basic Classic
Visual Basic Classic

Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.

165K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo