Search found 414 matches: codes

Return to advanced search

... it appears in the Window title bar and the .exe name and it always returns 0. What should I specify for cModuleName? What are the possible return codes? Is this function documented anywhere? This external application isn't necessarily started from my fw app. Thanks, Randal It seems that GetModuleHandle() ...
by Enrico Maria Giordano
Fri Feb 03, 2006 2:35 pm
 
Forum: FiveWin for CA-Clipper
Topic: Detect other application running
Replies: 5
Views: 1889

... it appears in the Window title bar and the .exe name and it always returns 0. What should I specify for cModuleName? What are the possible return codes? Is this function documented anywhere? This external application isn't necessarily started from my fw app. Thanks, Randal
by Randal
Fri Feb 03, 2006 1:27 pm
 
Forum: FiveWin for CA-Clipper
Topic: Detect other application running
Replies: 5
Views: 1889

Re: 2 questions

... The only thing that can be done with the returned HINSTANCE is to cast it to an integer and compare it with the value 32 or one of the error codes below. 0 The operating system is out of memory or resources. ERROR_FILE_NOT_FOUND The specified file was not found. ERROR_PATH_NOT_FOUND The specified ...
by Enrico Maria Giordano
Tue Jan 31, 2006 7:58 am
 
Forum: FiveWin for CA-Clipper
Topic: 2 questions
Replies: 14
Views: 5485

... (VM) Question : If a VM description is desirable, how should it be structured? (I propose plain text, with two main sections: VM description, Opcodes. The "Opcodes" section would describe every opcode: mnemonic, code, operands, description. I think I can maintain this section.) Answer : The ...
by Antonio Linares
Fri Jan 27, 2006 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: maquinas virtuales - virtual machines
Replies: 5
Views: 1769

... with DBCombo, you can provide a list of descriptions and automatically get the corresponding code. This way the user doesn't even have to know the codes. The lastest version of DBCombo also has a dynamic search so the user can type in a few keystrokes to get the first match. Perhaps something in ...
by James Bott
Sat Jan 07, 2006 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get validation using database object
Replies: 5
Views: 1632

... 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 AngelSalom
Thu Dec 29, 2005 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LECTURA EM PUERTO SERIAL EN FIVE 2.7 FOR XHARBOUR
Replies: 12
Views: 4658

Alternate solution I use to build web application sharing data with Fivewin app :-

- Apache as web server
- ActiveFoxproPage at www.afpages.com as dll plugin,
syntax similar to Clipper (instead of using asp/php)
- html+javascript+foxpro codes to build web input form

Regards
Hoe
by tnhoe
Thu Dec 22, 2005 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection Remote
Replies: 5
Views: 1772

Is there any class available to read the barcodes into FWH through the barcode reader and which barcode reader is simple, costeffective and good to work with FWH. - Ramesh Babu P As stated by Enrico: The modern barcode readers go attached to the ...
by R.F.
Sun Nov 13, 2005 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BARCODING, READING AND PRINTING USING FWH
Replies: 30
Views: 12308

Problem with application terminating

... CASE UPPER(cDb)=="PONOTE" SET INDEX TO &cDir.ponx01 CASE UPPER(cDb)=="POTRACK" SET INDEX TO &cDir.potx01 CASE UPPER(cDb)=="ZIPCODES" SET INDEX TO &cDir.zipx01 CASE UPPER(cDb)=="ROUTE" SET INDEX TO &cDir.rtex01 CASE UPPER(cDb)=="EMPLOYEE" SET INDEX TO &cDir.emp01&Pext, ...
by cdmmaui
Fri Oct 28, 2005 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with application terminating
Replies: 1
Views: 1926
Previous

Return to advanced search