Search found 838 matches

by MOISES
Thu Aug 04, 2022 4:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Manifest for 64 Bit

Hi,

Try this under 32 and 64 bits:

filever.prg

#include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local n   for n = 1 to 12       MsgInfo( GetFileVersionInfo( "filever.exe ...
by MOISES
Wed Aug 03, 2022 10:57 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: MARIADB Export Rowset

Up! Thnks
by MOISES
Tue Jul 26, 2022 10:09 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: MARIADB Export Rowset

Up!
by MOISES
Thu Jul 21, 2022 8:55 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: MARIADB Export Rowset

Thank you very much, I have replaced memwrite and memoread by hb_, which are supposed to be faster.

But there is a problem: if the order of the fields in the table is not the same, then it fails, because the INSERT does not indicate the field.

Is it possible to include the field in the INSERT ...
by MOISES
Sat Jul 16, 2022 8:59 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: MARIADB Export Rowset

Hi,

Is there any progress?

Thank you. Best regards
by MOISES
Sat Aug 21, 2021 10:09 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Neural network

This is a very interesting sample created by Dan:

// neural networkprocedure main  ogg:={{"dog",0},{"mouse",0},{"snake",0},{"sparrow",0}}  azi:={{"has fur",0},{"has 4 legs",0},{"gnaws",0},{"slithers ...
by MOISES
Thu Aug 05, 2021 5:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: ResEdit is on the Fritz ( again ) today

Please, see:

viewtopic.php?f=6&t=38437&hilit=WORKSHOP

Workshop for 32 bits
by MOISES
Sat Apr 24, 2021 9:55 am
Forum: FiveWin para Harbour/xHarbour
Topic: Tomando fotos con la webcam
Replies: 77
Views: 20608

Re: Tomando fotos con la webcam

Aida:

Revisa los permisos de Windows de acceso a la cámara y tu aplicación.
by MOISES
Tue Apr 20, 2021 10:37 am
Forum: FiveWin para Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: diferencias entre HB_SetCodePage(), HB_CDPSELECT y FW_SetUni

Muchas gracias, ya leí la documentación y vi que el parámetro de hb_codepage() y hb_cdpseelct() es el mismo, pero sigo sin saber las diferencias.

Gracias.
by MOISES
Mon Apr 19, 2021 10:21 am
Forum: FiveWin para Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: API Bancaria

Hola:

Probablemente se genere una cookie, que puedas localizar.

Asimismo, quizás sea mejor utilizar un navegador menos intrusivo, como Firefox o Brave, si lo estimas oportuno.

Un saludo
by MOISES
Sun Apr 18, 2021 9:49 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Diff. between HB_SetCodePage, HB_CDPSELECT and FW_SETUNICODE

Hello,

I would like to please know the difference between these functions please.

Thank you very much. Regards
by MOISES
Sun Apr 18, 2021 8:37 am
Forum: FiveWin para Harbour/xHarbour
Topic:
Replies: -1
Views:

diferencias entre HB_SetCodePage(), HB_CDPSELECT y FW_SetUni

Hola:

Me gustaría saber por favor la diferencia entre estas funciones por favor.

Muchas gracias. Saludos
by MOISES
Sat Apr 10, 2021 7:18 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

REQUEST FOR XBROWSE FUNCTION

Hello,

Hope first of all you are doing well.

I would like to make two requests for the Xbrowse() function please:

- Use FWstrings to translate MsgNoYes( "Delete Record?" ), ITEMS { "Search For", "Show Only" } ;, etc. the rest of messages.

- Make the size of the dialog bigger, as it is too small ...
by MOISES
Fri Feb 26, 2021 1:24 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: MARIADB Export Rowset

Yes, it works correctly, it exports the rows.

But what I would really need would be the backup() method for ADO, to save in a txt file the content of the database in SQL mode INSERT INTO CITIES( CODE, CITY ) VALUES ( "1", "Madrid") ...

Would it be possible please?