Search found 105 matches

by Greg Gammon
Tue Sep 04, 2007 1:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Database Glitch
Replies: 12
Views: 2661

Carlos, using DBFCDX and Harbour. I recall now a few years ago having this trouble when executing a re-index and pack...that was with FW20 and NTX if I recall. And it was with the same database, so I suspect as James has surmised that there must be something in the code. James...Im going to start si...
by Greg Gammon
Fri Aug 31, 2007 4:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Database Glitch
Replies: 12
Views: 2661

James, Sorry missed your post.... using the native FivWin Database class...no subclassing (not even aware how to do that). The only thing that I can think might be causing this is multiple work areas and something getting mixed up...going to work on it from that angle...I have a main database and an...
by Greg Gammon
Fri Aug 31, 2007 3:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Database Glitch
Replies: 12
Views: 2661

No...using CDX driver and running on Win2000 server. I have 30 other database files running with never a glitch. This one file though is so strange....this morning, it had 77,000 records...after deleting duplicates and packing...back down to 350....what could possibly cause this?
by Greg Gammon
Fri Aug 31, 2007 2:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Database Glitch
Replies: 12
Views: 2661

addendum

Oh, should have stated outright the the most likely culprit, a DO loop of some kind, is not even part of the code...no Loops whatsoever...only database objects oDbf:load, oDdb:append(), oDbf:save...etc.
Thanks,
G
by Greg Gammon
Fri Aug 31, 2007 2:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: Database Glitch
Replies: 12
Views: 2661

Database Glitch

This is an issue I have had sporadically and have no clue where to begin to look. I have an application that is just a simple update of a database with two relational databases...typically have about 15 users at a time. Inexplicably, the main database will replicate itself many times over...this use...
by Greg Gammon
Wed Aug 29, 2007 2:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Browses???
Replies: 22
Views: 4657

James, My bad...i meant TData...right. I do get the beauty of object oriented...sometimes just struggle learning new coding techniques....my code is a mish mash of old style and new style now...heaven forbid anyone would have to come behind me and revise code...slowly but surely it all comes togethe...
by Greg Gammon
Wed Aug 29, 2007 1:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Browses???
Replies: 22
Views: 4657

One more question while Im at it.... In these particular browses which have filters...when there should be NO data in a browse, there is still a blank data line (with empty date fields ... " / / " and "0" in numeric fields....how can I blank this out? Just another annoyance....la...
by Greg Gammon
Wed Aug 29, 2007 1:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Browses???
Replies: 22
Views: 4657

James, Thanks for the info there. I have to admit, as a "weekend programmer", alot of the concepts of METHODS are beyond me right now...came from the old Procedural coding school....object oriented im just now beginning to grasp...laugh...but I am learning alot! I'll keep your Tbrowse in m...
by Greg Gammon
Tue Aug 28, 2007 2:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Browses???
Replies: 22
Views: 4657

Excellent! I would not have thought of that...appreciate the help there....
G
by Greg Gammon
Tue Aug 28, 2007 2:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Browses???
Replies: 22
Views: 4657

Multiple Browses???

Greetings again....I have stumbled on a problem I can't seem to overcome (AGAIN).... I am attempting to put together a scheduling matrix where I have four browses based on date criteria. The reason I have separate browses is because I need seperate headings above each of them showing the date and a ...
by Greg Gammon
Sat Aug 25, 2007 6:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Colors
Replies: 12
Views: 2512

Treport also...

Should have just included this with previous post, but I need to do similar on my reports.... I would like to change the font, text color, or background on one row of the report based on the data....
Thanks!
G
by Greg Gammon
Sat Aug 25, 2007 6:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Colors
Replies: 12
Views: 2512

however....new one

Here's another problem I need to figure out... How can I do nclrpane evaluating on different fields? i.e. I want to highlight in red for lcust = .t. and blue for cSales = "B" etc. In essence evaluating as if it were a DO CASE? I might also be able to change text color in addition to backgr...
by Greg Gammon
Sat Aug 25, 2007 6:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Colors
Replies: 12
Views: 2512

perfect...thanks! (how come I could not find "nclrpane" in the documentation for WBrowse??)
G
by Greg Gammon
Fri Aug 24, 2007 8:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Colors
Replies: 12
Views: 2512

Listbox Colors

Is it possible to make individual rows of a Listbox different colors dependent on the data for that row???

Thanks,
G
by Greg Gammon
Tue Aug 21, 2007 9:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WindowsDBU
Replies: 4
Views: 829

Antonio,
Thanks! The OURXDBU link works, but the download link on the page doesn't. Any advice?

THanks!
Greg