Displaying 6 results from an estimated 6 matches for "printerdata".
Did you mean:
interdata
2004 Jun 03
0
Initializing printerdata
I'm having a problem printing from MS Access 2002 to Samba 3.0.2a print shares.
I ran across a post stating that you should "initialize printerdata" to fix the
issue and that the info was in the Samba Howto collection. Unfortunately, I'm
not finding anything on this. Can someone point me in the right direction?
-Tim
2005 Dec 06
0
Point and print
...isplayed
HPWATERMARKDATA3: REG_BINARY: unknown length value not displayed
HPDUMMY: REG_DWORD: 0x00000000
TrayFormSize: REG_DWORD: 0x00000070
TrayFormTable: REG_BINARY: unknown length value not displayed
FreeMem: REG_DWORD: 0x00000b71
JobTimeOut: REG_DWORD: 0x00000000
Protocol: REG_DWORD: 0x00000000
PrinterDataSize: REG_DWORD: 0x00000230
PrinterData: REG_BINARY: unknown length value not displayed
FeatureKeywordSize: REG_DWORD: 0x0000017a
FeatureKeyword: REG_BINARY: unknown length value not displayed
CombinedMediaStatus: REG_DWORD: 0x00000001
Any idea?
2004 Apr 01
2
Samba 3.0.2a printing to Laserjet5 from access 2002 or higher
First thank you in advance for any help you may give
I have brought up Samba 3.0.2a all is working very well except in
a very specific instance on redhat 8.0
Compiled from sources with the bugzilla tracking patch 1147 installed
though we had this problem before 1147 was installed
When trying to print, print preview, or even generate a new report from
access 2002 or newer and only when an HP
2002 Sep 26
0
Samba-3.0alpha20 released
...-- enjoy,
-- The Samba Team
Changes in alpha20
- Rework the 'guest account gets RID 501' code again...
- Change to use NT-based session key negotiated for Win2k SPNEGO
- Support printer data registry keys other than the default
PrinterDriverData
- Moved internal printerdata to REGISTRY_VALUE object
- Corrected bug in dependentfiles list of DRIVER_INFO_3
- fixed logic bug in blocking locks code
- Updated registry api code to work with new printer data key
support
- Added vfstest tool
- round lock timeouts in lockingX upwards to multiples of 1 second
- Fixed bu...
2002 Oct 07
9
GetPrinter Level 2 does not get devmode
Hi all,
I have uploaded the printer drivers succesfully on RedHat Linux/ Samba
2.2.4 server. I can download and print without any problems. But when I do
Windows API call GetPrinter with PRINTER_INFO_2, the devmode in
printer_info is always null. My code looks like
HANDLE hPrinter=NULL;
PRINTER_DEFAULTS pDefaults;
pDefaults.DesiredAccess = PRINTER_ACCESS_USE;
2009 Dec 04
0
Wine release 1.1.34
...es to winternl.h.
kernel32: Fix write buffer overrun in format_insertW.
user32/tests: Allocate big enough buffer for UnpackDDElParam test.
Detlef Riekenberg (3):
commdlg: Fix a copy&paste typo.
advapi32: Dump the guid in a FIXME.
wineps: Don't depend on 16-bit PrinterData functions from gdi.
Dmitry Timoshkov (1):
kernel32: Explicitly treat the current working directory name as a unix one.
Eric Pouech (9):
msvcrt: In undname helpers, allow str_array_push to return errors (instead of asserting).
msvcrt: In undname functions, no longer use a fixed-s...