The following partial code, when saved in an .xlam file and then used as an addin (Customize/Add-Ins) produces a tab labelled "Special" which is loaded everytime Excel is started up.
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"><ribbon> <tabs> <tab id="customTab"...
Hi Everyone
I Have a custom tab with two groups which are loaded into Excel as an addin so that the groups and buttons are avvailable to all documents. I cant seem to add a custom group (as a third group) from a document into that custom tab when that particular document is loaded. I am...
Thanks for your responses. I figured it might be additive. Might anyone have a short code example?
I am using the foxpro Common Dialog Box Foundation Class example I don't see the property listed, either how to set it or how to add on to it.
As for resizeable being the default, thats how I...
Has anyione had any luck in resizing Common Dialog?
Ive gotten as far as noting the property OFN_ENABLESIZING but dont know how to apply it? Any help would be appreciated
You are correct Andy as well - have run into numerous other issues with forms and config.
For a fulltime developer, Inaginecorp, your suggestion makes perfect sense as well.
Thanks again, Olaf. I considered all of that. Matter of fact, partitioning the drive is what got me into this mess in the first place. Afraid to use SUBST.
Made a decision to keep all VCX'x on C drive. Life will be simpler that way.
Hello Everyone
Hope this is not too dumb a question as I dont have too much experience using classes.
What code could be recommended to make the location of a class library independent of a particular drive letter?
In other words, I would like to use a form (compiled through IDE or EXE) on...
Sure thing Olaf.
What DID NOT WORK:
lnHandle = Sqlstringconnect("DRIVER=SQLite3 ODBC "+;
" Driver;LongNames=0;Timeout=1000;NoTXN=0;"+;
"SyncPragma=NORMAL;StepAPI=0;"+;
"Database="+tcDatabase+";Uid="+tcUser+";Pwd="+tcPassword)
What DID WORK:
strng="DRIVER=SQLite3 ODBC...
Olaf,
I was just about to give up when i decided to cut and paste the connection string exactly from www.ch-werner.de/sqliteodbc/ and it worked like a charm!!!!!!!
A Thousand thanks to you and as usual all the people on this site.
Thank you all for your responses. There was no easy way to get the data other than through a query in excel and hours of googling but without your help I wouldnt have even gotten that far. Thanks again to this site and to you.
Reminds me of the old days when DOS and DBase were disappearing -...
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.