Search found 40 matches: xbrowsing

Return to advanced search

xBrowse as record adding tool for data tables

... integrity rule enforced by ADS SQL engine where a record can not have a blank primary key and a blank foreign key. Having said that, I'm guessing xbrowsing a dbf will allow me to add a blank record to the browse without adding it to the dbf. Does someone know how? Thank you, Reinaldo.
by reinaldocrespo
Tue Oct 24, 2017 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 3031

Re: FWH: MySql/MariaDB: RowSet object

... saves changes if editing If called from browse it also refershes the browse. Please do not do anything else except calling oRec:Save() If you are xbrowsing the rowset then call oBrw:EditSource() or oBrw:EditSource( .t. ) for edit/append. This will activate the dialog you defined just now.
by nageswaragunupudi
Fri Dec 16, 2016 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19554

Major problems with FWH 13.09 / xHb ...

... to that row, then jump back to an earlier row. No matter how many times this is clicked, the same problem occurs. This is seen on an invoice when xbrowsing parts or labor that have been posted. Again, only records within the scope ( matching to the invoice number ) will be affected. It also seems ...
by TimStone
Wed Nov 20, 2013 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Major problems with FWH 13.09 / xHb ...
Replies: 6
Views: 2678

Re: Xbrowsing a Tree without loading in Memory

Nice Job... Have you an Idea How make this : ( I saw on Italian app : easyfact of Danea Software) http://img248.imageshack.us/img248/6333/testsef.jpg a Widow or a dialog :to right there is the xbrowse and the left there is customer datas I f I select a customer change also the custom...
by Silvio.Falconi
Sun Jan 06, 2013 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Re: Xbrowsing a Tree without loading in Memory

Thanks.
OnDblClick function needed a fix.
I revised the source posted above.
Please copy the new code and try again.
by nageswaragunupudi
Sun Jan 06, 2013 5:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Re: Xbrowsing a Tree without loading in Memory

Application =========== Path and name: C:\Work\Errori\tre_nice\test.Exe (32 bits) Size: 2,164,224 bytes Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715) FiveWin Version: FWHX 12.03 Windows version: 6.1, Build 7600 Time from start: 0 hours 0 mins 5 secs Error occurred at: 05-01-2013...
by Silvio.Falconi
Sat Jan 05, 2013 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Re: Xbrowsing a Tree without loading in Memory

Instead of the approach I suggested above, I am posting a sample using LinkList, but without reading the data into the memory. I have used states.dbf and customer.dbf in the fwh\samples folder as Parent and Child dbfs respectively. I suggest you compile and test the program and then you may adopt to...
by nageswaragunupudi
Fri Jan 04, 2013 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Re: Xbrowsing a Tree without loading in Memory

Dear Mr. RAO,

Can you please post an example?

Thanks!
by fraxzi
Fri Jan 04, 2013 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Re: Xbrowsing a Tree without loading in Memory

Mr. Reinaldo

You can do this with appropriate replacements for the navigation codeblocks.
by nageswaragunupudi
Thu Jan 03, 2013 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Re: Xbrowsing a Tree without loading in Memory

Reinaldo,
I bet also on your place will be Christmas in a week.
Best regards,
Otto
by Otto
Mon Dec 17, 2012 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Re: Xbrowsing a Tree without loading in Memory

That is an interesting idea to workaround the fact that xbrowse can't, at the moment, xbrowse two tables. I'm not sure I can start testing it right away, but it is an interesting idea worth trying.

Thank you very much!


Reinaldo.
by reinaldocrespo
Mon Dec 17, 2012 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Re: Xbrowsing a Tree without loading in Memory

Reinaldo,
in the meantime I got an answer from Patrizio.
Maybe OrdKeyAdd() is the solution. If this would work HiPer Seek index is not necessary.
I will do some tests this evening.
Best regards,
Otto
by Otto
Mon Dec 17, 2012 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Re: Xbrowsing a Tree without loading in Memory

Reinaldo, I understand the problem now. What I suggested means you first have to make a JOIN and this takes as long or longer as reading all into memory. Now thinking more about a solution I can imagine following Make a relation between customer and sales And then create a HiPer-SEEK index over all ...
by Otto
Mon Dec 17, 2012 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Xbrowsing a Tree without loading in Memory

... able to browse a master table and a transaction table the same way a tree is currently xbrowsed. Here is how it would work: Let's imagine we are xbrowsing a customers table that happens to contain 1M records. Each record on this table directly translates to a row on the xbrowse. The xbrwose displays ...
by reinaldocrespo
Sun Dec 16, 2012 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Re: xBrowse Table records with a subtree

... at-hoc on the same xbrowse. Keep in mind that detail transactions may come from a different table. Currently you can do this with fwh by xbrowsing a tree. But you can't make a tree out of large table -such as any real world master table. After about 10k records, an in memory linklist ...
by reinaldocrespo
Sun Dec 16, 2012 12:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Table records with a subtree
Replies: 9
Views: 2185
Next

Return to advanced search