Draw border

HMG Samples and Enhancements

Moderator: Rathinagiri

User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Draw border

Post by srvet_claudio »

esgici wrote:
esgici wrote: I'll try
Hats to the air :shock:

Extremely appreciated dr. :arrow:

You are a true life-saving hidalgo 8-)

Best regards :D
Thanks Friend :D
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Draw border

Post by esgici »

Hi Dr.

My teacher said me : "Stay away from macro substitutions whenever possible" ;)

How about a solution like this :?:

Code: Select all

       
aColor1 := ACLONE( aColor )
aColor2 := ACLONE( aColor )
	   
DRAW BORDER WINDOW cWindowName CONTROL cControlName UPCOLOR aColor1 DOWNCOLOR aColor2 SPACE nWidness
( Tested and approved in my side :arrow: )

Best regards :D
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Draw border

Post by srvet_claudio »

esgici wrote:Hi Dr.

My teacher said me : "Stay away from macro substitutions whenever possible" ;)

How about a solution like this :?:

Code: Select all

       
aColor1 := ACLONE( aColor )
aColor2 := ACLONE( aColor )
	   
DRAW BORDER WINDOW cWindowName CONTROL cControlName UPCOLOR aColor1 DOWNCOLOR aColor2 SPACE nWidness
( Tested and approved in my side :arrow: )

Best regards :D
Very good!!!
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Draw border

Post by esgici »

srvet_claudio wrote: Very good!!!
"Very good" was finding what the cause of the problem :idea:

Thanks again :)

Best regards :D
Viva INTERNATIONAL HMG :D
Post Reply