Search found 248 matches: oop

Return to advanced search

Re: FiveWin DIALOG Property

Antonio Linares wrote:oDlg:hWnd
hihi ... ok back to OOP.

Question : DEFINE DIALOG is the same as TDialog:New() :?:

it is for me more easy to use OOP than Marco Code.

---

Back again to my Question if there are any Function or other to get Property of DIALOG :?:
by Jimmy
Mon Dec 16, 2019 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin DIALOG Property
Replies: 9
Views: 1064

Re: 8 x DIALOG

hi, it's not my business, but why do you want to create 8 dialogs, what's the use? i just try out how FiveWin Syntax work. i'm used to OOP Code where it is no Problem to get 8 Instanze now with #xCommand Syntax i have to use Macro ... it is like Cl*pper Question : What about TDialog() :idea: ...
by Jimmy
Mon Dec 16, 2019 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 8 x DIALOG
Replies: 12
Views: 1194

Re: Clipper Code under FiveWin ?

... tought Fivewin can use Clipper Code as "Console" that why i try it and got that Message. i will learn how GUI under FiveWin work. it use OOP which i also use in Xbase++. If you want to build console program, you just need to compile and link with [x]Harbour. You link in FWH only if you ...
by hua
Thu Dec 12, 2019 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper Code under FiveWin ?
Replies: 14
Views: 1848

Re: Clipper Code under FiveWin ?

... tought Fivewin can use Clipper Code as "Console" that why i try it and got that Message. i will learn how GUI under FiveWin work. it use OOP which i also use in Xbase++.
by Jimmy
Thu Dec 12, 2019 3:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper Code under FiveWin ?
Replies: 14
Views: 1848

Re: 100 Days FiveWin

... to "search" and understand Error Message so i start to write own harbour Apps. --- next Level was MiniGUI Extendet Version which use OOP Code. it does have a IDE and use BCC but i can't get Debugger running ... same like FivEdit :( btw. i only need F9, F8, F5 and Debugger from IDE. ...
by Jimmy
Sat Dec 07, 2019 5:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 100 Days FiveWin
Replies: 3
Views: 1009

SEAMAP your Skipper Guide

... Hello friends, we have now ready two version of SEAMAP for mod harbour. One based on functions and one in OOP style. SEAMAP shows all functionality you need to create a dbf file, browse the data, add, edit and delete records. SEAMAP is a web page to handle ...
by Otto
Mon Sep 23, 2019 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEAMAP your Skipper Guide
Replies: 0
Views: 341

SEEMAP your Skipper Guide

... Hello friends, we have now ready two version of SEAMAP for mod harbour. One based on functions and one in OOP style. SEAMAP shows all functionality you need to create a dbf file, browse the data, add, edit and delete records. SEAMAP is a web page to handle ...
by Otto
Mon Sep 23, 2019 12:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SEEMAP your Skipper Guide
Replies: 0
Views: 316

SEEMAP your Skipper Guide

... Hello friends, we have now ready two version of SEAMAP for mod harbour. One based on functions and one in OOP style. SEAMAP shows all functionality you need to create a dbf file, browse the data, add, edit and delete records. SEAMAP is a web page to handle ...
by Otto
Mon Sep 23, 2019 12:36 pm
 
Forum: mod_harbour
Topic: SEEMAP your Skipper Guide
Replies: 0
Views: 289

Re: mod harbour "SEAMAP"

Dear Antonio, your code before you add OOP works fine and I inserted a view. I have a question how I can forward an ARRAY to the view modul. alinks is a static ARRAYfunction CheckTables()                        if ! File( hb_GetEnv( ...
by Otto
Sun Sep 22, 2019 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour "SEAMAP"
Replies: 6
Views: 1018

Re: Letra Tachada

Leandro: Nunca he usado ADO, por lo que he decidido presentarte este ejemplo funcional, siguiendo la logica OOP que usas. Tomar en cuenta que uso una FONT de terceros. Function MisFacts()local oDlg, oBrw, oCol, oFont, oStrikelocal cStrikeFont := ".\BPtypewriteStrikethrough.ttf" ...
by FranciscoA
Wed Sep 18, 2019 5:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Letra Tachada - SOLUCIONADO
Replies: 12
Views: 1237

Re: xbrowse too slow

... directly. You must do it this way: oDBF:setBuffer(.F.) Technically, lBuffer should be a hidden variable that cannot be changed by the programmer. OOP languages like Smalltalk, do not allow any class variables to be changed directly, you must do it using a method. And this is why.
by James Bott
Wed Sep 18, 2019 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4467

Re: To Nages : Explain me how I must make this tdatabase

... NEVER a replacement for the FW class. It also was limited in scope. With the guidance of that same individual, I learned the principles of true OOP business classes, and re-wrote my primary program ( a rather huge, and comprehensive, fully integrated, management system for small businesses ) ...
by TimStone
Fri Apr 26, 2019 5:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3466

Re: To Nages : Explain me how I must make this tdatabase

... extra code for each dialog that you want to do this--and you will have to reuse deleted records. So far there have been no problems with using OOP, other than it is new to you and you don't like it. All of the problems you have had are procedural program errors--not database class bugs. And ...
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3466

Re: To Nages : Explain me how I must make this tdatabase

... extra code for each dialog that you want to do this--and you will have to reuse deleted records. So far there have been no problems with using OOP, other than it is new to you and you don't like it. All of the problems you have had are procedural program errors--not database class bugs. And ...
by James Bott
Tue Mar 05, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3466

Re: self experiment

... support, ribbonbar, cross compiler, WINDOWS 7 support, multi plattform, database connection to any database, first supporting Metro style, OOP, own classes, source code provided, support of AI (AI classes), monthly updates! and much, much more. I forgot - as we all use it every day - Harbour. ...
by Otto
Sat Feb 23, 2019 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: self experiment
Replies: 12
Views: 2991
PreviousNext

Return to advanced search