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 ...
Search found 838 matches
- Thu Aug 04, 2022 4:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
- Wed Aug 03, 2022 10:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: MARIADB Export Rowset
Up! Thnks
- Tue Jul 26, 2022 10:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
- 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 ...
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 ...
- 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
Is there any progress?
Thank you. Best regards
- 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 ...
// neural networkprocedure main ogg:={{"dog",0},{"mouse",0},{"snake",0},{"sparrow",0}} azi:={{"has fur",0},{"has 4 legs",0},{"gnaws",0},{"slithers ...
- Thu Aug 05, 2021 5:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
- 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.
Revisa los permisos de Windows de acceso a la cámara y tu aplicación.
- Tue Apr 20, 2021 10:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
- 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.
Gracias.
- 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
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
- 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
I would like to please know the difference between these functions please.
Thank you very much. Regards
- 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
Me gustaría saber por favor la diferencia entre estas funciones por favor.
Muchas gracias. Saludos
- 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 ...
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 ...
- 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?
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?