The set does not exist

2019-07-06 Thread Carl Aage Wangel via 4D_Tech
Using the following method, I get the error "The set does not exist". $ListBoxName:="ListBoxObjectName" LISTBOX GET TABLE SOURCE(*;$ListBoxName;$tableNum;$namedSelection;$highlightSet) USE SET($highlightSet) I select records (rows) from the listbox before running the method. I obviously have

Re: The set does not exist

2019-07-06 Thread Narinder Chandi via 4D_Tech
Carl, Hi. Couple of obvious things to check: * have you used the correct name in the $ListBoxName variable? * what does $tableNum contain? It should be a valid table number Regards, Narinder Chandi, ToolBox Systems Ltd. -- -Original Message- From: 4D_Tech

Re: The set does not exist

2019-07-06 Thread Narinder Chandi via 4D_Tech
Replying to myself here(!) but I should also have mentioned a third thing to check: * have you used the correct name in the $ListBoxName variable? * what does $tableNum contain? It should be a valid table number * check the contents of $highlightSet - it should be a non-empty string Regards,

Re: The set does not exist

2019-07-06 Thread Chip Scheide via 4D_Tech
The highlight set for a listbox is set in the listbox properties. If this is empty, then there is no highlight set. If the listbox set name you are trying to use does not match the listbox set name property then you are not going to get the anwer(s) you expect. If you want I have an old

Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP

2019-07-06 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > Yes, that works for the most part, but I’m trying to avoid making all > those changes if there is another solution. Still seems odd that PAGE > SETUP works for everything but the Windows 10 PDF Printer. Is there any > way of finding out if it’s a known bug? > > What

Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP

2019-07-06 Thread Jeffrey Kain via 4D_Tech
When we upgraded to v17 64-bit, the biggest thing we had to change were old printing forms. To get them to work, I changed old reports that relied on saved page setups to use the equivalent SET PRINT OPTION command, and it worked in all cases... -- Jeffrey Kain jeffrey.k...@gmail.com > On