Search found 572 matches: native

Return to advanced search

Re: TWebView:Destroy method does not close the window.

... I posted it here just so it could be analyzed. The correct thing is you use the class that Linares is building. In the future I will also use the native fivewin class. Here are the sources: https://app.box.com/s/dklixp7uu9ni5sz8llqt3nq1zqp13kyb Yes Giavony, you are right. Much obliged. ...
by Horizon
Fri Aug 05, 2022 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3323

Re: TWebView:Destroy method does not close the window.

... I posted it here just so it could be analyzed. The correct thing is you use the class that Linares is building. In the future I will also use the native fivewin class. Here are the sources: https://app.box.com/s/dklixp7uu9ni5sz8llqt3nq1zqp13kyb
by Giovany Vecchi
Fri Aug 05, 2022 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3323

Re: TGet with rounded corners in Windows 11

Sorry, I don't want to paint the GETs rounded myself, I asked why we don't have the native Windows 11 look for the GETs, on Windows 11. Maybe is there something missing in the manifest file?

EMG
by Enrico Maria Giordano
Thu Aug 04, 2022 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet with rounded corners in Windows 11
Replies: 12
Views: 702

Re: Error 1251 at runtime using native connection to MySql

Ahora esta bien!
Gracias Cesar.
Saludos
by max
Tue Jul 26, 2022 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 1251 at runtime using native connection to MySql
Replies: 2
Views: 314

Re: Error 1251 at runtime using native connection to MySql

Si tienes acceso root al servidor MySql, puedes probar poniendo la password asi: ALTER USER 'myuser'@'%' IDENTIFIED WITH mysql_native_password BY 'my_password';flush privileges;  Puedes mirar este link que habla del tema https://stackoverflow.com/questions/50093144/mysql-8-0-client-does-not-...
by cmsoft
Mon Jul 25, 2022 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 1251 at runtime using native connection to MySql
Replies: 2
Views: 314

Error 1251 at runtime using native connection to MySql

... to MS SQL server using 'fw_openadoconnect'. Now (my first time) I am trying to connect to a mysql database (service mysql named 'MySql80') using native FWH connection 'fwconnect', with library libmysql.lib. At runtime I get this error in a dialog, and the connection does not work: 1251 Client ...
by max
Mon Jul 25, 2022 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 1251 at runtime using native connection to MySql
Replies: 2
Views: 314

Re: New Class TWebView in next FWH build

... can make it child of any window, dialog or control :-) I was creating a class for this, but as I'm not an expert in C++, I stopped to wait for the native fivewin class. In this class I was making I can put the webview in windows and even in Panels. #include "FiveWin.ch"///#include "hbclass.ch"#define ...
by Giovany Vecchi
Wed Jun 22, 2022 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2331

New FTDN June/Junio 2022 (FWH 22.06)

... x86 version before using it. 64 bits version is not ready yet. We expect to have it ready quite soon. * XBrowse: - Provides native support to Eagle1 library for MySql, version 7.0 or later MSTABLE class: Read/Write and autosort MSQYERY class: ReadOnly TDATAROW class also ...
by Antonio Linares
Tue Jun 21, 2022 4:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 886

Re: New Class TWebView in next FWH build

Very good Antonio.
I was taking a class too. I already had all the functions and I managed to work to run inside a resource or Window directly without having to capture the WebView window.
As I don't have time to improve the class, I'll wait for the native class for FiveWin.
by Giovany Vecchi
Tue Jun 07, 2022 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2331

Re: Different style of window

Dear Silvio, Please review FWH\samples\skin1.prg and skin2.prg and then use your own skin for the mdichilds Antonio, the problem is the native style of windows that is, if I use Win 10 differently from win 7 or win xp the main and child windows must have the graphics and the style of Win10, ...
by Silvio.Falconi
Mon May 16, 2022 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different style of window
Replies: 10
Views: 830

Re: Wine under Mac with FWH app

... configuration. So, I went back and made some changes to TexplBar.prg and things are now working just fine. BTW -- I'm impressed with how well this native windows app executes with wine on a Mac. It is using very many 3rd party APIS such as Zillow api, Advantage database API, Twain, SSL, Topaz, ...
by reinaldocrespo
Fri May 13, 2022 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wine under Mac with FWH app
Replies: 7
Views: 543

MAPI Clients - Thinking ahead

... also lose SMTP hooks as the move to all web based continues. My question is this: What other email client programs exist that provide MAPI. The native Mail program in WIndows does not. Thanks for your input.
by TimStone
Mon May 09, 2022 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Clients - Thinking ahead
Replies: 1
Views: 310

Re: ADS - The future is <sadly> now so where do you go ?

... it will stop working. Tim Some years ago I moved from ADS to MySql. This was the best thing I did. Mr Rao did a great job with FWH MySQL/MariaDB native support, the migration from ADS was very easy and his support is fast and perfect!
by vilian
Fri Apr 22, 2022 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2919

Re: Necsito hacer una extension a la clase MARIADB

ClipValue2SQL() is not availabe in FWH native SQL library. Instead, you can use oCn:ValToSQL( uValue )  You can also use Update method like this: oCn:Update( cTable, { { fieldname1, uVal1 }, ;      ...
by nageswaragunupudi
Mon Apr 18, 2022 4:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necsito hacer una extension a la clase MARIADB
Replies: 11
Views: 815

Re: Respaldo de base de datos mariadb desde fivewin

horacio wrote:Hola José y Rao, el problema de las funciones para backups nativas de fivewin es que muchas veces se genera el backup
pero está corrupto. Por eso quiero usar mysqldump. Gracias.

Saludos

I know many users using native backup/restore.
Anyway I will contact all such users and get back.
by nageswaragunupudi
Mon Apr 04, 2022 12:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 1280
PreviousNext

Return to advanced search