Search found 25 matches: validity

Return to advanced search

Re: variables, their validity and the memory consumption

Dear Otto,

As far as I know it, JS uses automatic garbage collection:

https://javascript.info/garbage-collection

so you should not worry about it
by Antonio Linares
Fri Jan 07, 2022 2:37 pm
 
Forum: mod_harbour
Topic: variables, their validity and the memory consumption
Replies: 3
Views: 314

Re: variables, their validity and the memory consumption

Dear Antonio,
thank you.

I understand. Would you be so kind to tell us something about how to free JS from objects?
Best regards,
Otto
by Otto
Fri Jan 07, 2022 10:30 am
 
Forum: mod_harbour
Topic: variables, their validity and the memory consumption
Replies: 3
Views: 314

Re: variables, their validity and the memory consumption

Dear Otto,

Once you are running javascript you are on the client side

Harbour only runs on the server and for an instant, so as soon as its result is delivered, it ends completely, freeing everything
by Antonio Linares
Fri Jan 07, 2022 8:59 am
 
Forum: mod_harbour
Topic: variables, their validity and the memory consumption
Replies: 3
Views: 314

variables, their validity and the memory consumption

Hello Charly, after you are currently online, I take the opportunity to ask you something about the variables, their validity and the memory consumption. If I create a Harbour hash and then pass it to a JavaScript object and then the mod harbour program reaches the end while processing ...
by Otto
Thu Jan 06, 2022 8:32 pm
 
Forum: mod_harbour
Topic: variables, their validity and the memory consumption
Replies: 3
Views: 314

Re: Validar fecha.

... Empty( CToD( DToC( dDate ) ) ) )  The point is that I have a date field that must be corrupted and I want to check its validity. Excuse my English, I'm using Google translate.
by FiveWiDi
Wed Jan 06, 2021 10:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validar fecha.
Replies: 9
Views: 690

Re: checking an url

Can this be used, to check the validity of sites with credentials?
by FWExplorer
Sat Dec 19, 2020 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checking an url
Replies: 12
Views: 1322

MariaDB RS AppendBlank (SOLVED)

Hi All, 1. I have a trigger and procedure to check data lenght/data validity of user input, this is working fine. 2. When user encodes data to oRs:field (under appendblank) and fires oRs:Save()... then trigger captures and send message about the insufficient ...
by fraxzi
Fri Sep 07, 2018 3:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS AppendBlank (SOLVED)
Replies: 12
Views: 1660

TDatabase FWH 17.08 : Datas and Methods

... ): [/b]Optional. If asigned, executed when record is modified 10. bValidRow ( Type: "B" Default: {||.t.} ): Optional codeblock to check validity of contents of a row before saving. Save() method evaluates this codeblock with Self as parameter and saves data only if the return value is ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1782

Re: Interfacing with Dicom sistems

... Degree (e.g., Md) XPN.7 1 ID O 0200 Name Type Code XPN.8 1 ID O 0465 Name Representation Code XPN.9 483 CE O 0448 Name Context XPN.10 53 DR B Name Validity Range XPN.11 1 ID O 0444 Name Assembly Order XPN.12 26 TS O Effective Date XPN.13 26 TS O Expiration Date XPN.14 199 ST O Professional Suffix ...
by xProgrammer
Tue May 02, 2017 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11767

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... or not. Param-2: aParams. If provided, the value are applied to cSql Param-3: lShow. Default .T., Specifying .F. can be used for quickly testing validity of sql without executing it.
by nageswaragunupudi
Sun Dec 11, 2016 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28380

New FTDN November/Noviembre 2016 (FWH 16.11)

... ) [oRs := ] oCn:<procedurename>( paramlist or aparams ) - oCn:Explain( cSql, [aParams], [lShow] ) --> lValidSql Can be used to check validity of sql without executing Can also be used to view execution plan for optimization * RICHEDIT5 - New METHOD SaveToPDF( cName, cFile, lView ) ...
by Antonio Linares
Wed Nov 30, 2016 12:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
Replies: 4
Views: 3163

Re: New FTDN August/Agosto 2016 (FWH 16.08)

... sql statement is valid or not. This is useful to study the possibility of further optimizing execution of sql statement as well as determining the validity of sql statement without executing. 2) New METHOD IsBinaryField( cTable, cField ) --> lIsBinary
by Antonio Linares
Wed Oct 12, 2016 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2016 (FWH 16.08)
Replies: 1
Views: 1962

Re: OT: Windows 10 - stop upgrade

Tim: I'm not talking about the validity of upgrading, features, or reasons for or against upgrading, or anything like that. I like Windows 10 and think it's a very stable environment. I encourage my customers to do the upgrade. All that ...
by Randal
Wed Jun 29, 2016 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 - stop upgrade
Replies: 20
Views: 4776

Re: Fivedroid on Qt

All of you have valid arguments. For us I can see some validity to having Android capability. It does not necessarily have to be Fivewin but it seems that we should not disregard that market. We have users/truck drivers that need connectivity to our ...
by Gale FORd
Wed Jun 12, 2013 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 37083

Re: need tcrw.prg for 32 bit

... // Method TCrw::PECheckFormula( cFormualName ) // // The PECheckFormula method checks the text of a named formula for // validity. Use this method to check a named formula for errors. This // method works like the Check button in the Formula Editor. If the // named formula ...
by jll-fwh
Sun Feb 14, 2010 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need tcrw.prg for 32 bit
Replies: 1
Views: 1316
Next

Return to advanced search