Search found 30 matches: rogram

Return to advanced search

Harvey, I also noticed that my sample is for my own TData so it won't work for you. Here is one that works without a database object. Later we should discuss the merits of database objects. You can read about them on my website here: http://ourworld.compuserve.com/homepages/jbott/program.htm Regards...
by James Bott
Thu Sep 18, 2008 12:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:report() still need help..
Replies: 18
Views: 3016

Fivewin Classes

Fivewin Classes -------------------------------------------------------------------------------- I first use CLASS code writing my source code.When I write about Button CLASS appear Error Info below: Method ReButton() Redefine Button ::oMainBut[1] ID 600 of ::oDlg .... Redefine Button ::oMainBut[2] ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 64699

Browsing generally

Browsing - generaly -------------------------------------------------------------------------------- I have build some array and I wanted to display inside a window browse using TCColumn to add the individual column. ADD COLUMN TO oBrow ARRAY ELEM 1 ADD COLUMN TO oBrow ARRAY ELEM 2 ADD COLUMN TO oBr...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 64699

Harvey, RE: Browse problem Your code is very hard to read partly because you are using both database objects and alias referencing in the same code. The xtranslates make it even harder to read. What is the point of these? Take a look at the setoDBF() methods of both TCBrowse and TXBrowse and you wil...
by James Bott
Wed Aug 06, 2008 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help in migrating to 32 bits. Strange thing happening!
Replies: 16
Views: 3391

David,

I have written some articles about programming in FW which may help. They are available on my website here:

http://ourworld.compuserve.com/homepage ... rogram.htm

Regards,
James
by James Bott
Wed May 14, 2008 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3123

Steve, I have been there, done that. Don't ask the users. Sometimes you just have to do what is best. Don't forget that the users don't use just your app. All other Windows apps use the Tab key. The users may complain for a few days, but that will be the end of it. That has been my experience. You c...
by James Bott
Wed Apr 30, 2008 4:27 am
 
Forum: FiveWin for CA-Clipper
Topic: Strange TButton behavior with VK_RETURN
Replies: 4
Views: 2328

Doug, >Bookings are complex in my situation because a single (nuclear medicine) test is in 2 parts (most of them) on the same day both of which require camera time (different amounts) and also doctor time (which is the other limiting resource in general). Plus different tests take different amoun...
by James Bott
Wed Apr 09, 2008 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12738

>Where is Tdata class?

TData is a commercial product I developed. You can read more about it and download a demo on my website.

http://ourworld.compuserve.com/homepage ... rogram.htm

James
by James Bott
Thu Oct 25, 2007 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT macro operator
Replies: 10
Views: 2043

>Beware - using Advantage Server RDD, alias names cannot be any length, so you may need to specify a shorter alias name thasn the file name. My TData database class automatically handle alias names and they are only 5 characters long. You never have to deal with aliases again. http://ourworld.com...
by James Bott
Thu Oct 11, 2007 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Long filenames for dbf-files
Replies: 5
Views: 1008

Patrick, >Hey thanks James, that worked perfectly! Good. I don't fully understand the message bar message system. It seems that setMsg() only displays the new message until there is a refresh() or systemrefresh(). This does allow displaying a temporary message during a process, then it reverts ba...
by James Bott
Sun Sep 23, 2007 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Deactivating display of default message in FW Message Bar
Replies: 8
Views: 1897

Greg, Already sent to your email. Everyone, this is code for selected TData registered users only. The new code is beta-test code right now. There are actually two new features, 1) automatic deleted record reuse (no more PACKing!) and 2) auto-incrementing primary-key fields. Almost no code changes w...
by James Bott
Thu Sep 13, 2007 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reuse Deleted Records
Replies: 4
Views: 1035

Greg, Here is an example browse that uses both icons and color. Note that you can see the pink flag icon even when the record is highlighted. The flag icon column can also be sorted by clicking on the header. This is useful for sorting all priority items to the top. The gray records show inactive cl...
by James Bott
Wed Sep 05, 2007 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Browses???
Replies: 22
Views: 4774

Greg, >... using the native FivWin Database class...no subclassing (not even aware how to do that). Well without subclassing you are missing out on the best part. There are a couple of articles about this on my website. http://ourworld.compuserve.com/homepages/jbott/program.htm >>The only t...
by James Bott
Fri Aug 31, 2007 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database Glitch
Replies: 12
Views: 2703

>The way i've done it in the past is to open the database in more than one area with a diferent alias. With my database class, TData, all that is handled automatically. oSchedule1:= TData():new(,"schedule") oSchedule2:= TData():new(,"schedule") oSchedule3:= TData():new(,"schedule") oSchedule4:= T...
by James Bott
Tue Aug 28, 2007 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Browses???
Replies: 22
Views: 4774

Maurício, I have also fixed some bugs and made the fix available on my website. I think the fixes are documented in the download. If you wish to add your modifications to this version I will put it up on my website so everyone has access. http://ourworld.compuserve.com/homepages/jbott/program.htm Ja...
by James Bott
Sat Jul 07, 2007 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TsBrowse users ?
Replies: 6
Views: 1479
Next

Return to advanced search