Search found 46 matches: gointellitech

Return to advanced search

Re: error en tdatabase con DBF

... tener que guardar y restaurar los atributos de una base de datos (regno actual, índice, filtro, etc.) siempre que la use. Ver también: http://gointellitech.com/program.html
by James Bott
Thu Mar 02, 2023 4:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en tdatabase con DBF
Replies: 4
Views: 492

Re: Fivewin OOP Question

hi Marc,
Marc Venken wrote:Maybe this link can give you some insite : It is from Mr. James Bott (Mr. OOP for me :D ) James, with respect !!

http://gointellitech.com/oop1.html
http://gointellitech.com/oop2.html

thx for Link. i will study it
by Jimmy
Sun Nov 06, 2022 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OOP Question
Replies: 11
Views: 426

Re: Fivewin OOP Question

Jimmy,

Maybe this link can give you some insite : It is from Mr. James Bott (Mr. OOP for me :D ) James, with respect !!

http://gointellitech.com/oop1.html
http://gointellitech.com/oop2.html
by Marc Venken
Sun Nov 06, 2022 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OOP Question
Replies: 11
Views: 426

Re: TDatabase Class

Rick, Go here and read my Introduction To OOP articles. http://gointellitech.com/program.html 1) I want to create a Database as oDbf and pass oDbf much like we do with Ado .. oRs Simple: oCustomers:= TCustomers():new() Requires that you build a TCustomers ...
by James Bott
Wed May 19, 2021 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2067

Re: Marc : Conversion process and questions about it

... emulating real-world objects first. They are simpler and easier to grasp, IMHO. Have you read my introductory articles about OOP https://gointellitech.com/program.html ? If not, I think they will help. Note that they are very dated so some of the things I wrote then I would not ...
by James Bott
Sat Jan 02, 2021 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3173

Re: memvar

I highly recommend using data objects instead. Go here: http://gointellitech.com/program.html

Look for the two articles on Introduction to Object Oriented Programming, Part I and Part II.

You can also search the forum for "database objects"

James
by James Bott
Mon Jul 13, 2020 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: memvar
Replies: 2
Views: 877

Re: Can TGraph do X,Y plots?

James Bott wrote:Alvaro,

Wow, very impressive. May I get a copy of your new tgraph.prg?

You can find my email address on my website http://gointellitech.com.


Sent, regards
Alvaro
by alvaro533
Tue Mar 06, 2018 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can TGraph do X,Y plots?
Replies: 18
Views: 5502

Re: Can TGraph do X,Y plots?

Alvaro,

Wow, very impressive. May I get a copy of your new tgraph.prg?

You can find my email address on my website http://gointellitech.com.
by James Bott
Tue Mar 06, 2018 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can TGraph do X,Y plots?
Replies: 18
Views: 5502

Re: Example Business Object (Customer)

Marc, What is exactly the 'more plus' that Tdata has against FW current version ? You can find answers to that here: http://gointellitech.com/tdata.html use customer NEW    select customer    database oCustomer    xbrowse(oCustomer)    msginfo(oCustomer:First) In the above perhaps you ...
by James Bott
Thu Jun 29, 2017 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8490

Re: Example Business Object (Customer)

... are both included in the TData package. TData is a commercial product available for purchase from my company. For more information see: http://gointellitech.com/program.html Although you cannot compile it, I posted it here so you can see how it works and begin to understand what is possible ...
by James Bott
Wed Jun 28, 2017 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8490

Re: Tdata still Up to Date ?

... the customer's balance. Note also how easy it is to read and understand OOP code. Have you read my articles about OOP available here: http://gointellitech.com/program.html Regards, James
by James Bott
Thu May 04, 2017 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdata still Up to Date ?
Replies: 25
Views: 5099

Re: Very Old Date problem

Rick,

That is exactly what I did.

I don't seem to have your email address. Go to my website (goIntellitech.com) and find my address. Email me, then I will send a copy of my working EXE to you.

James
by James Bott
Tue Apr 26, 2016 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very Old Date problem
Replies: 29
Views: 6221

Re: use FLOCK()

... an existing program. This is one of the great advantages of using classes. If you are interested in more info about my TData class go here: http://gointellitech.com/program.htm James
by James Bott
Fri Jan 30, 2015 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: use FLOCK()
Replies: 24
Views: 6074

Re: dbcombo blank

... browse refreshing. I provide a TRecord class with my enhanced TData class. For more info about database classes, TData, and TRecord see my website gointellitech.com. [Yes, this is double-buffering, but made simple and smart.] oItem:= TRecord():new(::oItems) oItem:qty:= 7 oItem:save() FWH natively ...
by nageswaragunupudi
Sun Jan 04, 2015 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbcombo blank
Replies: 5
Views: 1426

Re: Very strange indexing problem

... since the code is smaller it will use less memory and execute faster. You can read more about database objects on my website at http://www.gointellitech.com . James
by James Bott
Thu Dec 18, 2014 1:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange indexing problem
Replies: 27
Views: 5764
Next

Return to advanced search