Search found 46 matches: incidentally

Return to advanced search

Re: Mostrar BMP en xBrowse

Incidentally, this can also be written as:
Code: Select all  Expand view
COLUMNS "Domicile", "CtaWater","ImpAgua","TAgua" ;

oBrw:aCols[ 4 ]:SetCheck(  { "TildeV.Bmp","TildeR.bmp" } )
by nageswaragunupudi
Sun Feb 11, 2024 3:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar BMP en xBrowse
Replies: 3
Views: 228

Re: sort Filename (Extension)

... y ) } )  For case insensitive comparisons, we recommend using FW_Stricmp( c1, c2 ) // --> -2, -1, 0, 1, 2  Incidentally, this function Data Type safe also. The above function can be written as:   ? ASort( { "CDX", "c", "Cpp", ...
by nageswaragunupudi
Sun Apr 16, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sort Filename (Extension)
Replies: 6
Views: 373

Re: Automatic send via wetransfer

Incidentally, wetransfer.com is banned in India just a few days back.
by nageswaragunupudi
Sat Jun 06, 2020 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automatic send via wetransfer
Replies: 2
Views: 490

Re: xBrowse AUTOSORT DBF does not work

... or static functions. The above can be written as COLUMNS "IMPORTE+(IMPORTE*IVA/100)-(IMPORTE*IRPF/100)", "NEXTCOL", ... Incidentally, the expression IMPORTE+(IMPORTE*IVA/100)-(IMPORTE*IRPF/100) can be simplified as IMPORTE * ( 1 + ( IVA-IRPF) / 100 ) So we can write COLUMNS ...
by nageswaragunupudi
Thu Dec 26, 2019 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse AUTOSORT DBF does not work
Replies: 3
Views: 536

FWH 1908: Meter Control Enhancements

...  := 600   @ nRow, 250 METER nActual SIZE 300,60 PIXEL OF oDlg ;      BARCOLOR CLR_HRED, CLR_WHITE ;      TOTAL nTotal FONT oFont UPDATE BMPARRAY  Incidentally, this sample demonstrates the new feature of displaying outlined text (hollow text). This is the code:    oDlg:bPainted := <|hDC|    ...
by nageswaragunupudi
Wed Sep 25, 2019 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: Meter Control Enhancements
Replies: 2
Views: 910

Re: In xbrowse valid is Executed twice

When TAB is pressed, if bEditValid returns .T., it is executed only once, but if it returns .f., it is executed twice.
This issue is still present.
We are looking into this.

Incidentally, we should not have any screen I/O inside bEditValid.
by nageswaragunupudi
Wed Jun 06, 2018 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: In xbrowse valid is Executed twice
Replies: 6
Views: 1182

Re: FW_DrawImage with negative coordinates

... with setting :nX and :nY to negative values. We are making this fix for 18.03. You can make this change and proceed as you originally planned. Incidentally, we are now providing a new method in TXImage. oImage:SetOrigin( nTop, nLeft )
by nageswaragunupudi
Tue Apr 17, 2018 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DrawImage with negative coordinates
Replies: 6
Views: 865

Re: FWH 17.04 : Group Labels on ButtonBars

... We shall be glad if you can test variants of the above samples and let us know if you encounter any problems. Incidentally, the above samples also demonstrate using horizontal gradients as label backgrounds. We are working on making these features work as straight ...
by nageswaragunupudi
Tue May 02, 2017 3:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.04 : Group Labels on ButtonBars
Replies: 13
Views: 3956

Re: Large RowSet

...  oCn:Close()return nil  During browse, keep pressing down arrow or page down button and you keep seeing the rowset growing automatically. Incidentally the table `custbig` on the demo server has one million records. Note: If you connect to your server, instead of "custbig" use ...
by dutch
Mon Feb 06, 2017 2:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Large RowSet
Replies: 10
Views: 2171

Re: Large RowSet

...  oCn:Close()return nil  During browse, keep pressing down arrow or page down button and you keep seeing the rowset growing automatically. Incidentally the table `custbig` on the demo server has one million records. Note: If you connect to your server, instead of "custbig" use ...
by nageswaragunupudi
Sun Feb 05, 2017 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Large RowSet
Replies: 10
Views: 2171

XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01

... Creating fully portable code. Demonstrates how the same code for browse and edits works without any change for dbf and ado (for any datasource) - incidentally also demonstrates automatic incremental recalculation of totals using datarow for edits/appends #include "fivewin.ch"REQUEST ...
by nageswaragunupudi
Fri Feb 03, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01
Replies: 8
Views: 5598

Re: Seek en XBrowse con Dolphin texto con Ñ

We shall try to find solution for Dolphin incremental seek.
Incidentally let me say Incremental Filter is working with Dolphin.
We shall get back to you again on incremental seek with Dolphin
by nageswaragunupudi
Fri Aug 19, 2016 4:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seek en XBrowse con Dolphin texto con Ñ
Replies: 58
Views: 12457

Re: Bugs in TGgiplus

Mr Günther

The existing code exactly matches the syntax given along with the function and also gives the correct results.

Will you please recheck?

Incidentally this is not related to GDI+
by nageswaragunupudi
Mon Feb 29, 2016 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TGgiplus
Replies: 18
Views: 6627

Re: Changing with and height of a window and a dialog

... after a slight delay. Here is a sample program which responds to rotation and also change in desktop/tablet mode (in case of windows 10 only). Incidentally, this program also detects presence of Touch screen and Mouse. #include "fivewin.ch"#define SM_TABLETPC       ...
by nageswaragunupudi
Sat Nov 07, 2015 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing with and height of a window and a dialog
Replies: 35
Views: 8877

Re: DBF to SQL converter program

... auto-inc primary key. Both DBF and the SQL table have the same behavior. It is very easy to have a program which runs both for DBF or SQL table. Incidentally if the program already uses TData(base) to deal with the DBF tables there is a TRecSet class which behaves very similarly. Actually we ...
by nageswaragunupudi
Tue Aug 25, 2015 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17985
Next

Return to advanced search