Search found 4956 matches
- Wed Feb 24, 2021 10:54 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse enhancemend for colums setup/use
- Replies: 6
- Views: 31309
Re: Xbrowse enhancemend for colums setup/use
FW-Team, maybe this can be inserted in the official FW ? We are looking into the suggestions. I want to clarify that the idea was mine the first implementation of the code was mine as you can see on this topic http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31570&p=184292&hilit=Se...
- Thu Feb 18, 2021 11:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse enhancemend for colums setup/use
- Replies: 6
- Views: 31309
Re: Xbrowse enhancemend for colums setup/use
>The extra save/restore button would also be a great thing.... I made it many years ago (2014) but it no one seems to like it release for a oldest xbrowse sample :aCols2Hide := {1,2,3,4,5,6,13,14,15,16} :aDefaultCols := {1,2,3,4,5,6,13,14,15,16} oGrid:aDefaultCols :=oGrid:GetDisplayCols() oGrid:SetU...
- Thu Feb 18, 2021 8:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse: Using Get for incremental Seek/Filters
- Replies: 32
- Views: 95461
Re: XBrowse: Using Get for incremental Seek/Filters
Nages, I remember you the combobox on the dialog @ 40, 400 COMBOBOX oCbx VAR cHead ITEMS aHead ; SIZE 150,200 PIXEL OF oTabella ; ON CHANGE ( oBrw:Seek( "" ), ; oBrw:cFilterFld := oBrw:oCol( cHead ):cExpr, ; oBrw:SetFocus() ) where we list the caption of the columns but id the user change ...
- Fri Feb 12, 2021 7:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse: Using Get for incremental Seek/Filters
- Replies: 32
- Views: 95461
Re: XBrowse: Using Get for incremental Seek/Filters
I can't do itnageswaragunupudi wrote:You have to reset the items of the combobox on the basis of columns where oCol:lHide == .f.
- Fri Feb 12, 2021 7:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: error on print aselected
- Replies: 2
- Views: 22025
Re: error on print aselected
Nages,
I have seen that if I select a record towards the end of the archive, he prints from that record onwards (until the end of the archive)
it is as if it uses the selected record to assign a point (goto nrecord)
I have seen that if I select a record towards the end of the archive, he prints from that record onwards (until the end of the archive)
it is as if it uses the selected record to assign a point (goto nrecord)
- Mon Feb 08, 2021 11:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: error on print aselected
- Replies: 2
- Views: 22025
error on print aselected
If I have a xbrowse and select only one customer https://i.postimg.cc/L4BZR0Xb/test.png and then press the button for print sample easy DEFINE BUTTON OF oBar PROMPT "Print" ACTION oBrw:Report() it print all customers and not one ( that selected ), why ? and on preview I saw this https://i....
- Mon Feb 08, 2021 10:48 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse: Using Get for incremental Seek/Filters
- Replies: 32
- Views: 95461
Re: XBrowse: Using Get for incremental Seek/Filters
How I not understood, I not Know how Make itnageswaragunupudi wrote:You have to reset the items of the combobox on the basis of columns where oCol:lHide == .f.
and then
aCols := { ;
{ "FIRST", "Nome",, 120, },;
is as // { field, header, picture, size, justify, sortorder } ?
- Mon Feb 08, 2021 8:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse: Using Get for incremental Seek/Filters
- Replies: 32
- Views: 95461
Re: XBrowse: Using Get for incremental Seek/Filters
#include "fivewin.ch" REQUEST DBFCDX //----------------------------------------------------------------------------// function Main() local oDlg, oFont, oBrw, aCols, oGet, oCbx, cHead, aHead local cSeek := Space( 100 ) SET DATE ITALIAN SET CENTURY ON SET DELETED ON Se...
- Thu Feb 04, 2021 3:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Silvio: Reports
- Replies: 16
- Views: 63338
Re: Silvio: Reports
I am interered too! Any update, please? I have been modifying EasyReport to be able to be used as a control and to be able to insert it in any container, besides having reviewed some of its functionalities. I hope to have a trial version published in a few days. Some patience. Thank you. He estado ...
- Wed Feb 03, 2021 12:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse 2101: bBmpData : enhancment
- Replies: 3
- Views: 16577
Re: XBrowse 2101: bBmpData : enhancment
Finally. very nice
- Sun Jan 31, 2021 11:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse: Using Get for incremental Seek/Filters
- Replies: 32
- Views: 95461
Re: XBrowse: Using Get for incremental Seek/Filters
Nages, You promised me a new test , do you remember ?
- Sun Jan 31, 2021 10:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Voice recorder
- Replies: 1
- Views: 14945
Voice recorder
Is it possible to create a small recorder with fwh in window to record the voices and save them in an audio file to send them?
I have had a website for many years with a service that had this possibility, now that little program is no longer compatible for 64bit systems.
I have had a website for many years with a service that had this possibility, now that little program is no longer compatible for 64bit systems.
- Wed Jan 27, 2021 3:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: CreateObject( "MSXML2.XMLHTTP" )
- Replies: 33
- Views: 58415
Re: CreateObject( "MSXML2.XMLHTTP" )
Funciona perfecto con HARBOUR para BCC74. Aqui: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39892 Regards, saludos. do you tried it on a machine having windows Seven Home? Please don't keep insisting, I tested also on the following Computer Asus Rog G73 jw 16GBRAM with Windows Seven H...
- Sun Jan 24, 2021 2:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: CreateObject( "MSXML2.XMLHTTP" )
- Replies: 33
- Views: 58415
Re: CreateObject( "MSXML2.XMLHTTP" )
In some versions of windows as an example: SEVEN SP1 and XP I solved the problem including SETTIMEOUTS. oServer := CreateObject( "MSXML2.ServerXMLHTTP.6.0" ) oServer:SetTimeouts(40000,40000,40000,40000) Application =========== Path and name: C:\work\prg\yunus_telegram\yunus.Exe (32 bits...
- Fri Jan 22, 2021 9:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Silvio: Reports
- Replies: 16
- Views: 63338
Re: Silvio: Reports
I would also be interested in testing this. Because there is a high interest, why not just put it all in the first 2021 release with the understanding that the designer is a "Work in Progress" ? Then we could all work with it. We are due for the first 2021 FWH anyway. Tim Tim you are righ...