Search found 154 matches: ehab

Return to advanced search

Re: understanding OOP returning more than value from a method

Hello James, It was a very old post started by Ehab in 2010 I picked it up because I need the Year, Month and day for my soccer application. As mentioned also, there is no need for OOP, because this can be done in a small function (like the exel ...
by Marc Venken
Mon Oct 16, 2017 11:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: understanding OOP returning more than value from a method
Replies: 14
Views: 3103

Re: understanding OOP returning more than value from a method

Ehab, First let me say that I would never recommend creating a Calculate() method (unless it was hidden). You don't want to have to call two methods to get the result. When you request an age, that is what you should get. ...
by James Bott
Mon Oct 16, 2017 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: understanding OOP returning more than value from a method
Replies: 14
Views: 3103

Re: proofing value

Mr Ehab Samir Aziz While there are several ways of doing it, here is one, with least changes from your original code. #include "fivewin.ch"function Main()*------------------------   local oDlg, oBtn1, ...
by nageswaragunupudi
Thu May 16, 2013 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: proofing value
Replies: 13
Views: 3560

Re: proofing value

Ehab The calling of oSay:setText( cText ) should be done from outside procedure called : fillDB(oSay) likr this : oSay:SetText( cAcNb ) @ 2.5,4 BUTTON "Process Application" Action fillDB(oSay) SIZE 75,15 OK, but ...
by James Bott
Wed May 15, 2013 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: proofing value
Replies: 13
Views: 3560

Re: proofing value

Ehab, I am not sure what you are trying to do, but here is an example of changing a SAY and redisplying it. You must use the UPDATE clause in the SAY and oDlg:refresh() to get it to redisplay. Also, change the text in a SAY ...
by James Bott
Tue May 14, 2013 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: proofing value
Replies: 13
Views: 3560

Re: "BCC 6.3" Released

Hello Ehab,

__rwstd::__rw_stdexcept_NoNamedException is C++ exception specific to Borland C++ version 5.5 and no longer exist in the later versions.
To resolve the problem, you should recompile all your C files with BCC 6.3.
by andijahja
Tue Sep 28, 2010 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "BCC 6.3" Released
Replies: 23
Views: 6654

Re: New database viewer

Ehab,

DBF Viewer Plus is Free, allows you to copy the name of the fields to the clipboard, and to view the table info in screen...

http://www.alexnolan.net
by Bayron
Tue May 11, 2010 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New database viewer
Replies: 4
Views: 1140

Re: understanding OOP returning more than value from a method

Ehab... My personal opinion... I don't think a CLASS has to be made to fullfil the requirements you want. just a Simple function With and Array as a return Value. Simplier and faster... #define Years 1 #define Months 2 #define ...
by Adolfo
Tue May 04, 2010 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: understanding OOP returning more than value from a method
Replies: 14
Views: 3103

Re: auto complete feature

Hi,

I get the same error as Ehab Samir Aziz.

Anyone is using this class with success?. Thanks :D
by mgsoft
Sun Oct 11, 2009 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19628

Re: auto complete feature

Hello Ehab,
have you been able to resolve your problem.
Best regards,
Otto
by Otto
Mon Feb 23, 2009 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19628

Ehab,

You can use CopyFile( cExistingFileName, cNewFileName, lFailIfExists ) --> lSuccess
by Antonio Linares
Mon Sep 08, 2008 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual batch file using fivewin
Replies: 3
Views: 851

Ehab,

A standard LAN using wifi.

The Pocket PC is just another computer connected to the LAN.
by Antonio Linares
Tue Aug 19, 2008 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Technology to connect FWH with FWPPC
Replies: 1
Views: 394

Ehab,

Don't mix old and new ADS DLLs.

All of them should belong to the same version.
by Antonio Linares
Wed Jul 16, 2008 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with ver 8.06
Replies: 4
Views: 977
Next

Return to advanced search

cron