Search found 192 matches: nipeservice

Searched query: nipeservice

by karinha
Fri Oct 04, 2024 12:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4227

Re: GPF with FW August 2024

... xml'

IF .NOT. File( cFile )

? '2-File non trovato ' + cFile

RETURN .F.

ENDIF

cText := MemoRead( cFile )

cSchema := 'http:\\www.nipeservice.it\FS\FoglioStile.xsl'

nFile := FCreate( cTmpFile, FC_NORMAL )

IF FWrite( nFile, cText ) <> Len( cText )

? "Errore scrittura file ...
by Maurizio
Fri Oct 04, 2024 6:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4227

Re: GPF with FW August 2024

... usp=sharing

if you use the PRG of Enrico's you have to change this line

// cSchema := 'FoglioStileAssoSoftware.xsl'
cSchema := 'http:\\www.nipeservice.it\FS\FoglioStile.xsl'

and

cFile := 'FATTURA.xml'



#include "FiveWin.ch"
#include "Fileio.ch"

Function Main()

local oBrw, oDlgMain ...
by Maurizio
Thu Oct 03, 2024 1:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4227

GPF with FW August 2024

... MemoRead( cFile )
//if file('FoglioStileAssoSoftware.xsl')
cSchema := 'FoglioStileAssoSoftware.xsl'
//ELSE
// cSchema := 'http:\\www.nipeservice.it\FS\FoglioStileAssoSoftware.xsl'
//endif

nFile := FCreate( cTmpFile, FC_NORMAL )
IF FWrite( nFile, cText ) <> Len( cText )
? "Errore ...
by Maurizio
Fri Aug 09, 2024 1:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: For Me.Rao maria_Connect
Replies: 6
Views: 2000

For Me.Rao maria_Connect

... with MySQL 8.4, I have updated the MySQL connector to version 8.0. While the ADO connection is functioning properly, maria_Connect is not connecting with the FWH DLLs.
Could you please assist me in resolving this issue?
Thank you for your time and support.
Best regards,
Maurizio
www.nipeservice.com
by Maurizio
Wed May 22, 2024 9:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error with MariaDB and DataRow
Replies: 4
Views: 767

Error with MariaDB and DataRow

... ERROR *' + ' Name:' + oRec:CUSTNAME






/*
XBROWSER oRs FASTEDIT AUTOSORT AUTOFIT SHOW RECID ;
TITLE "Compare Editability Vs Other Libs" ;
SETUP ( oBrw:lFastEdit := .f., oBrw:aCols[ 4 ]:cEditPicture := "@!" )
*/
oCn:Close()

endif

return nil

Regards Maurizio
www.nipeservice.com
by Maurizio
Fri Feb 02, 2024 2:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 2520

Re: RAO advice on using Mysql

Thanks RAO for the clear specification, and how to use RecSet.
Now we also know what methods are available.

Regards Maurizio
www.nipeservice.com
by Maurizio
Wed Jul 12, 2023 1:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GET and bLostFocus
Replies: 10
Views: 1000

GET and bLostFocus

... to Last
But when I switch from First to browse the update is on the wrong row because the pointer has already changed.

Regards Maurizio
www.nipeservice.com

#include "FiveWin.Ch"

REQUEST DBFCDX
//----------------------------------------------------------------------------//
function main ...
by Maurizio
Tue Jun 20, 2023 9:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Aplicación para Android
Replies: 8
Views: 947

Re: Aplicación para Android

if you need to use an FW application on android I recommend it
https://www.winflector.com/english/android-notes.html

Maurizio
www.nipeservice.com
by Maurizio
Mon Jun 19, 2023 12:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Aplicación para Android
Replies: 8
Views: 947

Re: Aplicación para Android

... store/apps/details?id=com.test.ristomatic.ristomaticandroid.full&gl=IT

In addition to the difficulty of using Android Studio, the main problem was connecting the DBF archives with the application. For this we used a client server system with the use of json files.

Regards Maurzio
www.nipeservice.com
by Maurizio
Wed Nov 30, 2022 4:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and Debugger (fwdbg.dll)
Replies: 4
Views: 635

Re: Fivewin and Debugger (fwdbg.dll)

... confirm that altd() does not work.

https://drive.google.com/file/d/1cwWfuHYhAerELilsMIntIH1rBhCde32S/view?usp=sharing

I made some changes to fwdbg.PRG ( I can send to Antonio )

for the compilation I use hbmk2 and it is sufficient to put it in the .hbm file
fwdbg.PRG

Maurizio
www.nipeservice.com
by Maurizio
Mon Nov 08, 2021 7:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error in Tbar
Replies: 5
Views: 987

Re: Error in Tbar

Thanks Rao
with your modifications it works :D

Maurizio
www.nipeservice.com
by Maurizio
Fri Jan 15, 2021 1:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Same DBF with Harbour / xHarbour applications
Replies: 3
Views: 530

Re: Same DBF with Harbour / xHarbour applications

... not found any problem. I use this config

REQUEST DBFCDX
rddsetdefault( "dbfcdx" )
REQUEST DBFFPT
SET DBFLOCKSCHEME TO 2 // clp53
REQUEST HB_LANG_IT
HB_LANGSELECT( 'IT' )
#ifndef __XHARBOUR__
request HB_CODEPAGE_ITWIN
set( _SET_CODEPAGE, "ITWIN" )
#endif

Maurizio
www.nipeservice.com
by Maurizio
Mon Jan 11, 2021 10:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Google Calendar oauth2 login
Replies: 0
Views: 390

Google Calendar oauth2 login

God morning ,
lately i have problems with the google calendar login , I have this error

m

the code I use is

DEFINE WINDOW ::oWindow TITLE "Google Users" FROM 10, 1 TO 40,60 oActiveX := TActiveX&#40;&#41;:New&#40; ::oWindow, "Shell.Explorer" &#41; ::oWindow:oClient := oActiveX oActiveX&#058;do ...
by Maurizio
Mon Mar 23, 2020 9:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OLE with Outlook
Replies: 7
Views: 1287

Re: Fivewin OLE with Outlook

hey Jimmy
Sorry if I bother you ,
I see that you use List&Label , do you use it with Harbour ?

Maurizio
www.nipeservice