Search found 232 matches: pawel

Return to advanced search

Re: Porting FWPPC app to iPhone

Pawel, We developed FivePhone to use Harbour on the iPhone and iPad: http://code.google.com/p/fivephone/ It is not a portability tool but lets you use Harbour on the iPhone if you need it :-) http://forums.fivetechsupport.com/viewtopic.php?f=8&t=20370&p=107976&hilit=fivephone#p107974
by Antonio Linares
Fri Apr 27, 2012 5:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Porting FWPPC app to iPhone
Replies: 1
Views: 1002

Porting FWPPC app to iPhone

Antonio,
It's possible port FWPPC database application to iPhone platform ? What tools is needed ?
Thank for your reply.
Pawel
by pawelu
Fri Apr 27, 2012 4:16 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Porting FWPPC app to iPhone
Replies: 1
Views: 1002

Re: ayuda con sdk de ThermalServiceLibrary

... Kasa,DLL_TYPE_LPSTR Kasjer ) ; ALIAS StanKasy IN hInstDLL *-------------------------------------------------------------------------- -- Pawel Jablonski
by carlos vargas
Thu Oct 13, 2011 9:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con sdk de ThermalServiceLibrary
Replies: 6
Views: 2040

Re: Where are the files created?

Solved!

The first of the "pawel" series of programs that I tried, pawel2.prg, had used #include "fwce.ch". Pawel.prg did not!

There is always an explanation ... just have to look very carefully.

Thanks.

Ross ( :oops: )
by Ross_ValuSoft
Thu May 27, 2010 8:19 am
 
Forum: FiveWin for Pocket PC
Topic: Where are the files created?
Replies: 7
Views: 1414

Re: Where are the files created?

... the root folder (there is no drive "C:") of the Windows Mobile unless CurDir() is used. You have to modify these lines in FWPPC\samples\pawel.prg to get the files in the shared folder:    FErase ( CurDir() + "\Test" + IndexExt() )   ...   DbCreate( ...
by Antonio Linares
Wed May 26, 2010 3:42 pm
 
Forum: FiveWin for Pocket PC
Topic: Where are the files created?
Replies: 7
Views: 1414

Where are the files created?

... have just returned to using FWPPC after a looong absence. By way of refreshing my old brain, I have built a few samples including one called "pawel.prg" which creates a dbf file named test with 30000 records. The application was run under the emulator and produced the file shown in the ...
by Ross_ValuSoft
Sun May 23, 2010 7:38 am
 
Forum: FiveWin for Pocket PC
Topic: Where are the files created?
Replies: 7
Views: 1414

Re: wifi

... "hbapi.h" #include "initguid.h" #include "connmgr.h" LPWSTR AnsiToWide( LPSTR ); HB_FUNC (GPRSCONNECT) { // By Pawel HANDLE phWebConnection = NULL; DWORD pdwStatus = 0; //Comprobamos si ya estamos conectados. ConnMgrConnectionStatus (phWebConnection, &pdwStatus); ...
by Otto
Tue May 19, 2009 11:59 am
 
Forum: FiveWin for Pocket PC
Topic: wifi
Replies: 9
Views: 3225

PPCinst generador de instalaciones para PDA

... usa CabWiz y EzSetup para generar ficheros de instalación, y se basa en la documentación que encontre sobre ellos en estos foros (gracias a Pawel y Carles Aubia). http://www.ea6dd.com/ftp/bielsys/ppcinst/ppcinst1.jpg Si os interesa, en mi blog encontrareis una entrada con ...
by Biel EA6DD
Thu Jun 19, 2008 3:20 pm
 
Forum: FiveWin para Pocket PC
Topic: PPCinst generador de instalaciones para PDA
Replies: 32
Views: 6822

... estas son las funciones que uso para conexion y desconexion GPRS. Las he probado con Windows mobile 2003 y 2005. Esta funcion la posteo en el foro Pawel, yo solo le hecho un pequeño cambio. HB_FUNC (GPRSCONNECT) { // By Pawel HANDLE phWebConnection = NULL; DWORD pdwStatus = 0; //Comprobamos ...
by Biel EA6DD
Tue May 13, 2008 8:39 am
 
Forum: FiveWin para Pocket PC
Topic: Manejo de funciones para conexiones gprs
Replies: 9
Views: 2802

Hola Elias,
La función GprsConnect que te pase, tiene un pequeño cambio con respecto a la de Pawel, y es que en lugar de devolver verdadero o falso, devuelve el numero de handler de la conexion.
Guarda ese numero en una variable, y despues pasalo como parametro a GprsRelease.

Espero te funcione.
by Biel EA6DD
Fri Oct 26, 2007 7:12 am
 
Forum: FiveWin para Pocket PC
Topic: Manejo de funciones para conexiones gprs
Replies: 9
Views: 2802

... "Button", WS_TABSTOP, 64, 138, 34, 12 CONTROL "Zapisz", 1034, "Button", WS_TABSTOP, 100, 138, 34, 12 END Regards Pawel
by pawelu
Tue Sep 25, 2007 5:24 am
 
Forum: FiveWin for Pocket PC
Topic: Advise
Replies: 5
Views: 2355

Antonio,

Yes, please.

Thanks
Pawel
by pawelu
Fri Jun 15, 2007 10:14 am
 
Forum: FiveWin for Pocket PC
Topic: Combobox and database
Replies: 9
Views: 2120

Pawel,

In FWH there is a Class TDbCombo where items are read from a DBF.

If you want it, we can email it to you, so you can test it with FWPPC. It should work
by Antonio Linares
Fri Jun 15, 2007 9:28 am
 
Forum: FiveWin for Pocket PC
Topic: Combobox and database
Replies: 9
Views: 2120

Combobox and database

Antonio,

Is this possible to use combobox control with database alias (one or more character fields) where items are read from database ?

Thanks
Pawel
by pawelu
Fri Jun 15, 2007 9:22 am
 
Forum: FiveWin for Pocket PC
Topic: Combobox and database
Replies: 9
Views: 2120

Hoe,

Windows Mobile is little diffrent from Windows CE but FWPPC works great on WM 2003, WM 5 and WCE 4.20, WCE 5.00.

Regards
Pawel
by pawelu
Wed Mar 21, 2007 4:54 pm
 
Forum: FiveWin for Pocket PC
Topic: Window CE
Replies: 1
Views: 996
Next

Return to advanced search