Alaska Software Inc. - Help for List&Label with SQLexpress.
Username: Password:
AuthorTopic: Help for List&Label with SQLexpress.
M.B. BaijuHelp for List&Label with SQLexpress.
on Sun, 31 Oct 2021 12:47:51 +0100
Hello,

My plan to go with Report Writer List&Label(Combit Software).

Their demo software most of the sample related dbf or ADS.

I am using with SQLexpress(Boris Borzic), anybody can share some code to start with the software ?

Currently I am using with FRAX. 

Also can you share your feedback about the above software. (Speed and performance of the Report server etc.)

Thanks,

M.B.BAIJU
Wolfgang CiriackRe: Help for List&Label with SQLexpress.
on Sun, 31 Oct 2021 19:16:28 +0100
Am 31.10.2021 um 12:47 schrieb M.B. Baiju:
> Hello,
> 
> My plan to go with Report Writer List&Label(Combit Software).
> 
> Their demo software most of the sample related dbf or ADS.
> 
> I am using with SQLexpress(Boris Borzic), anybody can share some code to start with the software ?
> 
> Currently I am using with FRAX.
> 
> Also can you share your feedback about the above software. (Speed and performance of the Report server etc.)
> 
> Thanks,
> 
> M.B.BAIJU
> 
Hello,
have a look at the samples for Alaska XBase++, which are deliverd with L&L.
DS Datasoft has done a very good job with the dsListLabel27 class.
You can use the class with DBF, Arrays, Dataobjects, Table objects, f.e.
select * from kunde INTO OBJECTS aData
oListLabel:connect(aData)
oListLabel:DataSetTable(aData)

Regards Wolfgang