Search found 160 matches: archives

Return to advanced search

Re: xbrowse too slow

... Short, and easy to read. Write each piece of code only once. I know it on gif you can see is a tdatabase version on this app I use only two archives I tried also with your tdata and I set before the archive as you teach me with CLASS TXData from TNextID   //DATA cPath init cFilePath(GetModuleFileName( ...
by Silvio.Falconi
Thu Sep 19, 2019 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4320

Re: New TprogressWheel

...   ;       TEXT   NORMAL_TEXT  ;       TEXTCOLOR  CLR_GREEN does it work like the TProgress class, do you have never used this class to index archives? oProgress:setrange(0,500)oProgress:npos....INDEX ON FIRST TAG FIRST EVAL (oProgress:SetPos(nProgress++), Sysrefresh()) ...
by Silvio.Falconi
Tue Sep 10, 2019 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9538

Re: cicle of date

THE PROBLEM IS
skip records by putting in empty record archives
by Silvio.Falconi
Mon Sep 02, 2019 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cicle of date
Replies: 5
Views: 643

Re: Small Invoice with tdatabase

... invoice number and re-enter everything from the "aItems" array and then make the archive pack but with the database class I open all the archives in share mode and I don't have to do the same operation that is I can't delete the records and then pack them then I delete the records with ...
by Silvio.Falconi
Mon Aug 12, 2019 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Invoice with tdatabase
Replies: 6
Views: 1209

Small Invoice with tdatabase

Some have a sample How create an Invoice with tdatabase add/mod/del

using 2 archives one for the header and one for the body of the invoice linked by the invoice number

and preferably using an array for the invoice body

thanks
by Silvio.Falconi
Sun Aug 11, 2019 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Invoice with tdatabase
Replies: 6
Views: 1209

Re: disable/enable button

... FUNC Close(oItem,oBtnB)    oBtnb:Enable()   * oItem:Enable()RETURN (.T.)  you could create two archives: one with the list of all the program's modules and another with the permissions of all users. So from the Perform function you could check ...
by Silvio.Falconi
Fri Jul 12, 2019 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: disable/enable button
Replies: 5
Views: 747

Re: Problem with Tplan : Cargo Error

... // just for testing Now it seem run ok https://i.postimg.cc/tgX2N09q/right.png only on myapplication I not have the folder of archives = "data\" but it is (year) \data\ the user can select the year So i cannot Know the right folder Another error As You can see on ...
by Silvio.Falconi
Mon Jul 01, 2019 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Tplan : Cargo Error
Replies: 26
Views: 2881

Re: XBrowse edit only one column

Nages, I think that james refers to two dbf, for a sample Master.dbf Items.dbf the two archives are linked by the invoice number (set scope to) when the use open ( ord add new) a record of Master , the record must be lock and create an array for the items the user ...
by nageswaragunupudi
Tue Jun 18, 2019 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 2992

Re: XBrowse edit only one column

Nages, I think that james refers to two dbf, for a sample Master.dbf Items.dbf the two archives are linked by the invoice number (set scope to) when the use open ( ord add new) a record of Master , the record must be lock and create an array for the items the user ...
by Silvio.Falconi
Tue Jun 18, 2019 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 2992

Re: To James Bott - Error Using TData

... the Auto-incremental class that couldn't work. But you insisted you wanted to force me to rewrite my application by changing the fields of the archives and getting an endless series of problems. I just had to convert my education from single user to multi user I didn't have to make a new application ...
by Silvio.Falconi
Wed May 29, 2019 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5179

Re: to Nages: test for tdatabase

First of all I have to specify one thing: For the management of customers, the system (the test) that Rao did as well for other archives is fine for me. the only thing I asked for was to use only a control.dbf file for all the archives and to have different types of lengths for example ...
by Silvio.Falconi
Sat May 11, 2019 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5730

Re: to Nages: test for tdatabase

... have two, one-to-many relationships. msgInfo( oInvoice:aGuest[1] ) // show the first guest. >One more thing: I'd like to use a function to open archives and their indexes. For example, if in a program I only have to use a single archive in other systems, there are so many archives. This is how ...
by James Bott
Thu May 09, 2019 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5730

Re: to Nages: test for tdatabase

... enter the guests or family members that are hosted under the umbrella that the customer rents. One more thing: I'd like to use a function to open archives and their indexes. For example, if in a program I only have to use a single archive in other systems, there are so many archives. Then I have ...
by Silvio.Falconi
Thu May 09, 2019 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5730

Re: to Nages: test for tdatabase

First of all I have to specify one thing: For the management of customers, the system (the test) that Rao did as well for other archives is fine for me. the only thing I asked for was to use only a control.dbf file for all the archives and to have different types of lengths for example ...
by nageswaragunupudi
Tue Apr 30, 2019 12:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5730

Re: to Nages: test for tdatabase

First of all I have to specify one thing: For the management of customers, the system (the test) that Rao did as well for other archives is fine for me. the only thing I asked for was to use only a control.dbf file for all the archives and to have different types of lengths for example ...
by Silvio.Falconi
Sat Apr 27, 2019 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5730
PreviousNext

Return to advanced search