Popular Articles
Asure ID is failing to open, how do I fix that?
If you are getting this message: "ERROR - unable to load Settings.xml file", then please follow the steps below. Check the settings.xml file in the program data folder -> C:\ProgramData\HID Global\Asure ID\Settings.xml If the file is blank then this ...
How do I adjust Logitech Webcam image quality?
Adjusting image quality Use the following steps to adjust the image quality on your webcam: Launch Logitech Webcam Software Start > Programs > Logitech > Logitech > Logitech Webcam Software Click the Quick Capture button. Click the Controls button. ...
How do I download CardExchange Gateway?
Standard Trial: https://downloads.cardexchangesolutions.com/cegateway.exe FULL download (includes MySQL Server, etc.): https://downloads.cardexchangesolutions.com/cegatewayfull.exe
How do I change font color based on a database field?
1. Open the designer and add the following function to the Functions tab of the Properties window: def depcolor(dep): s = str(dep) if s == 'Name of Department 1': return 'Red' elif s == 'Name of Department 2': return 'Green' else: return 'Black'2. ...
How do I convert .ced files to .cedx?
Go to the configuration tab, advanced options, then check the box for “SHOW MIGRATE BUTTON OR MENU” and “SHOW ADVANCED MAPPINGS” if you want to use the old designer ensure that “USE VERSION 7 DESIGNER” to manage the old .CED files within version 9 ...