Search found 34 matches: operates

Return to advanced search

Re: Announcing DrXlsx 1.0 by Charles Kwon

... memory size limitations of 32bit . It might be more beneficial to explore other solutions than spending time trying to resolve this. 2. If DrXlsx operates correctly in 64bit, I would recommend creating the xlsx export program in 64bit and using it as a utility. Regards, Chalres KWON hi, i have ...
by CharlesKwon
Sun Aug 27, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3510

Saving OuterHTML using Await Implementation with TWebView

Saving OuterHTML using Await Implementation with TWebView 1. Fivewin features a powerful Web Control class called TWebView. 2. The web rendering operates in async mode. 3. Consequently, users familiar with procedural synchronous modes are facing difficulties in retrieving information from the ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1518

Re: Gmail Less Secure apps Less than outlook 2016 will not work

... to use a customized email service and other workplace apps for free, it felt like a broken promise for Richard J. Dalton Jr., a longtime user who operates a scholastic test-prep company in Vancouver, British Columbia. “They’re basically strong-arming us to switch to something paid after they got ...
by Otto
Mon Jun 20, 2022 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gmail Less Secure apps Less than outlook 2016 will not work
Replies: 7
Views: 607

Re: fuente FW_ValidCreditCard

... externo, con el riesgo de ciberseguridad y privacidad que esto conlleva. Then it will be of little use, either because we do not know how it operates, or if it uses an external service, with the risk of cyber security and privacy that this entails.
by MOISES
Sat Feb 29, 2020 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fuente FW_ValidCreditCard
Replies: 7
Views: 1376

Re: To Nages : Explain me how I must make this tdatabase

... do with making the app multi-user. You have to solve this problem whether you use objects or not. >The end user, that is to say, the person who operates in front of a terminal can not wait for the window to be refreshed to view the beach because the archive has become large due to deletion. ...
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3298

Re: To Nages : Explain me how I must make this tdatabase

... do with making the app multi-user. You have to solve this problem whether you use objects or not. >The end user, that is to say, the person who operates in front of a terminal can not wait for the window to be refreshed to view the beach because the archive has become large due to deletion. ...
by James Bott
Tue Mar 05, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3298

Re: To Nages : Explain me how I must make this tdatabase

... and if the archive is very large, the display times are too slow if there are also deleted records. The end user, that is to say, the person who operates in front of a terminal can not wait for the window to be refreshed to view the beach because the archive has become large due to deletion. ...
by Silvio.Falconi
Mon Mar 04, 2019 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3298

Re: FWH app as Service

... is really **not** a service. Robb's answers assumes you are speaking of a real windows service. In MS-Windows a service is a computer program that operates in the background and has no access to desktop windows or keyboard input. It is similar in concept to a Unix daemon. A service can be stopped-started-restarted ...
by reinaldocrespo
Tue Mar 28, 2017 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 3679

Re: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables

... RecSet (also Rowset) method automatically ascertains the primary or unique field to construct the ORDERY BY expression. Existing oCn:RowSet() also operates on a similar principe. But in this case, RowSet keeps expanding automatically on demand, whereas in case of RecSet() navigation is by paging. ...
by nageswaragunupudi
Mon Mar 27, 2017 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables
Replies: 19
Views: 4220

Re: ADO RDD xHarbour

... this, the database must be indexed, since DbSeek() searches the value <xValue> in the controlling index, rather than in the database. It operates in the current work area, unless it is used in an aliased expression. When DbSeek() finds <xValue> in the controlling index, it returns ...
by lucasdebeltran
Mon Apr 06, 2015 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441927

Re: RDDADS.lib for Harbour and Borland

... systems. The Advantage Database Server for NetWare is implemented as a NetWare Loadable Module (NLM). The Advantage Database Server for Windows operates as a Windows Service. The Advantage Database Server for Linux runs as Linux daemon service. The Remote and AIS client code used by an Harbour ...
by reinaldocrespo
Tue Jan 27, 2015 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.lib for Harbour and Borland
Replies: 24
Views: 4614

Re: question about TDataRow

You must be aware that TDataRow operates on a single record. TDataRow has DATA aData, which is a multi-dim array. First column is field name and second column is value of the field. oRec := TDataRow():New( [cAlias] ) oRec:aData[ n, 1 ] --> ...
by nageswaragunupudi
Fri Dec 26, 2014 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: question about TDataRow [answered]
Replies: 2
Views: 420

Re: Cantidad variable de parámetros

... variable can already exist. If the variable has not yet been declared, Visual FoxPro automatically creates it as a private variable. The TO clause operates regardless of how SET TEXTMERGE is set. If SET TEXTMERGE is set to a file, and the TO statement is included, Visual FoxPro outputs both the ...
by carlos vargas
Mon Dec 01, 2014 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad variable de parámetros
Replies: 29
Views: 9802

Re: En tiempo de compilacion...

... 1. Clipper's PP is a lexer which divides source code into tokens and then operates on these tokens and not on text data. This is the main reason why current [x]Harbour PP cannot be Clipper compatible. Tokenization is the fundamental ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1535

Re: Acceder a la estructura HB_ITEM en Harbour. Daniel o Antonio

Jajaja te pica la curiosidad no? Te la transcribo tal cual, ya sabes que Przemek se esplaya: There are few serious problems with such function. It operates on pointer to item body which may change if some other code change the item value. In such case modifying the value at pointer address will ...
by xmanuel
Fri Nov 29, 2013 7:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acceder a la estructura HB_ITEM en Harbour. Daniel o Antonio
Replies: 8
Views: 1640
Next

Return to advanced search