G
Guest
I have created my own object [stocklist] using class module and hav also
created another class module to be able to use my object more than once
[stocklist(10)]. Now the problem is, i hav a display function to display the
data entered so far, but it is all one string which i hav managed to seperate
into different lines using the chr(13) keyword in my [stocklist] display
function. I want to be able to format the data according to how i want. In
other words, i want to be able to place specific property of the object into
specific place as i desire when i want to display the data to the user, how
do i do that? The function i am using right now only alows me to seperate
data of each particular object into seperate line since am using chr(13).
Please reply asap.
created another class module to be able to use my object more than once
[stocklist(10)]. Now the problem is, i hav a display function to display the
data entered so far, but it is all one string which i hav managed to seperate
into different lines using the chr(13) keyword in my [stocklist] display
function. I want to be able to format the data according to how i want. In
other words, i want to be able to place specific property of the object into
specific place as i desire when i want to display the data to the user, how
do i do that? The function i am using right now only alows me to seperate
data of each particular object into seperate line since am using chr(13).
Please reply asap.