Search found 287 matches: individual

Return to advanced search

Re: What's the best way to set individual bits, in a bit string

Code: Select all  Expand view

cBits := "001110110"
? Chr(AscPos( 3 ) ) // --> "1" : Character at 3rd position
// Now set character at 2nd position to "1"
cBits := PosChar( cBits, "1", 2 )
? cBits // "011110110"
 
by nageswaragunupudi
Sat Feb 27, 2021 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 662

Re: Picture Clause to force Lower Case

... picture function. When no picture function is used, the picture string is identical with the picture mask. The mask defines formatting rules for individual characters in the output string. Characters from the following table can be used. The position of a character of a picture mask specifies ...
by Marc Venken
Fri Feb 26, 2021 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture Clause to force Lower Case
Replies: 6
Views: 564

What's the best way to set individual bits, in a bit string

Hi,

Looking at Harbour SetBit(), it looks like it requires either a number of a hex string.

Is there an existing function that can take a binary string like "001110110", and set one of the 0 bits to 1?
by FWExplorer
Fri Feb 26, 2021 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 662

Re: Ado export to Excel, html, txt and csv

Once we have oExcelSheet object, we can save it as HTML, csv, or text. Now that we see your interest in these features, we are adding individual function for export to xlsx, HTML, csv, txt and pdf both with and without using excel. Meanwhile, you may like to test this:   ? oRs:GetString( ...
by nageswaragunupudi
Thu Jan 07, 2021 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ado export to Excel, html, txt and csv
Replies: 3
Views: 559

New FTDN August/Agosto 2020 (FWH 20.08)

... these Datas. When the browse is initialized (in the Adjust() method) datas from browse are copied to all the columns, except where the datas of individual columns are already diectly assigned with different values. From that time, all cells are painted using column's datas only (except when ...
by Antonio Linares
Sun Sep 20, 2020 11:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2304

Re: More details WIN_OLEAUTO information in debugger

... it's complaining, e.g. File definition .fiv : C:\FIVEDIT\borland73.fiv not found. Anyway, I''ll just continue using the Third Party debugger, for individual modules with errors. Regards, Thanks, Antonio. Does FiveEdit have Single-stepping capabilities? I tried using it, but it keeps complaining ...
by FWExplorer
Sun Jul 12, 2020 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1696

Re: More details WIN_OLEAUTO information in debugger

... all of the lines get skewed & unreadable. I'm using a third party Harbour development tool & debugger (I won't mention the name here), for individual snippets with bugs. But is there a decent gui debugger for Harbour? Does FiveEdit have Single-stepping capabilities? I tried using it, but ...
by FWExplorer
Sat Jul 11, 2020 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1696

Easyreport " the reverenge"

... understand the meaning why you need to store up to 30 colors and 20 types of fonts? the font and color may be loaded in the properties of each individual object without memorizing it first and when I recover the object in print I am going to create the font for that object, I really don't understand ...
by Silvio.Falconi
Fri May 15, 2020 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easyreport " the reverenge"
Replies: 3
Views: 712

Re: Export To Word

... ups" and notes on reports. We are not "editing" anything within the software. Instead, they are taking output and adding to it in individual situations. In the case of one client, our system has many pages of "glossaries" or text templates. My client doesn't want to sit ...
by TimStone
Thu Feb 06, 2020 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Export To Word
Replies: 11
Views: 1894

Re: Possibilities of PiCTURE

... picture function. When no picture function is used, the picture string is identical with the picture mask. The mask defines formatting rules for individual characters in the output string. Characters from the following table can be used. The position of a character of a picture mask specifies ...
by nageswaragunupudi
Sat Dec 28, 2019 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possibilities of PiCTURE (solved)
Replies: 2
Views: 482

Re: Celda transparente

oCol:lTransparent applies to the entire column, not to individual cells Nages. I know it. After so much testing I reached that solution, and it's working for the litle proyect I am making. Despues de muchas pruebas salió esa solución y está funcionando ...
by FranciscoA
Sun Dec 15, 2019 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Celda transparente
Replies: 14
Views: 1417

Re: Celda transparente

... } )      oBrw2:GoDown()  Next Return nil  Saludos. oCol:lTransparent applies to the entire column, not to individual cells
by nageswaragunupudi
Sun Dec 15, 2019 5:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Celda transparente
Replies: 14
Views: 1417

Opened two window : can I avoid opening the same window?

... although I don't like this solution because I like to have everything in the main application window and not have individual windows that wander around the screen. Also if the window is active and it is not closed, the user goes to load the procedure reopens another ...
by Silvio.Falconi
Wed Jul 10, 2019 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opened two window : can I avoid opening the same window?
Replies: 3
Views: 499

XBrowse settings INI file

Is there a way of saving a user's browse display preferences such as display order,column width/height,fields to show etc.
whenever they change it from the original system default.

So each time they logon Xbrowse configures the display using their individual preference

Thanks
Peter
by reds
Mon Jun 24, 2019 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse settings INI file
Replies: 3
Views: 420

New FTDN May/Mayo 2019 (FWH 19.05)

... formatted prefixing currency symbol, the symbol is printed left aligned in the column. * Enhancement: XBrowser.prg: Now uses buttonbar instead of individual btnbmps. * New function SegoeMDL2() --> .t. if Segoe MDL2 Assets font is available * Case insensitive string comparision and matching: ...
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: 3161
PreviousNext

Return to advanced search