Hi All,
I have a single selection listbox containing 2 columns with column heading, like below in MS Access form. Value added using "Value List" row resource type.
<heading1> |<heading2>
<row1col1> |<row1col2>
<row2looooooong|<row2col2>
1) firstcolumn of row2 is very long...
Hi Again,
I got the scrollbar. Itz working fine. But i cud see only a part of value for column-0, when it have long strings.
Is there any property so i can set to calulate the column width depends on itz value string during runtime.
Maharajan
Hi All,
Oracle 7.3.4 server is installed in Sun Machine, oracle client and SQL PULS 3.3.4 are installed in my PC. After configuring tnsnames.ora file, i able to connect with
DB using sql plus.
Now i wanna connect with the same DB through VBA code.
do i need to install any drivers/libraries...
Hi,
Then forget about it, if Listbox doesnot have that feature buildin. Is there any property of the listBox control
to be set, so that the column width will be dynamically set
to maximum depending upon items length.
Thx
Maharajan
Hi All,
I have constructed a multi column list box in a form.
And added values in that list box suring runtime.
I wanna enable the feature of adjusting the colum width
by moving the column separator line by mouse.
Can we do that? if yes how to enable this property.
TIA
Maha
Hi All,
Oracle 7.3.4 server is installed in Sun Machine, oracle client and SQL PULS 3.3.4 are installed in my PC. After configuring tnsnames.ora file, i able to connect with
DB using sql plus.
Now i wanna connect with the same DB through VBA code.
do i need to install any drivers/libraries...
Hi Folks,
Itz a Q in VBA module.
How can i calculate total number of bytes in a string, when the string have 2 byte charactors and as well as single byte normal charactors?
Thx
Maharajan
Hi All,
I am newbie to MS Access and VBA.
I have creted a List Box and added items by below 3 lines,
Me.testList2.RowSourceType = "Value List"
Me.testList2.RowSource = "skddk fofdjfjd,fdfd dfdfdf;row2col1;row2col2222222222222222222222222222222222"
Me.testList2.Requery
But...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.