Search found 22 matches: remembers

Return to advanced search

Re: DBF . Commit

... updates. In harbour COMMIT can be temporally disabled by SET( _SET_HARDCOMMIT, .F. ) and then enabled by SET( _SET_HARDCOMMIT, .T. ) Harbour remembers which RDD files where modified with SET( _SET_HARDCOMMIT, .F. ) so when user reenable hard commits and call dbCommitAll() commit requesta ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2338

C'YaPass: Forget All Your Passwords

... do is: Add / Select a SiteKey (reminds you which site the password is used for) Draw your secret pattern (it is never stored anywhere) The program remembers which password requirements (uppercase, special characters, length) are required by the site. The program generates your password and copies ...
by Baxajaun
Mon Aug 15, 2022 8:57 am
 
Forum: Utilities / Utilidades
Topic: C'YaPass: Forget All Your Passwords
Replies: 0
Views: 395

FWH 18.12 Window/Dialog:SaveState() and RestoreState()

... on the maximize/restore button does not restore the window to the original normal size. RestoreState():Restores the window as maximized, but still remembers the original normal size coordinates. Clicking on maximize/restore button precisely restores to the correct normal size and position as earlier. ...
by nageswaragunupudi
Sat Dec 29, 2018 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.12 Window/Dialog:SaveState() and RestoreState()
Replies: 0
Views: 619

Re: SetCheck() on MariaDB

Use only the function MYSQL_TinyIntAsLogical( .t. / .f. ) --> lPrevStatus  to set or reset the status. Rowset remembers the status applicable for that table in its DATA lTinyIntAsLogical. We should not change it. Global default is .F. and we recommend keeping it as .F. ...
by nageswaragunupudi
Tue Sep 04, 2018 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetCheck() on MariaDB => SOLVED
Replies: 15
Views: 2595

Re: (AI) Building a text dictionary

... They were introduced by Hochreiter & Schmidhuber (1997) Long short-term memory (LSTM) is a recurrent neural network (RNN) architecture that remembers values over arbitrary intervals https://en.wikipedia.org/wiki/Long_short-term_memory https://medium.com/towards-data-science/lstm-by-example-using-tensorflow-feb0c1968537
by Antonio Linares
Mon Aug 28, 2017 7:51 pm
 
Forum: Artificial Intelligence examples
Topic: (AI) Building a text dictionary
Replies: 5
Views: 1486

Re: TDatabase with several DBF

... it saves all the field values in a buffer, and even if the pointer somehow changed on an open record, when you use the tRecord objects Save, it remembers the record number and is sure to save the data to the correct place. Also, because it is in memory, no write to the drive occurs until you ...
by TimStone
Sat Jul 29, 2017 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase with several DBF
Replies: 6
Views: 1794

Re: cierre de conexion con FWMariadb

Connection Object: oCn:Close() or oCn:End() // functionally same Closes connection with the server. But remembers all connection parameters. We can later call oCn:ReConnect() and start working again. The object itself remains till oCn is set to NIL and all references to the ...
by nageswaragunupudi
Fri Jun 09, 2017 10:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: cierre de conexion con FWMariadb
Replies: 3
Views: 645

Debug a console app

Guys:

Does anyone remembers how to debug a console mode test app with harbour's debugger ? Thank you very much !
by HunterEC
Mon Apr 20, 2015 12:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Debug a console app
Replies: 11
Views: 1920

Re: Next target: EasyReport !!! :-)

... helping actively on these forums: http://forums.fivetechsupport.com/viewtopic.php?p=161825#p161825 But I will update this list as my (bad) memory remembers all of them :-) * James Bott (how could I forgot to mention you ? You have been providing such a huge help on these forums) :-) * Carlos Vargas ...
by Antonio Linares
Sat Jul 05, 2014 4:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Next target: EasyReport !!! :-)
Replies: 61
Views: 14894

Re: FW user login to authenticate from windows active directory

... name is the application's user name. Since passwords are handled by the Domain, FW app does not need to worry about password maintenance. Any user remembers his domain password only and need not remember different passwords for different applications. In large organisations, employees feel more ...
by nageswaragunupudi
Sun Sep 01, 2013 4:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10034

Re: path of an image

Thank you very much Rao. This will solve the problem where user remembers to make regular backups of their data but not of the images. Does it only work with DBFCDX and not DBFNTX? DBFCDX or ADSCDX, ADSADT as far as I know. I think DBFNTX memo fields can ...
by nageswaragunupudi
Thu Jul 28, 2011 5:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: path of an image
Replies: 17
Views: 3775

Re: path of an image

Thank you very much Rao. This will solve the problem where user remembers to make regular backups of their data but not of the images.

Does it only work with DBFCDX and not DBFNTX?
by hua
Thu Jul 28, 2011 4:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: path of an image
Replies: 17
Views: 3775

Re: xBrowse as Excel behaviour

... := .t. // (default .f. ) we can enter formulae in XBrowse cells too, like we do in Excel. One difference between Excel and XBrowse is that Excel remembers the fomula forever but XBrowse evaluates the expression and stores the result, discarding the formula. Still this feature is very useful to ...
by nageswaragunupudi
Sat Jan 15, 2011 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as Excel behaviour
Replies: 2
Views: 705

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... presents formatted structure plus tooltip on "Table name" node suggesting more artifacts about the table. "Tables" dialog now remembers its previous position. 2010-07-18 23:49 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + contrib/hbide/resources/database.png + contrib/hbide/resources/database_accept.png ...
by Pritpal Bedi
Wed Jul 21, 2010 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99074

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... dialog made modeless. At times it is desirable to execute a tool multiple times and also to gather output logs. + Tools & Utilities dialog now remembers its last opened position. + Implemented: user-configurable 5 toolbars which can be populated through Tool & Utilities interface. Invoke ...
by Pritpal Bedi
Mon Jun 14, 2010 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99074
Next

Return to advanced search