Search found 416 matches: codes

Return to advanced search

How to use Free TWAIN_32.dll

... set to automatically expand tabs to spaces (original tab setting was 4 spaces). version 1.7, Sept 1997 Added job control values Added return codes version 1.7, Sept 1997 changed definition of pRGBRESPONSE to pTW_RGBRESPONSE version 1.7 Aug 1998 Added missing TWEI_BARCODEROTATION values TWBCOR_ ...
by areang
Thu Aug 03, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Free TWAIN_32.dll
Replies: 0
Views: 1732

Need Support

... any Linker option "/ Se:700" and "/ NOE" B) While I am compiling Test.prg under "FWH\Makes\MSmake" for testing, getting the following error codes: 1) C:\Fwh\Makes\MSmake> go -> Enter 2) C:\VC98\Bin\nMake - ftest.mak -> Auto Disp Microsoft (R) Program Maintenance Utility Version ...
by Arindam
Sun Jul 30, 2006 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Support
Replies: 1
Views: 776

... opener. cPort may take either the form 'COMn' or the more general '\\.\COMn' The more general form is required for port numbers > 9. nParity codes: 0,1,2,3 -> none, odd, mark, even nStopBits codes: 0,1,2 -> 1, 1.5, 2 Returns a "handle" >= 256. A return of -1 means open failed. The ...
by karinha
Tue Jul 25, 2006 9:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Lectura en COM
Replies: 7
Views: 1811

Antonio, I check key codes send to get control from Marchevka software keyboard . It's look like this: Ą - 260 ą - 261 Ć - 262 ć - 263 Ę - 280 ę - 281 Ł - 321 ł - 322 Ń - 323 ń - 324 ...
by pawelu
Sun Jul 23, 2006 9:39 am
 
Forum: FiveWin for Pocket PC
Topic: Get control and polish nation characters
Replies: 6
Views: 1703

I've noticed that with barlib barcodes are not displayed when previewing. Bar codes work well only when creating the print job without PREVIEW.

Can someone confirm this?

Thank you,



Reinaldo.
by reinaldocrespo
Mon Jul 17, 2006 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BARCODING, READING AND PRINTING USING FWH
Replies: 30
Views: 12345

Enrico, > But if you rename an EXE to DLL then you still can execute it. Thats because EXEs and DLLs have different headers and their startup codes are different. Windows recognizes the EXE even if you rename it. Another major difference between them, as explained in Charles Petzold "Programming ...
by Antonio Linares
Sun Jul 16, 2006 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error with new buildhd.bat
Replies: 10
Views: 2348

I recently incorporate barcode printing and reading using de Cayetano's code. It was quite simple to do and althought not all the codes support by the library was correctly recognise, it was enought for me with the Ean13. In a few day i'd like to test a OCX control captable to print PDF417 ...
by Slowfinger
Sat Jul 15, 2006 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BARCODING, READING AND PRINTING USING FWH
Replies: 30
Views: 12345

800*600 dll -->1024*768,dialog nleft,ntop not same

... dialog lays on 0,0 pixel postion and full screen paint, but on 1024*768, it lays at about 40(ntop),5(nleft) pixel postion. For we want through codes as below to auto fit difrent resolution. rsl0:=getsysmetrics(0)/800 rsl1:=getsysmetrics(1)/600 for i:=1 TO LEN(::acontrols) oCtrol = ::aControls[i] ...
by ShumingWang
Mon Jul 10, 2006 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 800*600 dll -->1024*768,dialog nleft,ntop not same
Replies: 0
Views: 832

Comprimir Carpetas y SubCarpetas con Zip32

... As ZIPnames ' File Names To Zip Up Public zZipInfo As String ' Holds The Zip File Information '-- Public Constants '-- For Zip & UnZip Error Codes! Public Const ZE_OK = 0 ' Success (No Error) Public Const ZE_EOF = 2 ' Unexpected End Of Zip File Error Public Const ZE_FORM = 3 ' Zip File Structure ...
by josecosmaz
Tue Jun 06, 2006 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comprimir Carpetas y SubCarpetas con Zip32
Replies: 1
Views: 3298

... exist in basic table, and basic table can't delete/update a item id if exist in bill tables , Mysql database done it auto, but dbf must self write codes in app. Mysql has features triger,view,stored procedure, 5.1 version also with event, this great reduce program works. I think , dbf is proper ...
by ShumingWang
Sun Jun 04, 2006 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Should us to STOP using DBF?
Replies: 38
Views: 10696

External keyboard

Antonio,

How to process key code when PocketPc work with external keyboard. I think about use special key codes eg. function key or other key (like clipper Set Key statements).
In this moment Enter key work as Tab key - in browse control Enter key should work as double pen click ?

Thanks
Pawel
by pawelu
Tue May 23, 2006 6:19 pm
 
Forum: FiveWin for Pocket PC
Topic: External keyboard
Replies: 1
Views: 813

... My program code executes a test printout that shows what adjustments need top be made for the particular printer, and writes the adjustment codes to an ini file on the workstation for future automatic reference by the report programs. http://www.leadersoft.com/support/prntadj.zip This zip ...
by Roger Seiler
Wed Apr 05, 2006 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter Class
Replies: 5
Views: 1444

... the users, to make it easier for them to visualize what data they need to enter before the report they want can be printed (using different color codes on overlaid bitmap buttons for data still needed, versus data that has already been supplied). I think this new transparent brush capability of ...
by Roger Seiler
Sun Mar 19, 2006 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use transparent brush on a single folder dialog
Replies: 13
Views: 2831

... don't know if it will help. If it doesn't help, perhaps you can contact Kleyber for help. Also, there is a FW function escape() for sending escape codes to the printer. James --------------------- Posted: 12/25/03 Evans, Try putting this line in your main prg before open any databases. xHd := GetPrintDefault( ...
by Richard Chidiak
Tue Mar 14, 2006 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdosprn usb port
Replies: 7
Views: 1955
PreviousNext

Return to advanced search