Search found 816 matches: level

Return to advanced search

Re: Resedit closes problems after Windows 10 update

... ID: //////////////////////////////////////////////////// - System - Provider [ Name] Application Error - EventID 1000 [ Qualifiers] 0 Version 0 Level 2 Task 100 Opcode 0 Keywords 0x80000000000000 - TimeCreated [ SystemTime] 2021-07-19T17:47:55.8383949Z EventRecordID 12406 Correlation - Execution ...
by Rick Lipkin
Mon Jul 19, 2021 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 764

Re: Resedit closes problems after Windows 10 update

... <System> <Provider Name="Windows Error Reporting" /> <EventID Qualifiers="0">1001</EventID> <Level>4</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2021-07-19T15:38:35.054474400Z" ...
by Antonio Linares
Mon Jul 19, 2021 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 764

Re: Error on search a record on dbf with tdatabase

... your list here. Yep, "Outside the box Bott" they used to call me... "The significant problems we face cannot be solved at the same level of thinking we were at when we created them " -Albert Einstein James, I don't know how to do it that's why I asked the forum for help I hope ...
by Silvio.Falconi
Tue Jun 29, 2021 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1531

Re: Error on search a record on dbf with tdatabase

... your list here. Yep, "Outside the box Bott" they used to call me... "The significant problems we face cannot be solved at the same level of thinking we were at when we created them " -Albert Einstein
by James Bott
Tue Jun 29, 2021 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1531

Re: TOleAuto () versus FW_ExcelToDBF()

Thanks Rick, The code looks ok, (to be done for my level) I will convert van exel to dbf in my case FW_Exeltodbf will convert numbers to numbers, but there are times that numbers are (product codes) and need to be Char. With OLE and functions like ...
by Marc Venken
Thu Jun 03, 2021 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOleAuto () versus FW_ExcelToDBF()
Replies: 10
Views: 982

Re: About xbrowse-cellborders and boxdrawings

I added some more options now it is possible to select a brush and a logo on top the logo can be tested with a transparent-level http://www.service-fivewin.de/IMAGES/Brd1.jpg the normal image-selection is used as logo This will work in case background-mode 3 ( brush ...
by ukoenig
Wed Apr 28, 2021 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About xbrowse-cellborders and boxdrawings
Replies: 1
Views: 454

Re: Centrar títulos de columnas en xBrowse.

... depending on the contents of the column. Specifying colsizes is optional. Indenting text: oCol:bIndent := { || ( oBrw:cAlias )->LEVEL * 20 }  This indents text by 20 * LEVEL number of pixels.
by nageswaragunupudi
Tue Apr 27, 2021 7:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar títulos de columnas en xBrowse.
Replies: 3
Views: 509

Re: DBF to SQL

... in my program. I sense it won't be long before we must move to 64 bit since Microsoft has now stabilized all their proprietary apps at that level ... and 128 bit processing is likely soon to become the new option.
by TimStone
Tue Apr 20, 2021 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL
Replies: 14
Views: 1624

Re: xBrowser

Maybe a focused cell or row with border and any linestyle :?: defined color pensize transp level normal or glowing square or round corners border painted with cellsize or outside or inside of a cell http://www.service-fivewin.de/IMAGES/border11.jpg regards ...
by Marc Venken
Fri Apr 09, 2021 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 9
Views: 1093

Re: xBrowser

Maybe a focused cell or row with border and any linestyle :?:

defined color
pensize
transp level
normal or glowing
square or round corners
border painted with cellsize or outside or inside of a cell

Image

regards
Uwe :?:
by ukoenig
Wed Apr 07, 2021 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 9
Views: 1093

Re: Mod Harbour challenge project

... so. The web is NOT easy, you need your learning, knowledge, experimentation, ... Is it powerful ? A lot. The power of your harbour at the server level is increased, even if you dare with Linux the speed is multiplied by 5 Is it reliable? Completely. The modHarbour incorporates the VM and it is ...
by Carles
Wed Mar 31, 2021 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour challenge project
Replies: 15
Views: 2111

Re: Memory Leak - Richedit

... The method oImage:CopyToClipboard() has apparent resource leakage because TClipBoard():SetBitmap( ohBmp ) has the leakage again because the C level function "SetClipboardData( CF_BITMAP, hBitmap ) )" has this "apparent" leakage. In fact, there is no real leakage but CheckRes() ...
by nageswaragunupudi
Sun Mar 07, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3756

Documentation for variables - what form should it be?

... on a more standard style, but still wish to leave behind a reference telling a future developer what type of variable it is, with an arbitrary level of detail as needed. Let's say the name of the module is calendar.prg. Should I write a doc called calendar_vars.txt or calendar_vars.ini that ...
by FWExplorer
Sun Feb 28, 2021 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 930

Re: crear tabla con el api de harbour

... built-in MariaDB library has this method: oCn:SaveToDBF( cSql, cDbfName, [lForUpdate = .f.] )  This method uses RDD API at the level of "C" language. Without waiting to read the result of cSql, this method keeps writing to DBF as and when each line is read from the ...
by nageswaragunupudi
Wed Feb 24, 2021 12:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: crear tabla con el api de harbour
Replies: 7
Views: 711

Re: tree level

Gustavo,

Len( oItem:aItems )
by Antonio Linares
Mon Feb 08, 2021 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tree level
Replies: 7
Views: 1028
PreviousNext

Return to advanced search