Search found 48 matches

by Raymond Fischbach
Wed May 17, 2006 9:56 am
Forum: FiveWin for Pocket PC
Topic: Comm port init
Replies: 5
Views: 1615

Hi Antonio,

I tried it and it works like a charm :D

Many thanks again.
Raymond
by Raymond Fischbach
Fri May 12, 2006 6:05 pm
Forum: FiveWin for Pocket PC
Topic: Comm port init
Replies: 5
Views: 1615

Many thanks Antonio,

I will try it tomorrow.

Best Regards
by Raymond Fischbach
Fri May 12, 2006 12:12 pm
Forum: FiveWin for Pocket PC
Topic: How to call a DLL ?
Replies: 9
Views: 2926

Thank you Antonio,

I will do it
by Raymond Fischbach
Fri May 12, 2006 12:09 pm
Forum: FiveWin for Pocket PC
Topic: VALID Clause For WINDOW
Replies: 8
Views: 3006

Thank you Maurizio,
by Raymond Fischbach
Thu May 11, 2006 8:06 pm
Forum: FiveWin for Pocket PC
Topic: VALID Clause For WINDOW
Replies: 8
Views: 3006

Hello Antonio,

Any idea on when this feature will be available in windows?
A question of days, weeks, months?

If it takes too long, is it possible to implement the "NOSYSMENU" style?
Or to disable the "X"?

Many thanks,
Raymond
by Raymond Fischbach
Wed May 10, 2006 10:34 am
Forum: FiveWin for Pocket PC
Topic: How to call a DLL ?
Replies: 9
Views: 2926

Thank you.

I have never done it. I have never programmed in C either.
Anyway, I will have to try it.
by Raymond Fischbach
Wed May 10, 2006 9:55 am
Forum: FiveWin for Pocket PC
Topic: Comm port init
Replies: 5
Views: 1615

Antonio Linares wrote:Pawel,

You have to use the Windows API SetCommState() function.
Hello Antonio,

Could you please give us a small example on how to do it?
Where can I find doc on these functions?

Sorry for these basic questions but this is my first approach to Api and Dll calls.

Best regards,
by Raymond Fischbach
Wed May 10, 2006 9:42 am
Forum: FiveWin for Pocket PC
Topic: Bluetooth serial port
Replies: 14
Views: 6739

Thanks for the info. Based on it I have been able to get the data from a Btooth GPS. I still have a problem to get the data from a serial one. I can read the serial GPS but I only get invalid data. Here is my com port opening : STATIC FUNCTION OPENCOMM(nPort) // Ouvrir le port en lecture LOCAL hPort...
by Raymond Fischbach
Wed May 10, 2006 9:13 am
Forum: FiveWin for Pocket PC
Topic: How to call a DLL ?
Replies: 9
Views: 2926

How to call a DLL ?

Hello, I have to interface a DLL within a FWPPC program. Here follows the VB call to the function: Public Declare Sub LatLon_WGS84_2_LT1 Lib "wdgps.dll" (ByVal dLat As Double, ByVal dLon As Double, ByRef dX As Double, ByRef dY As Double) I have never done it so I don't know how to translat...
by Raymond Fischbach
Tue May 02, 2006 1:40 pm
Forum: FiveWin for Pocket PC
Topic: Bluetooth serial port
Replies: 14
Views: 6739

Many thanks, I will give it a try.
I need to read complete messages but I am sure this is not a problem as long as I can read a character.


Best Regards,
Raymond
by Raymond Fischbach
Mon May 01, 2006 7:06 pm
Forum: FiveWin for Pocket PC
Topic: Bluetooth serial port
Replies: 14
Views: 6739

I've grafted fragments of FWPPC 'comm.c' into parts of Harbour Telepathy (port by Luiz Rafael Culik Guimaraes) and have a working FWPPC test program that reads from a barcode scanner and can send acks, etc. Nearly there... Regards and happy and successful 2006 to all :-) Hello Jon, I need to read a...
by Raymond Fischbach
Wed Apr 26, 2006 2:03 pm
Forum: FiveWin for Pocket PC
Topic: Reading a Blue Tooth GPS reciever.
Replies: 2
Views: 1096

Hello Paul,

I have the same request.
Have you found something to solve this problem?
Can you share your experience ?

Thanks,
Raymond
by Raymond Fischbach
Mon Oct 31, 2005 10:44 am
Forum: FiveWin for Pocket PC
Topic: Delete last record of a table
Replies: 9
Views: 2702

Antonio,

I have sent you by prv mail a modified tutor10 that shows the problem.

HTH,
Raymond
by Raymond Fischbach
Mon Oct 31, 2005 9:34 am
Forum: FiveWin for Pocket PC
Topic: Delete last record of a table
Replies: 9
Views: 2702

Sure, but i will need some time as i have other urgent things to do now.
by Raymond Fischbach
Mon Oct 31, 2005 9:05 am
Forum: FiveWin for Pocket PC
Topic: Delete last record of a table
Replies: 9
Views: 2702

Antonio, Thank you for your help to install the emulator. I did install it and tried the application with the same results as in the pocket pc Here is the code snippet : @ 14.4,20.5 BUTTON "Sup." SIZE 40, 35 ACTION (SuiDel(aParams,oSui,oSui:Recno()),oSui:GoTop(),oBrw:refresh(),oBrw:SetFocu...