Search found 52 matches: underlying

Return to advanced search

Re: Soporte a mariaConnect ?

... )// check? oRs:lBatchMode // --> .t. In batch mode, all appends, edits and deletions are only in memory and do not make any changes to the underlying table in the database. Later when we want to save all the changes made oRs:SaveBatch() or to ignore all changes and restore the original ...
by nageswaragunupudi
Fri Nov 22, 2024 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte a mariaConnect ?
Replies: 11
Views: 337

Chris Langan Vision of Reality

... in langan's view you aren't just a passive Observer of a separate Mechanical Universe you are both an integral part of and a contributor to the underlying code that defines it you don't merely exist in the universe you are a constituent of the universe's self-awareness Langan argues that reality ...
by Antonio Linares
Mon Nov 18, 2024 6:08 am
 
Forum: Off Topic / Otros temas
Topic: Chris Langan Vision of Reality
Replies: 0
Views: 286

Bug Maria_Connect() FWH-24.07 64 bits ???

... again. After closing the table the second time, the program inexplicably terminates without any error messages. I suspect there might be an underlying issue with the RowSet() function. Antonio, Rao, could you help us ?
by Cgallegoa
Fri Sep 20, 2024 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1393

Re: WebView2 Essentials: Guides, Tips & Resources

... and provides several properties like AllowExternalDrop, CanGoBack, CanGoForward, and Source. It allows access to the complete functionality of the underlying CoreWebView2 COM API​​. Handling Asynchronous Operations: Since many WebView2 operations are asynchronous, it's important to handle these ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 664

file ID in the Windows file system

... What happens if I rename a file to the ID or if I copy a file to another folder?** When you interact with a file by renaming it or copying it, the underlying file system handles these actions with specific behaviors related to the file's unique identifier (File ID) and other metadata: 1. **Renaming ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 1084

Re: Advantage Database Server

... to allow SQL-like operations on ISAM data. You noted that PgDBE does not run well on a single core, which may be a limitation of its design or the underlying system architecture. You noted that using object-oriented programming (OOP) syntax may make it easier to migrate to a different backend or ...
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 5434

Re: Fivewin and ADO

... of columns in all rows and continuous rows, with same data types. In both cases, modifications made in the XBrowse are properly written to the underlying Excel File.
by nageswaragunupudi
Fri Jun 09, 2023 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 5925

Re: XBROWSE : BookMark what is it for ?

... handle many types of datasources, which use different methods, functions and datas. We talk to XBrowse is one language and XBrowse talks to the underlying datasource in its corresponding language. So, it is possible for use the same program code for different kinds of datasources, without changing ...
by nageswaragunupudi
Sun Apr 16, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : BookMark what is it for ?
Replies: 1
Views: 237

Re: TWebView() and Google Group Account

... I doubt that you can successfully intercept them all using only JavaScript. The sure way to make this work is to integrate it properly with the underlying browser engine (e.g. WebView2 as you are using Windows). Here it is the commit he did this morning: https://github.com/webview/webview/compare/master...SteffenL:webview:up/set-user-agent ...
by Antonio Linares
Sat Jul 02, 2022 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 2213

Re: TWebView() and Google Group Account

... is going to be a workaround. Should you find that there is a specific technical limitation in this webview library or how it integrates with the underlying browser engines (not only MS WebView2) then I suggest making a new, more specific issue with those details. I will close this issue as I ...
by Antonio Linares
Fri Jul 01, 2022 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 2213

Problem with Ximage RESOLVED

... image but the get is readonly, and two buttons at side when I delete the image with second button the border of the image must also include the underlying get, when I load from first button an image I restore the initial dimensions the problem is that it doesn't refresh below the oldest border ...
by Silvio.Falconi
Mon Nov 29, 2021 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Ximage RESOLVED
Replies: 1
Views: 397

Re: clarification respect a recordset

... normally open recordsets using adLockOptimistic . All calls to the methods Update(), Delete() and AddNew( aCols, aVals ) make the changes to the underlying database immediately and are visible to other users on the network. We can also open the recordset using adLockBatchOptimistic mode. oRs ...
by nageswaragunupudi
Sat Aug 31, 2019 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3863

Re: SayBarCode control

... as we are normally used to seeing it: an alternating series of straight, white and black lines, of different thickness, usually accompanied by an underlying writing in legible characters by a human being. Currently there are several 1-D bar coding standards, used with different frequencies depending ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 8221

FWH 1808: Dialog as Mdichild

...  oWnd:SetColor( oDlg:nClrText, oDlg:nClrPane, oDlg:oBrush )return nil  Individual programmers may adopt different code but essentially the underlying theme is the same. FWH18.08: New simplified and better approach: The entire above code is replaced with    DEFINE DIALOG oDlg RESOURCE "resname"  ...
by nageswaragunupudi
Mon Oct 22, 2018 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1808: Dialog as Mdichild
Replies: 14
Views: 4759

Re: Caution: Windows 10 Fall Creators Update

Otto, The underlying function is the same: hb_fsFindFirst() (also hb_fsFindNext() on Directory()) https://github.com/harbour/core/blob/master/src/rtl/file.c https://github.com/harbour/core/blob/master/src/rtl/direct.c ...
by Antonio Linares
Mon Feb 05, 2018 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 3404
Next

Return to advanced search