Search found 351 matches: updating

Return to advanced search

Re: Ins from ClipBoard to Xbrowse

But I wish copy from a websiste I explain you I created the procedure for automatic updating from a particular website and it works well, but it is possible that in one day this address is changed or it no longer works (like all the free services that are disappearing) ...
by Silvio.Falconi
Thu Oct 31, 2024 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ins from ClipBoard to Xbrowse
Replies: 8
Views: 278

Re: Ins from ClipBoard to Xbrowse

But I wish copy from a websiste I explain you I created the procedure for automatic updating from a particular website and it works well, but it is possible that in one day this address is changed or it no longer works (like all the free services that are disappearing) ...
by nageswaragunupudi
Wed Oct 30, 2024 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ins from ClipBoard to Xbrowse
Replies: 8
Views: 278

Re: Ins from ClipBoard to Xbrowse

... https://i.postimg.cc/T3FZ4nRW/excel.png But I wish copy from a websiste I explain you I created the procedure for automatic updating from a particular website and it works well, but it is possible that in one day this address is changed or it no longer works (like all the ...
by Silvio.Falconi
Wed Oct 30, 2024 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ins from ClipBoard to Xbrowse
Replies: 8
Views: 278

Re: xHarbour and hash functions

... '_HB_FUN_HB_HGETDEF' referenced from C:\FWH\SAMPLES\TIMERDLG.OBJ  But I use an old xHarbour version. Sure, this is the problem. However, updating the production system is always a challenge. (Never change a winning team.) I am now using a workaround with HHasKey() + valtype(). Best regards, ...
by Otto
Mon Sep 30, 2024 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and hash functions
Replies: 9
Views: 1183

FlowMarker System Documentation

... ensuring anyone maintaining the code can quickly understand how data flows through your program, especially when introducing new fields or updating existing ones. https://mybergland.com/fwforum/flowmarker.jpg
by Otto
Fri Sep 27, 2024 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 142

How to Work with FIVEWIN and Web Side by Side - An Easy Way

... of not requiring changes to the existing program. I believe that if one were to release this, it would be the best path to take. Also, adding or updating data is rare in this case. Here, you can see all CRUD actions with data exchange via files and the FIVEWIN.EXE. I have now created a test with ...
by Otto
Tue Aug 27, 2024 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 1645

Re: BCC 7.7 HARBOUR & FWH VERSION MISMATCH COMPILE ISSUE

Glad to know that it is solved Ok, we are going to start updating it   +---------------------------------------------------------------------------------------------+  | FiveWin     |  Harbour        | xHarbour  | BCC 32          |      MSVC         ...
by Antonio Linares
Sun Jul 28, 2024 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 7.7 HARBOUR & FWH VERSION MISMATCH COMPILE ISSUE
Replies: 7
Views: 553

Best use of aSelected in Xbrowse

... it always effectively read the dbf or take the buffer data ? Best option for this kind of process ? oDbf or Hash ? This will give me some idea of updating some program code. Thanks.
by Marc Venken
Tue May 14, 2024 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best use of aSelected in Xbrowse
Replies: 1
Views: 294

Re: DBCOMMIT() EN DBF - SQL AUTOMATICO ?

There is no ADO Sql "commit" command ... instead when you complete updating all your sql table values .. you would just issue oRsTablename:Update() .. here is a small sample code on how I manage my sql values //---------------------------------Static ...
by Rick Lipkin
Mon Apr 29, 2024 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCOMMIT() EN DBF - SQL AUTOMATICO ?
Replies: 4
Views: 608

Re: Crear librerias de Harbour BCC74 Me genera error

It is still a problem to fix inside hbmk2.prg. I'm updating my hrbfix. Anyway, this is the batch I'm using to build Harbour: @ ECHO OFFSET BCC=*** PUT YOUR BCC PATH HERE! ***SET PATH=%BCC%\binSET HB_INSTALL_PREFIX=%cd%\harbourSET HB_USER_LDFLAGS=-apSET ...
by Enrico Maria Giordano
Tue Mar 26, 2024 12:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 9012

Re: Google Graph extra graphic ? (Navaro)

Dear Mark,

well done!

Another way is updating after editing a xbrowse cell. If you let me know what cells will keep the values then we can do it also.

I am emailing you an updated webview DLLs that fix the resolution change. Please try them, thank you
by Antonio Linares
Thu Feb 22, 2024 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 4646

WEBVIEW2 and xBrowse

... oSay containing a WebView2. Inside this WebView2, there is an HTML form and a table. On the right side is an XBrowse. You can see how WebView2 is updating the XBrowse. Best regards, Otto https://mybergland.com/fwforum/webview_xbrowse.gif hw_xbrw.prg #include "FiveWin.ch"#include ...
by Otto
Mon Feb 05, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 760

Re: phpBB to LLM

... code.', 'Reply 2: Can you provide more details?', 'Initial post for hardware issue.', 'Reply 1: Have you checked the connections?', 'Reply 2: Try updating your drivers.'], 'label': ['programming', 'programming', 'programming', 'hardware', 'hardware', 'hardware'] } poco a poco :-)
by Antonio Linares
Fri Dec 22, 2023 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 7582

Re: who use PostgreSQL with Fivewin ?

Hello, I use postgres, only for reading and updating data. Function AdoPostgre()local oPon, oRs, oData, cString, aLIst, oReccString := "Driver={PostgreSQL ANSI};Server=localhost;Port=5432;Database=postgres;Uid=postgres;Pwd=ekatroncito;"TRY  ...
by Willi Quintana
Wed Sep 27, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1722

Re: xHarbour.org updated!

... it and return a code to be recorded in the database. I used xharbour 1.2.1 with http normally but they changed it to https so I thought that by updating xharbour I could use it but still giving the error when calling https. Thanks!
by wartiaga
Mon Sep 18, 2023 9:43 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 164
Views: 62602
Next

Return to advanced search