Search found 65 matches: performs

Return to advanced search

Re: FW_DbfSqlQuery con campos mayores de 256 carracteres

... when there are fields longer than 256 characters, the information in subsequent fields is returned truncated. Thinking that the reading that ADO performs is sequential and when it finds a field greater than 256, it begins reading the next field in the next bit of the file and for this reason ...
by VictorCasajuana
Fri Mar 08, 2024 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 112

WebView2 Essentials: Guides, Tips & Resources

... of web content. There's usually a separate renderer process for each website or web app, which helps with security and stability. Utility Process: Performs various tasks, such as networking or decoding media files. GPU Process: Handles GPU-related tasks. This architecture, where multiple processes ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

Re: DBF . Commit

... Perform a solid-disk write for all active work areas Syntax: COMMIT Description: COMMIT is a database command that flushes Harbour buffers and performs a solid-disk write for all work areas with open database and index files. The solid-disk write capability is available under DOS version 3.3 ...
by karinha
Fri Oct 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2209

sleep function

... on a server without human's interactivity with an active Timer with a 60" polling. This polling launches a function (FUNCTION POLLING() that performs a lot of things and sometimes I introduce some waits using sleep function for one minutes. Does exist an alternative to sleep function? Is ...
by MarcoBoschi
Fri May 26, 2023 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sleep function
Replies: 2
Views: 210

Filling Excel Sheet Via OLE

I am filling out an Excel document provided to me from a Government entity. This sheet performs many validations and calculations upon entering the data. When I fill out the sheet via OLE it does not seem to trigger the validation or calculations, but if I open it ...
by byron.hopp
Thu Feb 02, 2023 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filling Excel Sheet Via OLE
Replies: 2
Views: 245

New FTDN December/Diciembre 2022 (FW 22.12)

... sort is performed on multiple columns. For descending order, specify the column number as negative number. Eg: ASort( aArray,,{ 2, -4, 5 } ) Performs ascending sort of column 2 and where column 2 is equal, descending sort on column 4 and so on. * TGraph: - Fix: Runtime error when printing ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1131

Xbrowse Menu with checkbox

... 9" ,{|| Cadenza(9,oCmb,oSay)} } ,;     } if the user presses a checkbox and the procedure performs the related operation (which I put inside a codeblock) in xbrowse you have to display only the first r field and the second ie the checkbox ...
by Silvio.Falconi
Tue Nov 15, 2022 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Menu with checkbox
Replies: 5
Views: 458

Re: Backup from inside FWH program

... ( useful for upgrades and SAAS installations ) 2). It submits data to 3rd party vendors used by my customer 3). It installs program updates 4). It performs a daily backup These functions are performed shortly after midnight on a new day. This is when the client is least likely to be working. The ...
by TimStone
Wed Aug 31, 2022 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup from inside FWH program
Replies: 17
Views: 1337

Re: A big hit: Neither Apache and mod_harbour are needed

... different running programs in two different machines (or in the same) Server Side and Client side, both written and compiled my me. Server Side performs database access and share information for client through tcp/ip protocol? is it correct? very very nice 8) congratulations
by MarcoBoschi
Thu Apr 28, 2022 6:32 am
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 14113

Re: Windows 11 Fluent Design

... by painting the control (method paint and SetWindowRgn (:: hWnd, hRgnWnd)). You have to try to implement in the method paint the function that performs the shadow effect and define a little better the colors with which to perform the shadow effect
by cnavarro
Wed Nov 10, 2021 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 8617

Re: DBU

... wrote documentation for it in the manual. My clients have learned to use it. With that said, I plan to make some modifications because I find it performs very slowly, especially in a network. I just haven't had time to do it so far. It provides everything that is OK for an end user to access.
by TimStone
Thu Jun 17, 2021 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBU
Replies: 16
Views: 2297

strange behavior of a TGet

... have 3 numeric get controls when I insert a number in the first tget it would become the third update because it is a clause of the bchange and it performs a calculation but if I delete the number in the first get it does not execute the bchange for the second time, is normal or there is something ...
by Silvio.Falconi
Wed May 12, 2021 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange behavior of a TGet
Replies: 1
Views: 270

New FTDN December/Diciembre 2020 (FWH 20.12)

... multiply if u is matrix METHOD Linear( lSet ) INLINE ( ::plLinear := If( lSet == nil, .t., lSet ), Self ) matrix:Linear() operator operand always performs a linear calculation. METHOD Invert() METHOD Inverse() INLINE ::Invert() OPERATOR "+" ARG u INLINE ::Add( u ) OPERATOR "-" ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2360

Re: FWH: Support for Matrix calculations

... multiply if u is matrix METHOD Linear( lSet ) INLINE ( ::plLinear := If( lSet == nil, .t., lSet ), Self ) matrix:Linear() operator operand always performs a linear calculation. METHOD Invert() METHOD Inverse() INLINE ::Invert() OPERATOR "+" ARG u INLINE ::Add( u ) OPERATOR "-" ...
by nageswaragunupudi
Thu Dec 10, 2020 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 706

Re: FOR NAGES

... where I go to select the number of the umbrella c) then I have two datepick controls dfirst and dlast which have a bchange but this bchange performs the function first of all when it inserts a rental, the dialog opens with the parameters already created, that is a) type umbrella b) umbrella ...
by Silvio.Falconi
Sat Jun 27, 2020 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR NAGES- RESOLVED
Replies: 22
Views: 2177
Next

Return to advanced search