Search found 35 matches

by xVar
Mon Sep 14, 2009 3:16 pm
Forum: FiveWin for Pocket PC
Topic: Code page - can I set it ?
Replies: 2
Views: 734

Is not work :(

Linker write "unresolved external symbol HB_FUN_HB_LANG_HU"
I think REQUEST HB_LANG_HUWIN was good. (but not make nothing )
Regards

Andrej.
by xVar
Thu Sep 10, 2009 9:35 am
Forum: FiveWin for Pocket PC
Topic: Code page - can I set it ?
Replies: 2
Views: 734

Code page - can I set it ?

Hi everebody! I try set code page in my applicationto hungarian. I try this code , but is not work (Browse look as english). Make I anything wrong ? Regards Andrej. /// settings REQUEST DBFCDX REQUEST DBFFPT RDDSETDEFAULT ('DBFCDX') REQUEST HB_LANG_HUWIN REQUEST HB_CODEPAGE_HUWIN HB_LangSelect('HU')...
by xVar
Thu Sep 10, 2009 6:50 am
Forum: FiveWin for Pocket PC
Topic: I loook for any simple password query function in WFPPC
Replies: 2
Views: 678

Thanks Antonio.

Regards
Andrej
by xVar
Wed Sep 09, 2009 5:13 pm
Forum: FiveWin for Pocket PC
Topic: I loook for any simple password query function in WFPPC
Replies: 2
Views: 678

I loook for any simple password query function in WFPPC

Have FWPPC function like "MsgGet( <cTitle>, <cText>, @<uVar> [,<cBmpFile>] [,<cResName>] )" with password options?
Or I must make dialog box with @ ...SAY ...GET ... PASSWORD ?

Regards
Andrej
by xVar
Wed Jun 03, 2009 9:35 am
Forum: FiveWin for Pocket PC
Topic: Dll calls, where is my mistake ?
Replies: 1
Views: 681

Dll calls, where is my mistake ?

I try use dll calls in my FWPPC application. But I confused ... (I havn't strong C knowledge) I want open Motorola RFID reader. Reader has dll for handle RFID cals // Dll Name:RFIDAPI32.dll File Location:\windows\rfidapi32.dll // Is a functions. DWORD WINAPI RFID_Open(HANDLE *phReader); DWORD WINAPI...
by xVar
Mon May 11, 2009 6:26 am
Forum: FiveWin for Pocket PC
Topic: Motorolla Datawedge. Use it anybody ?
Replies: 0
Views: 351

Motorolla Datawedge. Use it anybody ?

Hi! I probe use motorola MC 9090 PocketPC with BarCode and RFID reader. Unfortunatly, I can't find any documentation for RFID DLL's. But I find Datawedge application for motorola. It's work with Barcode reader, but not work with RFID reader. Use anybody this aplication with RFID? Also I seek for any...
by xVar
Thu Apr 09, 2009 12:53 pm
Forum: FiveWin for Pocket PC
Topic: bKeyDown-RETURN is not processed, another event may be used?
Replies: 3
Views: 759

bKeyDown-RETURN is not processed, another event may be used?

Hi! I try write code for event when RETURN key is pressed on window ( window have not any input elements ) . In bKeyDown events every key is processed , but RETURN is not. What event block may be used for this? Reagards Andrej It is my code: function Main() LOCAL cSearch:="" DEFINE WINDOW ...
by xVar
Sat Mar 07, 2009 9:24 am
Forum: FiveWin for Pocket PC
Topic: Datalogic scorpio. Troubleshooting...
Replies: 6
Views: 1267

Re: Datalogic scorpio. Troubleshooting...

Thanks Jon!
I will probe this solution .
Regards. Andrej
by xVar
Wed Mar 04, 2009 10:40 am
Forum: FiveWin for Pocket PC
Topic: Datalogic scorpio. Troubleshooting...
Replies: 6
Views: 1267

Re: Datalogic scorpio. Troubleshooting...

Tutor02 is ready to run.

Can I fix all apllications with this temporary fixes, or in this case I have reduced functionality , and can't use some FWPPS functions ?

Regards
Andrej
by xVar
Wed Mar 04, 2009 9:44 am
Forum: FiveWin for Pocket PC
Topic: Device emulators. Where are ntx files?
Replies: 2
Views: 534

Re: Device emulators. Where are ntx files?

OK. Thanks. Andrej.
by xVar
Wed Mar 04, 2009 9:42 am
Forum: FiveWin for Pocket PC
Topic: Datalogic scorpio. Troubleshooting...
Replies: 6
Views: 1267

Re: Datalogic scorpio. Troubleshooting...

Thnkth Antonio!
I will try.
Regards. Andrej.
by xVar
Wed Mar 04, 2009 7:24 am
Forum: FiveWin for Pocket PC
Topic: Datalogic scorpio. Troubleshooting...
Replies: 6
Views: 1267

Datalogic scorpio. Troubleshooting...

Hi everybody. I try use fwppc applications on Datalogic scorpio device. Is very funny, but programs not run. After I start applicate, I get this system message. "Cannot find ’appname’ (or one or of its components). Make sure the path and filename are correct and that all the required librares a...
by xVar
Tue Mar 03, 2009 2:50 pm
Forum: FiveWin for Pocket PC
Topic: Device emulators. Where are ntx files?
Replies: 2
Views: 534

Device emulators. Where are ntx files?

Hi everybody! I download win Mobile 6 emulators from MS, and try run application on this emulators. This code is OK. // cFileName := "\kaptar"+ ".dbf" USE ( CurDir() + cFileName ) ALIAS BASE NEW Index On Upper(Field->RFIDTAG) To Base1 Set Index To Base1 // After run application o...
by xVar
Tue Mar 03, 2009 9:09 am
Forum: FiveWin for Pocket PC
Topic: COMBOBOX STYLE CBS_DROPDOWN - a little bug?
Replies: 6
Views: 3719

Re: COMBOBOX STYLE CBS_DROPDOWN - a little bug?

Well. Coming soon.:) // #include "fwce.ch" #include "dll.ch" #define MB_ICONINFORMATION 0x40 static aBTypes:= {'Repce','Akác','Hárs','Gesztenye','Napraforgó','Selyemkóró','Facélia','Vegyes virág','Mézharmat','Egyéb'} function Main() // Main Window LOCAL oBmp Local oHONEYTYPES, cH...