Search found 617 matches: archive

Return to advanced search

Re: Filter on Xbrowse

It was not what I had to do, but in part I solved my problem. - is compatible with all archives -for each table or archive create an ini file - all the filters and many lines for each filter are saved in the ini file https://i.postimg.cc/y8Zxhz5m/j.gif ...
by Silvio.Falconi
Wed May 08, 2024 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Filter on Xbrowse

... I click on the second checkbox it must raise the xbrowse and insert 3 checkboxes 50 years, 25 years, 20 years and obviously I have to filter the archive and refresh the xbrowse
by Silvio.Falconi
Thu May 02, 2024 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Reload data in a combobox

I have an archive of categories and the subcategories are inserted in the same archive I have to do a combobox check where I select the major categories and then I have to refresh another combobox with the lower categories corresponding ...
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 128

xbrowse report group

... user can select the group (ngroup ) from an array aGroup on which to print and groups Before printing I have to index on the selected group if an archive (odbf) is online I do it normally oDbf:setorder(nGroup)        oDbf:gotop()        oBrw:oDbf:SetOrder(nGroup)  but if ...
by Silvio.Falconi
Mon Apr 29, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report group
Replies: 0
Views: 47

Re: New txbrowse

... states ? I still like the idea to subclass xbrowse for our own purposes, and will look into it. Yes. Imagine you have many fields for customer archive. the programmer makes all the fields available to the end user but for space reasons sets some columns (defined columns) you end user wants ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 449

Re: Visual FiveWin?

... si sigue con el desarrollo y de paso saber como está :-) muchas gracias Lástima: desde 2011 ninguna message. https://code.google.com/archive/p/visualfw/downloads ¿Patrick Fan sigue vivo? Gracias. Regards, saludos.
by karinha
Wed Mar 13, 2024 6:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visual FiveWin?
Replies: 2
Views: 716

Re: To Nageswrao Del Objs on TscrollPanel

nageswaragunupudi wrote:I see the problem. Thanks.
Let me fix it



Nages,
I need to save the buttons in the archive (links.dbf) because the application must display the buttons at other times when the application is used by users
I sent a test
by Silvio.Falconi
Tue Mar 05, 2024 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 728

eval an action - Resolved!!

if I have in an archive field "dummy1()" How do I make it work in a button? that is, I did it I saved the archive in an aImg array https://i.postimg.cc/tTyg2WNB/m.png local bClick:= {|| aImg[5 ] } @ nRow, ...
by Silvio.Falconi
Tue Mar 05, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: eval an action - Resolved!!
Replies: 2
Views: 182

Re: Count xbrowse records

... 0)  For example, if I have an Xbrowse in which 20 records are displayed at a time but there are more records in the archive (for example 50) the lArrows must be true
by Silvio.Falconi
Fri Feb 23, 2024 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 261

To Nages : Search on Xbrowse tree

... CITY, STATE But for my application I use another dbf with other index and I wish show the tree on different fields in my application I have an archive of warehouse items (products) where I would like to display a tree view for different fields (categories and brand) Xbrowse normal https://i.postimg.cc/4NTQspbs/normal.png ...
by Silvio.Falconi
Thu Feb 15, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Search on Xbrowse tree
Replies: 1
Views: 395

tiny11 core for ARM64

... on the PC for installation is reduced to only 8 GB, If you are interested, you can download tiny11, the essential Windows 11, from https://archive.org/search?query=creator%3A%22NTDEV%22&sort=-addeddate UPDATE NOVEMBER 2023 – tiny11 2311 WINDOWS BASED RELEASED 23H2 The system has ...
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 8387

Re: FWH or harbour function support CRC?

See if it helps, https://github.com/harbour/core/issues/242 https://www.mail-archive.com/harbour@harbour-project.org/msg03872.html https://harbour.harbour-project.narkive.com/ESShRUiG/sf-net-svn-project-12006-trunk https://forums.fivetechsupport.com/viewtopic.php?f=6&t=24695 ...
by richard-service
Thu Jan 18, 2024 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1751

Re: FWH or harbour function support CRC?

See if it helps, https://github.com/harbour/core/issues/242 https://www.mail-archive.com/harbour@harbour-project.org/msg03872.html https://harbour.harbour-project.narkive.com/ESShRUiG/sf-net-svn-project-12006-trunk https://forums.fivetechsupport.com/viewtopic.php?f=6&t=24695 ...
by karinha
Tue Jan 16, 2024 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1751

Re: copy a row of xbrowse

... one but only one (one of the two) this is because the record number is the same if I change it I change both when I go to save the array in the archive the procedure finds two records with the same record number and saves only one
by Silvio.Falconi
Tue Dec 05, 2023 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5832

Re: Convert a print to Rtf or doc

... for Word documents, used by Microsoft Word, especially since Word 2007. It replaces the older binary DOC format. DOCX files are actually ZIP archives containing multiple files and folders that collectively represent the entire document. One key file within a DOCX archive is word/document.xml. ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3489
Next

Return to advanced search