Search found 70 matches: indicating

Return to advanced search

Re: Another for Btnbmp

... The programmer has to use colors/gradients to indicate which button has focus. I provide you a sample program, suppressing drawing of border while indicating the focused button with colors. I used some simple colors for demonstration, but you can use your own colors/gradients according to your ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4959

Re: Another for Btnbmp

... The programmer has to use colors/gradients to indicate which button has focus. I provide you a sample program, suppressing drawing of border while indicating the focused button with colors. I used some simple colors for demonstration, but you can use your own colors/gradients according to your ...
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4959

Re: Mark field as required

... the desired effect. What effect? Well, some Gets were mandatory for the user to fill in and so those Gets are marked with a little triangle indicating their obligation when they are empty. It is true that this system is not valid for radio button or check button. The changes to the TGet ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: Classe TGif

... should start with a byte containing the size of the sub-block, followed by the actual data bytes. The last sub-block should have a size of zero, indicating the end of the image data It should have one or more graphic control extensions that specify the animation parameters of each image in the ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1659

Re: Calculate total pages

... a unique ID, possibly for the invoice. 3. **Preparation for Printing:** - `CursorWait()`: Possibly changes the cursor to a waiting state, indicating processing. - `DeleteDC(oDevice:hDC)`: Deletes the current Device Context (DC) of the device. - `oDevice := NIL`: Clears the device object. ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5876

Re: Distancia de Levenshtein

... factor for Insert operations defaults to 1. It can be changed to a numeric value between 0 and 255. Return The function returns a numeric value indicating the similarity of two character strings. Description The function calculates the Levenshtein distance which indicates the similarity of two ...
by nageswaragunupudi
Wed Jul 19, 2023 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Distancia de Levenshtein
Replies: 5
Views: 300

Re: Mark field as required

Hello

I would like something similar, indicating that the field has to be filled in, as Indicated in red with (*)

Look
Image

or this way

Image
by INFORMAISVRB
Thu Jul 06, 2023 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: Transaction security with DBF

... for some other reason, the transaction is canceled by calling ROLLBACK( ). Otherwise, COMMIT( ) is called to clear the transaction log, thereby indicating that all the changes in the transaction were committed and that the transaction as a whole was posted. Since new rows have already been written ...
by Otto
Fri Sep 09, 2022 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 726

New FTDN February/Febrero 2021 (FWH 21.02)

... is set as multi-select column. [lFooter] defaults to oBrw:lFooter and set to display total selected columns. This column displays checkboxes indicating the selected status of the row. Header displays a checkbox indicating if all rows are selected or not. Double click, Ctrl-Click or space ...
by Antonio Linares
Wed Mar 24, 2021 8:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1463

Re: Open 3 SQL tables

... Just let me ask you one more question about xBrowse. Would you like to remove any visual effect from the header when clicked and also the arrow indicating the sorting, is it possible? Use oBrw:aCols[1]:bLClickHeader := {|r,c,f,o| nil} this removes the change of order, but not ...
by ctoas
Tue Feb 16, 2021 11:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open 3 SQL tables
Replies: 9
Views: 858

Re: xBrowse faster with less colums

Ok will do that.

BTW : If we use colors for indicating some conditions like

oBrw:bron:bClrStd := { || showcolors(oBrw:bron:Value) }

will this function run all records of the database or only them that are visibel in Xbrowse
by Marc Venken
Fri May 01, 2020 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1045

Re: xBrowse anomoly

... DATASOURCE cAlias/oDatabase/oQry/oRecordSet/oRowSet ;COLUMNS "cCol1", "cCol2", ... "cColN" ; // or AUTOCOLS...  By indicating the DATASOURCE in the command, we inform the XBrowse the source of data in advance before configuring the columns. This greatly helps xbrowse. ...
by nageswaragunupudi
Wed Apr 29, 2020 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3545

Re: fw_exeltodbf error on execute

Code: Select all  Expand view
FW_ExcelToDBF( oRange, NIL , .t. )


When you specify the 3rd parameter as .T., you are indicating that the First Row of the ExcelData are headers and that they are the field names for export.

In that case, all the cells of the first row should be Text and not empty.
by nageswaragunupudi
Wed Apr 22, 2020 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_exeltodbf error on execute
Replies: 2
Views: 343

New FTDN September/Septiembre 2019 (FWH 19.09)

... containing both normal and alpha colors, or a bitmap file name, or a TBrush object or pointer to GDi+ brush. <nInnerDia>: Numeric value indicating the ratio to the outer diameter (0.05 to 0.95) or number of pixels. <cPrompt> can be a codeblock. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37732&hilit=progress
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: 2899

Re: xbrowse too slow

... printing is going on. This is not the fault of the browse, yet users will probably think it is. One solution is to display on the screen something indicating that printing is going on. This could be as simple as changing the cursor to the hourglass icon while printing. Question, is it you or your ...
by James Bott
Sat Sep 21, 2019 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4257
Next

Return to advanced search