Search found 36 matches: resets

Return to advanced search

Re: FWForum Post and code grabber

hi Marc, Restarting the program resets the Google timer for the request right ? NO, just lTranslate := .F. will be "reset" in "phpBB Forum Grabber" you must get new (real) IP which Google use to "identify" User ...
by Jimmy
Sat Oct 15, 2022 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 791

Re: FWForum Post and code grabber

... "RichEdit_Translate", "Refresh" ) Then it seems to work !! Thanks for the code. Restarting the program resets the Google timer for the request right ? How many request are possible in free mode ? *+--------------------------------------------------------------------*+*+ ...
by Marc Venken
Fri Oct 14, 2022 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 791

New FTDN June/Junio (FWH 21.06)

... a new filename using this function. Calling this function without any params returns the current default. Calling the function with NIL as param resets to the original default, i.e., exename.log SetLogFile() --> Current log file SetLogFile( cNewFile ) --> Prev logfile. Sets cNew File as ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 1971

New FTDN June/Jnio (FWH 21.06)

... a new filename using this function. Calling this function without any params returns the current default. Calling the function with NIL as param resets to the original default, i.e., exename.log SetLogFile() --> Current log file SetLogFile( cNewFile ) --> Prev logfile. Sets cNew File as ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 452

Tested the xBrwTree.prg

I tested the xBrwTree.prg example. It turned out that when returning from TRUE mode, the ARRAY mode resets the browse code blocks, the height of the x Browse header, and the column code blocks

FWH 2004
by Natter
Mon May 18, 2020 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tested the xBrwTree.prg
Replies: 0
Views: 179

New FTDN September/Septiembre 2019 (FWH 19.09)

... storing into a memo field of DBFCDX, the data can be an array also. * XBROWSE: - New data bArrayData: If specified, evaluated during refresh and resets the value of aArrayData if the value is not the same. * HARUPDF: - New class FWPdf (derived from class TPdf contributed by Mr. Carlos Mora and ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2858

New FTDN May/Mayo 2019 (FWH 19.05)

... evaluated. Usage: oDbf:SetFilter( "UPPER(FIRST) = ? .AND. HIREDATE >= ?", ; { cName, dDate } ) - New: Method Refilter( aParams ): Resets the filter using previously used filter experession with the new paramters - Enhancement: When relation is set to another Tdatabase object, using ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3097

Re: Search on customers.dbf

... account number, company ( or Last-First name ), phone number, or even email. By clicking on the header, I select the field I want to search in, it resets the list in that order and I start typing in the info. Thus, to do a search I popup the browse, click on the company field ( remember, last name ...
by TimStone
Wed Mar 20, 2019 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on customers.dbf
Replies: 12
Views: 2062

Re: chronometer

... code) I changed a little bit the code with your permission (I hope) and works fine to me. It shows the result time (in cents of seconds) and resets the value with the second "STOP" It can be tested just hiting the Enter Key. function Main()local oDlg, oSay, oTimer, oFont, ...
by Euclides
Fri Nov 23, 2018 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chronometer
Replies: 20
Views: 4752

New FTDN July 2017 (FWH 17.07)

... of drop down list box. - These settings can also be changed/reset at runtime using the SETGET datas: oCbx:nItemHeight := <nNewVal> // NIL resets to default oCbx:nSelectionHeight := <nNewVal> // NIL resets oCbx:nDropWidth := <nNewVal> // reset does not work - New clause [ DIRECTORY ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 2878

Re: FWH: MySql/MariaDB: RowSet object

... This format may be more useful in real cases. SetFilter() works only on the records already read. oRs:ReadNext() reads all remaining records and resets the filter oRs:ReadNext( n ) reads next n records and resets the filter.
by nageswaragunupudi
Mon May 15, 2017 11:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19441

Going back from xBrowse Tree view to grid

Hi all,

After I :settree()... How can I go back to normal xbrowse view? using :setrdd() resets header.

Do I need to redefine headers and other codeblocks? Is there a way just to toggle tree and normal xbrowse view?
by fraxzi
Thu Nov 20, 2014 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Going back from xBrowse Tree view to grid
Replies: 1
Views: 392

Re: xBrowse & SQLRDD

... the xbrowse displays the first record at the bottom of the browse and looks like there are 2 selected records. If I page up/page down, the browse resets and looks good. If i then move the mouse cursor outside of the browse, the browse corrupts again (first record at the bottom of the browse). ...
by lucasdebeltran
Sat Jul 07, 2012 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse & SQLRDD
Replies: 55
Views: 12696

Re: To Uwe

... ) NEXT // paints the selected button with a defined click-image oBtn[nBtn]:SetFile( oBtn[nBtn]:cBmpFile2, oBtn[nBtn]:cBmpFile1 ) // resets back to normal Image oBtn[nBtn]:cBmpFile1 := oBtn[nBtn]:cBmpFile2 RETURN NIL Best Regards Uwe :lol:
by ukoenig
Thu Jul 05, 2012 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Uwe
Replies: 14
Views: 4466

Re: Timer with Menu / button options

OK ... I worked this out but for anyone else who has an issue.

IF your timer will go for longer than the current day, do not use Seconds( ). By default it resets to 0 at midnight.

Instead I used ElapTime( ) which will take into account when a day changes, and keep right on working !
by TimStone
Wed Jun 27, 2012 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timer with Menu / button options
Replies: 5
Views: 1108
Next

Return to advanced search