Search found 141 matches: overwrite

Return to advanced search

Re: I'm not asking for the moon... Resolved!!

Great that you have a solution. I have been dealing a bit with the issue that the numbers are filled from right to left and
that one can navigate with the TAB key, with the cursor always standing on the right in overwrite mode.

Image
by Otto
Fri Jan 19, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2111

Re: simulate unknown Function of UDF in IndexKey()

Enhanced version supporting n parameters: We have to solve where to store the codeblocks, or next call to hb_CreateFunction() will overwrite the previous one. function Main()   hb_CreateFunction( "xyz", { | a, b, c | QOut( c ) } )   ? hb_IsFunction( ...
by Antonio Linares
Fri May 05, 2023 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate unknown Function of UDF in IndexKey()
Replies: 9
Views: 416

Re: simulate unknown Function of UDF in IndexKey()

... to create a function at runtime at assign a codeblock to it: 1. As we are using a static PHB_ITEM pCodeBlock, next call to CreateFunction() will overwrite it, so we need to find a solution for this. 2. We could enhance CreateFunction() to allow parameters: CreateFunction( cFunctionName, { | x, ...
by Antonio Linares
Fri May 05, 2023 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate unknown Function of UDF in IndexKey()
Replies: 9
Views: 416

Re: Multiple RTF controls each with its own bar

... := .F., .T. ) 4. There is a problem in the Class as the ButtonBar can't be visible all the time or the user will overwrite the bar, so better don't use this: o:hoGets["edu_1"]:oBar:Show(), o:hoGets["edu_1"]:lBar := .F. 5. You can hide the bar ...
by Antonio Linares
Sun Oct 16, 2022 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple RTF controls each with its own bar
Replies: 5
Views: 463

Re: Consulta Tecnica.

Hola Antonio no sé si lo que te envío te servirá o no pero viene de la ayuda en clipper. Si no sirve para nada disculpen el tiempo. Yo no lo usé nunca BLOBDIRECTEXPORT() Exporta el contenido de un puntero a un objeto binario grande (BLOB) a un fichero ------------------------------------------------...
by surGom
Sat Aug 27, 2022 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Tecnica.
Replies: 16
Views: 2300

Re: New FWH 22.06

... use the same name for 32 and 64 bits, the 64 bits are placed in FWH\DLL\webview64 Please copy them into FWH\samples (warning as you may overwrite the 32 bits ones) and then please do: buildh64.bat webview many thanks!
by Antonio Linares
Thu Jul 07, 2022 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 22.06
Replies: 25
Views: 1992

Re: Msgbar Error

Detlef wrote:Hi Silvio,

it looks like you are skipping backwards Skip(-1)
You will never reach ::oDbf:Eof()


Image

Yes but It Is not the problem, that was only a sample to show I 'm making

I mean the text Is overwrite and not refresh look the image
by Silvio.Falconi
Fri May 27, 2022 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Msgbar Error
Replies: 2
Views: 261

Re: dbase III/IV file encrypted

Cannot find definition for DBI_PASSWORD here are all DBI_ the constant i found for dbinfo() /* constants for dbInfo() */ #define DBI_ISDBF 1 /* Does this RDD support DBFs? */ #define DBI_CANPUTREC 2 /* Can this RDD Put Records? */ #define DBI_GETHEADERSIZE 3 /* Data file's header size */ #define DBI...
by lorenzoazz
Sat Jan 29, 2022 1:17 pm
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 1144

Re: Lost connection MySQL - Catch error

... of all, It runs twice. Always. I don't know why. Second, I want to use FW error handler for any other error that is not MySQL. And with this I overwrite FW function of Errorblock. And last one, when I try to try again same function, I have an error of MySQL 1096 of "No tables in use" ...
by nlerdafehn
Tue May 18, 2021 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection MySQL - Catch error
Replies: 5
Views: 884

Re: Are there any Treeview samples with associated edit boxes?

... url is the one to post here clicking on the Img button here when editing. Please post here the entire content of C:\fwh\samples\test.xml once your overwrite it
by Antonio Linares
Thu Dec 10, 2020 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4831

Re: Fast Report´s future

... GITHUB and I hope the designer will be there too. Silvio, One advantage of EasyReport is that the PRINTAREAS are real layers. You can completely overwrite the layer below with another layer - e.g. watermarks like "proforma" in the example. They are not bands that have to be processed ...
by Silvio.Falconi
Wed May 13, 2020 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6019

Re: Fast Report´s future

... GITHUB and I hope the designer will be there too. Silvio, One advantage of EasyReport is that the PRINTAREAS are real layers. You can completely overwrite the layer below with another layer - e.g. watermarks like "proforma" in the example. They are not bands that have to be processed ...
by Otto
Wed May 13, 2020 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6019

New FTDN February 2020 (FWH 20.02)

... has the flag ES_UPPERCASE, it is considered as picture clause "@!" - In password gets, setting of SET INSERT is respected for insert/overwrite. - In password gets, Values of :VarGet(), :cText are as expected when queried in bChange block - Password Gets: The points raised in http://forums.fivetechsupport.com/viewtopic.php?f=3&t=38415 ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4650

Re: BUG on GETS with password

... This problem is solved. NOT SOLVED!! The picture-clause (in my case "@!") from a passwort-get is not respected on input and also overwrite is not functioning (also mark all and press any letter the old input is not erased)!! I am looking into this.
by nageswaragunupudi
Thu Feb 13, 2020 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG on GETS with password
Replies: 11
Views: 2618

Re: BUG on GETS with password

... This problem is solved. NOT SOLVED!! The picture-clause (in my case "@!") from a passwort-get is not respected on input and also overwrite is not functioning (also mark all and press any letter the old input is not erased)!!
by byte-one
Thu Feb 13, 2020 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG on GETS with password
Replies: 11
Views: 2618
Next

Return to advanced search