i have some code for scgrid ocx showing in excel.
here it is:
Dim objXL As Excel.Application
Dim objWB As Excel.Workbook
Dim objWS As Excel.Worksheet
Dim r As Long
Dim c As Long
Dim intRed As Integer
Dim intGreen As Integer
Dim intBlue As Integer
Set objXL =...
i have some code for scgrid ocx showing in excel.
here it is:
Dim objXL As Excel.Application
Dim objWB As Excel.Workbook
Dim objWS As Excel.Worksheet
Dim r As Long
Dim c As Long
Dim intRed As Integer
Dim intGreen As Integer
Dim intBlue As Integer
Set objXL =...
I want to show my project's forms dynamicly. I get this form's name from database then i put this names into string variables. For it i use below codes.
public frm as form
sub dspform(form_name as string)
set frm=forms.add(form_name)
frm.show
end sub
When i compile my project my .exe...
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.