Search found 196 matches: acwoo

Return to advanced search

Re: How To Make oDlg:Say Transparent

... 28, 210, custno1,,, oFont, .t., .t.)) How to make it cover the earlier entry and display the latest entry so that they don't overlap. Regards ACWoo
by acwoo1
Wed Feb 01, 2012 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Make oDlg:Say Transparent
Replies: 9
Views: 2041

Re: all.bat

ACWoo,

This seems to be working fine:

for %%I in (*.prg) do if not exist %%~nI.exe buildh.bat %%~nI
by Antonio Linares
Wed Feb 01, 2012 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: all.bat
Replies: 7
Views: 1006

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: 2041

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: 1006

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: 1006

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: 1006

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: 1006

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: 310

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: 2233

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: 2233

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: 1426

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: 2233

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: 2233

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: 2233

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: 1426
PreviousNext

Return to advanced search