Hello,
I have a DataCombo that displays products names.
Such as follows:
With cmbProduct
'Set .DataSource = Adodc5
.DataField = "ProductID"
.BoundColumn = "ProductID"
Set .RowSource = Adodc4
.ListField = "ProductName"DataCombo.
End With
After...
Hello,
I would like to create an Excel chart from Visual basic using an ADO Recordset.
I have found the Microsoft Graph 2000 Chart on the Components - Insertable Objects, is it any good? how do I manipulate the excel sheet that gives the information to the chart so it will show what I need...
Hello,
I need to clear my DATACOMBO from its old values after another DATACOMBO has changed AND fill it with new values.
I requery the adodc, bind the DATACOMBO's RowSource 2 it, & Refill in the same sub.
I wrote cmbXXX.Refill which I think is suppose to do the work but it doesn't.
Any Ideas...
Hello 2 u all,
I have an MDI form with a toolbar & menu, they are in Hebrew so they are aligned to the right. The MDI Form alignment is RightToLeft=True.
When I install it on A Windows XP Hebrew (Hebrew is written right to left), it aligns the menu to the Left instead of to the right.
Does...
Hello,
How R U B&Gs?
I'd like to get all the values of a certain property, into a combobox.
Does anyone know how 2 do it?
Lets say: all of 'Text1.ScrollBars' values into a different combobox, so that
when the combobox changes, the ScrollBars value of Text1 will change.
Thanks.
Jud-I.
zemp,
guess U R right.
Anyways, just found out that the scrollbars add automatically when the form is 2 big within am MDIForm.Just for the knowledge, is there a regular VB form that adds scrollbars 2 it self automatically 2 (just like the MDIForm does)?
Thanks,
Jud.
rdavis,
so I can put a pictureBox on an MDIform, put a vScroll in it & it will control the size of the MDIChild?!
How do I control/scroll an MDIChild if, for instance, the grid is 2 big 2 fit in the form?
Or, better yet, how can I control/scroll anything inside an MDIForm?
Or, how can I...
This is more or less how it looks:
Dim recept as Integer
Public Sub cmd_Options_Click(Index As Integer)
recept = Activate_Cmd_Menu(A_group, Index)
End Sub
==============================================
Function Activate_Cmd_Menu(Group, Index)
Dim f As Form
For Each f In Forms
If f.MDIChild...
johnwm,
Well, this is the full description of the problem:
Function Activate_Cmd_Menu(Group, Index)
===============================
Dim iFormCount As Integer
For iFormCount = Forms.Count - 1 To 0 Step -1
Unload Forms(iFormCount)
Next iFormCount
===============================
Select Case...
Hello,
I run a datagrid on a form, perform the following actions:
Private Sub Command1_Click()
With DataGrid
.ReBind
.Refresh
End With
MsgBox "Datagrid value is " & DataGrid
End Sub
What I get is the first item on the first column of the datagrid (column(0)),
Which is...
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.