The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Specify printer from within Sales Contact Process
Posted: 20 Jun 06 1:55 PM
|
fiogf49gjkf0d We run processes that print multiple letters and labels for contacts and would like to be able to specify which printer is being used. Is this possible? I've been looking for a way to change the SLX Printer using code, but haven't found any references yet. It looks like it gets set to the Windows Default printer when SLX is opened, but can be changed using the File:Print Setup menu action. |
|
|
| |
|
Re: Specify printer from within Sales Contact Process
Posted: 20 Jun 06 3:52 PM
|
abortion pill mifepristone buy online abortion pill ru486 buy online fiogf49gjkf0d Thanks for the info, but this grabs the Windows default printer, not the printer that is set from within SalesLogix. In test I've done, the processes use the printer that is set in SLX, which isn't necessarily the same as the Windows default printer. If you change the printer from within SLX, you will see that the Windows default printer does not change. It looks like the SLX printer gets set to the Windows default printer when SLX starts up. I was unable to find a registry entry for the SLX printer.
|
|
|
|
Re: Specify printer from within Sales Contact Process
Posted: 21 Jun 06 11:43 AM
|
fiogf49gjkf0d Well it has got to be in the reg some where (I doubt that is stored in the db). I would suggest running RegMon (free from sysinternals.com) and make a change to that setting to see where it is stored.
|
|
|
|
Re: Specify printer from within Sales Contact Process
Posted: 21 Jun 06 4:55 PM
|
amoxicillin without insurance amoxicillin prescription no insurance where to buy low dose naltrexone buy naltrexone fiogf49gjkf0d I tried using RegMon and did not see anything change in the registry when I changed the printer in SLX. Tech support is telling me that it is probably stored in the exe and is not going to be accessible to me. I'd like to be able to specify the printer from within a sales contact process - any other ideas? |
|
|
|
Re: Specify printer from within Sales Contact Process
Posted: 22 Jun 06 9:40 AM
|
fiogf49gjkf0d The answer from SalesLogix: Discussed Note: Can I script to specify a printer in SalesLogix -- emailed information emailed the information from the KB article and that I did speak with the PSG group about this They explained it would be a lengthy code process and would still not fullfill his particular needs. Resolution:449570.00000: We're using the Windows API to enumerate all printers Discussed Note: Can I script to specify a printer in SalesLogix Customer wants to put a button on a form such that when it is pressed will send the data to a specified printer. He does not want the user to have to select any printers through the printer screen Initially explained to him this was not available through Architect but set within the SalesLogix.exe. Customer was not satisfied with this answer so explained to him I would post a question and email back to him.
|
|
|
|
Re: Specify printer from within Sales Contact Process
Posted: 22 Jun 06 1:45 PM
|
prednisolon 25 mg prednisolon 25 mg online fiogf49gjkf0d Hmmm. Sort of sounds like a load of crap to me
I find it doubtful that the setting is actually written back to the exe, I mean, really, who stores settings like that?! But who knows, I've seen stranger things in this app hehe.
You could always just do your own thing. Get the report wrapped in an RDC object and send it off to the printer of choice yourself (that is what I would do). |
|
|
|