Search found 209 matches: acwoo

Return to advanced search

How To Make oDlg:Say Transparent

Hi


@ 9.95, 1 BUTTON "&F" OF oDlg SIZE 5, 10 ACTION (seecustd(),;
oDlg:Say( 28, 210, space(18),,, oFont, .t.),;
oDlg:Say( 28, 210, custno1,,, oFont, .t.))

How to make it transparent

Regards

ACWoo
by acwoo1
Wed Feb 01, 2012 4:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Make oDlg:Say Transparent
Replies: 9
Views: 2148

Re: all.bat

Thanks For Your Help

With the change, it still compiles from the beginning.


Regards

ACWoo
by acwoo1
Wed Feb 01, 2012 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: all.bat
Replies: 7
Views: 1035

Re: all.bat

ACWoo,

Try it this way:

for %%I in (*.prg) do if not exist %%~nI.exe call buildh.bat %%~nI
by Antonio Linares
Mon Jan 30, 2012 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: all.bat
Replies: 7
Views: 1035

Re: all.bat

Thanks For Your Help

With the change, I get this message:

'do' is not recognized as an internal or external command,
operable program or batch file.

Regards

ACWoo
by acwoo1
Mon Jan 30, 2012 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: all.bat
Replies: 7
Views: 1035

all.bat

Hi

for %%I in (*.prg) do buildh.bat %%~nI

For the above (all.bat in c:\fwh\samples), how do I change it so that if the exe already exist, no need to compile again.
(i.e. skip if the exe already compiled from prg and go to next prg)

Thanks

ACWoo
by acwoo1
Sun Jan 29, 2012 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: all.bat
Replies: 7
Views: 1035

Box Disappears In FWH1112

... oDlg; CENTER RETURN NIL STATIC FUNCTION ACLRGRAD() RETURN { { 1, RGB( 216, 230, 238 ), RGB( 103, 154, 194 ) } } How to get the box back ? Thanks ACWoo Using FWH1112+bcc582+Harbour
by acwoo1
Sat Jan 14, 2012 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box Disappears In FWH1112
Replies: 0
Views: 314

Re: MsgYesNoCancel

Thanks Ramesh Babu

I get unresolved external "_HB_FUN_HP_LIBDO"
It also require mymsgbox.dll

Regards

ACWoo
Using FWH1111+bcc582
by acwoo1
Wed Dec 07, 2011 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgYesNoCancel
Replies: 10
Views: 2284

Re: MsgYesNoCancel

Hi ACwoo, I was initially in need of the same requirement while I was converting my Clipper Application. And I could use FWH's strong resources and write a small function to meet my requirement like this. Pls. have a glance. ...
by RAMESHBABU
Tue Dec 06, 2011 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgYesNoCancel
Replies: 10
Views: 2284

Re: EasyReport

Thanks For Your Help

I tried disable skinbuttons().
It's still the same. After I printed and close the EAsyReport a few times, the report image will appear in the dialog box.

Thanks

Regards

ACWoo
by acwoo1
Tue Dec 06, 2011 4:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport
Replies: 7
Views: 1448

Re: MsgYesNoCancel

... it to "Yes", "Relaunch", "Cancel". How should I write for the above ACTION if(MsgYesNoCancel...... Thanks Regards ACWoo
by acwoo1
Mon Dec 05, 2011 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgYesNoCancel
Replies: 10
Views: 2284

Re: MsgYesNoCancel

ACWoo,

have a look at Sample TESTRTF.prg
Function MsgYesNoCancel is included there.

Best Regards
Uwe :lol:
by ukoenig
Mon Dec 05, 2011 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgYesNoCancel
Replies: 10
Views: 2284

MsgYesNoCancel

Hi

How do I change the MsgYesNo() to something like MsgYesNoCancel() to accept 3 choices instead of 2 choices.

Thanks

Regards
ACWoo
by acwoo1
Mon Dec 05, 2011 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgYesNoCancel
Replies: 10
Views: 2284

Re: EasyReport

... Ledger Account Maintenance (" + stcompany + ")" Then it is OK after I printed and close the EasyReport. Please help Regards ACWoo
by acwoo1
Sat Dec 03, 2011 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport
Replies: 7
Views: 1448

EasyReport

... The previous report can be seen clearly at the bottom part of the dialog box. How to get rid of this old image. Please help Regards ACWoo
by acwoo1
Fri Dec 02, 2011 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport
Replies: 7
Views: 1448

Re: testsk1.prg in FWH1111

Acwoo,

Please download FWH 11.11 and check if it is the same as the one that you have.

Testsk1.prg shows fine here. No changes. Could you please post a screenshot ? thanks
by Antonio Linares
Wed Nov 30, 2011 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: testsk1.prg in FWH1111
Replies: 1
Views: 310
PreviousNext

Return to advanced search