Search found 30 matches: apppath

Return to advanced search

Re: Problem with FiveWin and PDF995 on Windows 11.

I have been testing with the following code: Function TestHaru() Local oPrn := nil Local oFont := nil Local cFile := Mcs_AppPath() + "TestPdf" + nAllTrim( Seconds()) + ".Pdf" Print oPrn File cFile Define Font oFont Name "Arial" Size 0,-14 of oPrn oPrn:lUseHaruPDF := TRU...
by byron.hopp
Tue Feb 13, 2024 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1220

oAuth 2.0 Restful Web Service

Is it possible to access a WebService using oAuth 2.0 from fivewin using CreateObject( "MSXML2.XmlHttp" ), I have been connecting with Carbonite using what seems to be a similar technique. I am attempting to access On-Site.com using their API's. There is some code to generate a Key and I b...
by byron.hopp
Wed Jun 16, 2021 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oAuth 2.0 Restful Web Service
Replies: 2
Views: 695

Logo on MDI window.

I use to do this using the old Harbour compiler. But since I moved to Borland my program gets hung up when clicking on the menu. Here is the old code I used in the main program just before the Activate Window: @ 0,0 Bitmap oLogo File Mcs_AppPath() + "Images\EocwdLogo.bmp" of oWnd:oWndClien...
by byron.hopp
Sat Jan 02, 2021 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 889

Re: Distributing an app

René,

Try to use functions AppPath() and ResPath()
by Antonio Linares
Tue Nov 08, 2016 7:04 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Distributing an app
Replies: 8
Views: 2686

Re: BAD !!! installing new Windows 8 - release

... The file WINPESHL.ini exists but nothing to start. ( of course, nothing is selected ) Possible format or the name of the exe is wrong. [LaunchApp] AppPath=\$WINDOWS.~BT\Sources\upglayer.exe /params:"\$WINDOWS.~BT\upglayer.ini" Maybe still testing option 3 without keeping existing progs ...
by ukoenig
Mon Oct 29, 2012 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMS ??? installing new Windows 8 - release
Replies: 61
Views: 15723

Re: Añadir un dbf al ipod

Hola
El file( AppPath()+"Test.dbf") me da .t.
by pgfdz
Thu Jan 13, 2011 7:18 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Añadir un dbf al ipod
Replies: 11
Views: 3752

Re: Añadir un dbf al ipod

Paco,

Prueba esto:

MsgInfo( File( AppPath() + "/test.dbf" ) )

y veamos si el DBF está ahi :-)
by Antonio Linares
Thu Jan 13, 2011 8:18 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Añadir un dbf al ipod
Replies: 11
Views: 3752

Re: Añadir un dbf al ipod

He colocado el test.dbf en la carpeta de Recursos y al poner el USE sale del programa sin mas USE ( AppPath() + "/test.dbf" ) MsgInfo( FieldGet( 1 ) ) en la consola me saca esto: Unrecoverable error 9001: Error recovery failure Called from DBUSEAREA(0) Called from ...
by pgfdz
Wed Jan 12, 2011 10:02 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Añadir un dbf al ipod
Replies: 11
Views: 3752

Añadir un dbf al ipod

Hola
Estoy corriendo un programa en el IPod y no se como meterle un dbf para que se instale:

USE ( AppPath() + "/test.dbf" )
MsgInfo( FieldGet( 1 ) )

¿Cómo hago llegar el test.dbf a apppath()?

Un saludo

PD. Si pongo un dbcreate me saca del programa
by pgfdz
Tue Jan 11, 2011 10:16 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Añadir un dbf al ipod
Replies: 11
Views: 3752

Re: he conseguido un iphone

DBUSEAREA( .t., ,AppPath()+ "/ruta.dbf" , "rutas") ERROR [Session started at 2010-12-23 19:50:45 +0100.] Detected an attempt to call a symbol in system libraries that is not present on the iPhone: stat$INODE64 ...
by mastintin
Fri Dec 24, 2010 3:43 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 130503

Re: he conseguido un iphone

DBUSEAREA( .t., ,AppPath()+ "/ruta.dbf" , "rutas") ERROR [Session started at 2010-12-23 19:50:45 +0100.] Detected an attempt to call a symbol in system libraries that is not present on the iPhone: stat$INODE64 ...
by mastintin
Thu Dec 23, 2010 10:45 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 130503

Re: he conseguido un iphone

DBUSEAREA( .t., ,AppPath()+ "/ruta.dbf" , "rutas") ERROR [Session started at 2010-12-23 19:50:45 +0100.] Detected an attempt to call a symbol in system libraries that is not present on the iPhone: stat$INODE64 ...
by pgfdz
Thu Dec 23, 2010 10:18 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 130503

Re: he conseguido un iphone

DBUSEAREA( .t., ,AppPath()+ "/ruta.dbf" , "rutas") ERROR [Session started at 2010-12-23 19:50:45 +0100.] Detected an attempt to call a symbol in system libraries that is not present on the iPhone: stat$INODE64 ...
by mastintin
Thu Dec 23, 2010 7:31 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 130503

Re: he conseguido un iphone

DBUSEAREA( .t., ,AppPath()+ "/ruta.dbf" , "rutas") ERROR [Session started at 2010-12-23 19:50:45 +0100.] Detected an attempt to call a symbol in system libraries that is not present on the iPhone: stat$INODE64 ...
by pgfdz
Thu Dec 23, 2010 6:53 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 130503

Re: he conseguido un iphone

Hola No funciona Dbcreate? Me saca de la aplicación sin hacer nada DbCreate( AppPath() + "/ruta.dbf", aStruct ) Un saludo Paco, Cuando te ocurra eso mira la consola del xcode y alli verás el error que ha ocurrido. Reportalo aqui y lo revisamos :-) [Session ...
by pgfdz
Thu Dec 23, 2010 5:44 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 130503
Next

Return to advanced search