Search found 30 matches: overwrites

Return to advanced search

Why am I able to define same function twice in javascript?

... data in memory stack, so when you define another function with the same name, it overrides the previous one. The second definition of an Object overwrites the first one. In general the last definition of an object overwrites all previous definitions. Functions in JavaScript are Objects https://stackoverflow.com/questions/33973987/why-am-i-able-to-define-same-function-twice-in-javascript
by Otto
Mon Sep 26, 2022 9:59 am
 
Forum: mod_harbour
Topic: Why am I able to define same function twice in javascript?
Replies: 0
Views: 330

Re: About TCalendar

...     := Month( dStartDate )   NEXT   oCal:SetDate( dCurrentDay )return nil Without the lines that overwrites HandleEvent andCheck we can see the bugs I already pointed out: ⋅  No animation clicking on mount title ⋅  No selection ...
by AntoninoP
Mon Dec 14, 2020 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 2769

Re: Problem to save a value

... records. For this reason, you need to Zap the dbf. In FWH 19.01, we added a new 4th parameter lOverWrite. If this parameter is set to .T., it overwrites the existing data from the current record. Using this enhancement you do not need to zap the dbf. This is the sample code. cFieldList  := ...
by nageswaragunupudi
Fri Jan 04, 2019 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to save a value
Replies: 3
Views: 998

Re: resizing window and image control

... to change it, but we would lose the retro compatibility in old programs ... I have seen the problem of the photos, is the new setsize method that overwrites setsize Tcontrol Method . I rename this method to Resize and setsize is now ok. New libs in https://www.dropbox.com/s/a3qlwm9lkhwy7ub/librerias.zip?dl=0 ...
by mastintin
Sun Jun 24, 2018 9:20 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: resizing window and image control
Replies: 2
Views: 880

Re: Backup/Restore MySQL data when build BAT file

... backup as "c:\pp\Sunday\prova.sql". On Monday night it saves backup as "c:\pp\Monday\prova.sql" and so on. After one week, it overwrites that weekdays backup. This way we have 7 backups at any time. Mr.Rao Nice good job. Try it and add my plan code.
by richard-service
Tue Sep 05, 2017 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup/Restore MySQL data when build BAT file
Replies: 9
Views: 1621

Re: Backup/Restore MySQL data when build BAT file

... backup as "c:\pp\Sunday\prova.sql". On Monday night it saves backup as "c:\pp\Monday\prova.sql" and so on. After one week, it overwrites that weekdays backup. This way we have 7 backups at any time.
by nageswaragunupudi
Tue Sep 05, 2017 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup/Restore MySQL data when build BAT file
Replies: 9
Views: 1621

Re: Cantidad variable de parámetros

... of the TO variable are overwritten or added to existing contents. NoteNote If the contents of TO VarName is not a string, Visual FoxPro always overwrites the contents in VarName. TEXTMERGE Enables evaluation of contents surrounded by delimiters without setting SET TEXTMERGE to ON. NOSHOW Disables ...
by carlos vargas
Mon Dec 01, 2014 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad variable de parámetros
Replies: 29
Views: 9820

Making room for browse with buttonbar in dialog.

I have a dialog with a resource control for the Class TCBrowse, I want to place a buttonbar inside this control. But when I try this the Bar overwrites the Headers, and the first row of the browse. Once you move the record down 1 record you see the first record, and you never seem to see the ...
by byron.hopp
Thu Apr 17, 2014 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making room for browse with buttonbar in dialog.
Replies: 4
Views: 684

Re: DBF to CSV - converter 1.2 ( Update )

... := "TRUE" cSort := "No" cDescend := "No" cFTrim := "Yes" cFieldsize := "No" // GET_INI() // overwrites the values from INI-file The result of the created PRG + EXE http://www.pflegeplus.com/pictures/Csv6.jpg Best regards Uwe ...
by ukoenig
Sat Jan 18, 2014 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to CSV - converter 3.1 ( Update )
Replies: 50
Views: 13230

Re: Problem with TGET class in FWH 13.08

... the last character, and the default text does vanish if you begin to type. If you click into a field the text is not highlighted and your typing overwrites the default text at the cursor's location. [I used Microsoft's Outlook Express for this testing.] I note that FW's GETs do not have standard ...
by James Bott
Sun Sep 29, 2013 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TGET class in FWH 13.08
Replies: 26
Views: 5554

How to print text on gray background?

Hi! I am trying

Code: Select all  Expand view
oPrinter:FillRect({nRow,nCol,nRow+50,nCol+150},oBrsh)


but it overwrites the text. Thanks
by mosh1
Tue Aug 20, 2013 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print text on gray background?
Replies: 1
Views: 372

Re: xharbour a harbour

... of the TO variable are overwritten or added to existing contents. NoteNote If the contents of TO VarName is not a string, Visual FoxPro always overwrites the contents in VarName. TEXTMERGE Enables evaluation of contents surrounded by delimiters without setting SET TEXTMERGE to ON. NOSHOW Disables ...
by carlos vargas
Wed Jul 25, 2012 4:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xharbour a harbour
Replies: 19
Views: 9770

Re: Losing TAB and ENTER key Navigation

... is the 'Ok'-Button'" )RETURN NIL And here are the notes/differences I've found: - The SetDlgGradient() call is ignored - The check boxes overwrites the browse - RETURN key doesn't executes the DEFAULT button - (Solved???, see: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22940) ...
by frose
Tue Feb 21, 2012 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Losing TAB and ENTER key Navigation
Replies: 3
Views: 1336

Buildmenu on MdiChild causes error when child is Maximized

To All Strange behavior in a program I just upgraded to FWH1201 .. I have a Mdi window with a Menu and button bar .. I have a MdiChild that overwrites the Menu and also has a button bar. The Mdichild has a xBrowse with an Ado recordset .. On the Mdichild .. when you close it with either the ...
by Rick Lipkin
Mon Feb 13, 2012 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buildmenu on MdiChild causes error when child is Maximized
Replies: 8
Views: 2256

Re: FWH 1201 Upgrade Transparent text

... be defined like : Uses the Text defined inside the Resource : REDEFINE SAY oSay3 ID 271 OF oDlg1 oSay3:SetColor( 128, ) oSay3:SetFont( oFootFont ) Overwrites the Text, defined inside the Resource : REDEFINE SAY oSay3 PROMPT "Static Text" ID 271 OF oDlg1 oSay3:SetColor( 128, ) // Red oSay3:SetFont( ...
by ukoenig
Thu Feb 09, 2012 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1201 Upgrade Transparent text
Replies: 11
Views: 2558
Next

Return to advanced search