Author | Topic: List & Label ActiveX | |
---|---|---|
Mark Sergent | List & Label ActiveX on Fri, 24 Oct 2008 10:50:33 -0700 I downloaded the new version of List & Label 14 yesterday and decided to have a go at using the ActiveX control instead of the Dll version. I converted the Header file for vb to xbase and created a basic sample that launches the viewer and a report in either preview or print mode depending on the selection. It seems to run considerably faster than the DLL Version and i think it will be alot easier to use with threads in xbase. Attached is the sample code if anyone is interested. It should run with list and label 13, however you might need to check the .ch file for changes between versions. Mark Sergent InnSource Solutions Inc. mark@innsourcesolutions.com List&Label ActiveX.zip | |
Adrian Wykrota | Re: List & Label ActiveX on Mon, 27 Oct 2008 15:47:39 +0100 Thank you, i will try it in theese week. Z powazaniem/Best regards Adrian Wykrota www.advantec-software.com.pl Uzytkownik <Mark Sergent> napisal w wiadomosci news:1t1sdtm69xzux.1jhifswb7iuxs.dlg@40tude.net... > > I downloaded the new version of List & Label 14 yesterday and decided to > have a go at using the ActiveX control instead of the Dll version. > > I converted the Header file for vb to xbase and created a basic sample > that > launches the viewer and a report in either preview or print mode depending > on the selection. > > It seems to run considerably faster than the DLL Version and i think it > will be alot easier to use with threads in xbase. > > Attached is the sample code if anyone is interested. > > It should run with list and label 13, however you might need to check the > .ch file for changes between versions. > > -- > Mark Sergent > InnSource Solutions Inc. > mark@innsourcesolutions.com | |
Adrian Wykrota | Re: List & Label ActiveX on Wed, 14 Oct 2009 15:29:04 +0200 It's working but if you want use non unicode version you must use another CLSID. here's code for version 10~14 version unicode CLSID non unicode CLSID {10, "{2213E280-16BC-101D-AFD4-040224009CFA}", "{2213E280-16BC-101D-AFD4-040224009C0A}"} {11, "{2213E280-16BC-101D-AFD4-040224009CFB}", "{2213E280-16BC-101D-AFD4-040224009C0B}"} {12, "{2213E280-16BC-101D-AFD4-040224009CFC}", "{2213E280-16BC-101D-AFD4-040224009C0C}"} {13, "{2213E280-16BC-101D-AFD4-040224009CFD}", "{2213E280-16BC-101D-AFD4-040224009C0D}"} {14, "{2213E280-16BC-101D-AFD4-040224009CFE}", "{2213E280-16BC-101D-AFD4-040224009C0E}"} Best regards Adrian Wykrota Uzytkownik "Mark Sergent" napisal w wiadomosci news:1t1sdtm69xzux.1jhifswb7iuxs.dlg@40tude.net... > > I downloaded the new version of List & Label 14 yesterday and decided to > have a go at using the ActiveX control instead of the Dll version. > > I converted the Header file for vb to xbase and created a basic sample > that > launches the viewer and a report in either preview or print mode depending > on the selection. > > It seems to run considerably faster than the DLL Version and i think it > will be alot easier to use with threads in xbase. > > Attached is the sample code if anyone is interested. > > It should run with list and label 13, however you might need to check the > .ch file for changes between versions. > > -- > Mark Sergent > InnSource Solutions Inc. > mark@innsourcesolutions.com |