hello
Farpoint product TabPro3.0 is Great tab control ,a lot of options.
BUT it is NOT free ,cost 129$
you can download trial version from:
http://www.fpoint.com/products/tab/tab.html
goodluck
No need to include empty folder in your installation.
you can create this folder when your application start for the first time and ignore this creation later if this directory does exist.
private sub Create_Empty_Folder()
If Dir(App.Path & "\FolderName", 16) <>...
Reformatting Access Report from within vb ....Hmmmmmm
I didn't try it before ,but as first look I don't think that is possible.but for crystal report anything is possible.
goodluck
yes you can expand this code and locating paint.exe wherever it had been installed.
get program files dir from windows registry using any registry access tools(the key for program files dir is:
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion"
and the value is...
yes you can
Try this code:
'-------------------------------
Private sub PrintAccessReport()
Const dbPathName = "C:\DB1.MDB"
Dim Acc As Object, db As Object
Set Acc = CreateObject("Access.Application")
Set db = Acc.Application.DBEngine.Workspaces(0).OpenDatabase(dbPathName...
dvannoy
yes I noted that.and I think there is no solution for that.
anyhow
I don't recommend using vbskinner on MDI CHILD becuase you can't add this control to MDI FORM.
try activeskin control.
yes it is possible but you have to use a SKINNER CONTROL for that .as vbskinner control,activeskin control.
my suggestion to use vbskinner it is realy great and so easy to use(just place it on your form) it is available on www.visual-basic.com.ar
there are two versions of this control one of...
When you install CR on your system it adds some OCX & DLL files to your system which can be used in your application ,
SO tell me what are you lokking for to tell you the Which OCX or DLL file you need in your application
First you can use InNoSetup to make your package ,it is free,better interface,more options.
regarding MDAC and JetBase :include the files which are listed below and you don't need to install mdac and jetbase
Registered components
1. c:\windows\system\comct332.ocx
2. c:\program files\common...
HELLO ALL
I am using (insert into) SQL statement to copy one table from database to another on floppy disk ,I don't have any problem with this
my Q is how can I add progress bar to my form to show the progress for this operation (I have 1000 records in this table ) so it takes sometime to...
the other ideas
-recreat your report using crystal report activex designer.
-or in cr6 create 2 reports one in landscape and one in Portrait then switch between those two reports as it is required.
but this should not stop you keep searching for set Orientation from vb code.
regards
so easy
mycrystalreport.PaperOrientation=crDefaultPaperOrientation
=crLandscape
=crPortrait
but be carefull to add referance to your project
"crystal report activex designer design and runtime librery"
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.