One of the best Features that SSMS has :). Unfortunately one of the few good Things in contrast to so many Features missing in SSMS :(
Visual Studio also has this Feature when dragging Objects...
Type: Posts; User: Bernhard Ponemayr
One of the best Features that SSMS has :). Unfortunately one of the few good Things in contrast to so many Features missing in SSMS :(
Visual Studio also has this Feature when dragging Objects...
Done :-)
Cheers
Bernhard
Hi Bob
You should only check, if all the Modules that List & Label is loading after the initial initialization of the main .dll are loaded from the correct location too. There are a bunch of...
Hi Ralf
Prima das du damit das Problem lösen konntest. Die meisten List & Label Funktionen funktionieren erst richtig wenn bereits ein Druckjob gestartet ist. Darum ist es immer ratsam, diverse...
Hallo Ralf
Der Pfad an dem die *.LSP Dateien gespeichert werden kann mit der Funktion LLSetPrinterDefaultsDir(string sDir) festgelegt werden. Am Besten in der Notification OnJobAfterOpen einen...
Hallo Ralf
Ja, das ist kein Problem. Dazu musst man die Tabelle manuell an List & Label anmelden. Am Besten geschieht das in der Notification DefineAllFields, dort meldet man die Tabelle mit der...
Hi
Just installed Beta 1 and found, that the installer installs the localized collating Sequence to the bin64 Folder regardless of the setting "Install localized collating sequence" option during...
Hi Bob
Is the pbUseDrilldown Property set to true? Otherwise drilldown is completely disabled in your Reports.
Regards
Bernhard
Hi Bob
The Drilldown Functionality calls another Report preselected with the Selection Values you can define. It is displayed in the same Preview Window and you are able to switch back to the...
Hi Peter
I would suggest you look into the LLEmbeddedWithoutDD.rv (under Special Samples). Here you see a complete sample how to use reporting without any DataDictionary and other Tips usefull for...
Hi Peter
Take a look at the Example Report "Item Report.lst", this one has the dynamic Ordering and the dynamic Filtering. Drilldown must be enabled, otherwise this Feature is not available.
...
Hi Peter
Subclassing the cListLabelReport is a good Idea in general. As mentioned the cListLabelReport Class is build in a way that should give you full control over the Report Definition and the...
Hi Peter
This is because of historical Reasons. In the very Beginning (List & Label 8 or 9) there was only the cListLabelWrapper Class. Since that Times the DefineAllFields is a Notification where...
Hi Peter
The attached Library should fix the Crash on creating new Reports. Just overwrite the LLLibrary25.0 Folder with this Zip.
For the second Crash on starting the Designer a second Time:...
Hi Wil
Thanks for you suggestion. Setting the String to character(0) does the Trick. Since WStrings must normaly not be 0 terminated i assumed, that the String length is stored inside the WString...
Hi Mike
Thanks for your input. Unfortunately AddressOf(sVal) returns also a NULL Pointer :(
Regards
Bernhard
Hi
I'm wondering how i can pass an empty String to a Unicode DLL. This is the DLL Declaration:
External_Function LlDefineLayoutEf "LlDefineLayoutW" LLDllName Integer hLLJob Handle hWnd...
Hi Peter
Thanks for the Infos. Seems to be a Problem with List & Label SP2. After installing the Service Pack i get the exception too.
I will contact Combit about the Problem and will report...
Hi Peter
Thanks for reporting! Unfortunately i can't reproduce the Issue here.
What Version of List & Label is running? Can you please start the Designer, press Ctrl+Shift+F12 and send me the...
Hi Bob
Much easier with Documentation and a running System :-)
You can set the needed Export Options with
Get LLXSetParameter of hoLL LL_LLX_EXTENSIONTYPE_EXPORT "XLS"...
Hi Bob
I'm currently at work with no List & Label running here ;-) Export Options are set with LLPrintSetExportOptions (as far as i remember). I will take a look when i'm back home again this...
Hi Bob
I assume you get this Problem because you try to print the same Project a second Time as long as the Preview File is still opened from the first Report. By default, the Reports use the...
Never had the Pleasure to meet him but it seems that he is leaving a Gap.
My Condolences to his Family and all his Friends
Regards
Bernhard
Hi
Which Version of List & Label do you have? The Library is built to support not only the lastest Version 25 but also older Versions of List & Label. As Default the latest Version is used.
If...