Search found 59 matches: mosh

Return to advanced search

Re: SP30 MULTILANE PINPAD

Mosh,

You could use sockets. Not sure if there is a specific library (built on top of sockets) that may simplify it.

For sockets use please review samples\sockcli.prg and sockserv.prg
by Antonio Linares
Mon Jun 23, 2014 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SP30 MULTILANE PINPAD
Replies: 9
Views: 1739

Re: TReport samples

Antonio Linares wrote:Mosh,

Do the boxes look fine or the lines ?

If the lines are fine, then the box function may be wrong


I am using box, will try lines later.
by mosh1
Mon Apr 29, 2013 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4616

Re: TReport samples

Mosh,

Do the boxes look fine or the lines ?

If the lines are fine, then the box function may be wrong
by Antonio Linares
Mon Apr 29, 2013 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4616

Re: TReport samples

Mosh,

Have you tried to use a smaller font size ? i.e.:

DEFINE FONT oFon1 NAME "ARIAL" SIZE 0,-4 OF oPrinter
by Antonio Linares
Mon Apr 29, 2013 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4616

Re: TReport samples

Mosh, André, When fonts are going to be created for different printers, we should do: DEFINE FONT oFon1 NAME "ARIAL" SIZE 0,-8 OF oPrinter Where oPrinter is a PRINTER object previously created: PRINTER oPrinter ...
by mosh1
Mon Apr 29, 2013 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4616

Re: TReport samples

Mosh, André,

When fonts are going to be created for different printers, we should do:

DEFINE FONT oFon1 NAME "ARIAL" SIZE 0,-8 OF oPrinter

Where oPrinter is a PRINTER object previously created:

PRINTER oPrinter ...
by Antonio Linares
Mon Apr 29, 2013 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4616

Re: TReport samples

ADutheil wrote:Mosh,
I think you are looking for something like this:


Yes, exactly! Thanks. One more question : how can I draw a box around master row?
by mosh1
Fri Apr 26, 2013 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4616

Re: TReport samples

Mosh, I think you are looking for something like this: LOCAL cOrderNumberLOCAL oRepodetails->( ordSetFocus( "ordered_by_order_number" ) )REPORT oRepo TITLE  "Master/Details"  PREVIEW  ...
by ADutheil
Fri Apr 26, 2013 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4616

Re: TReport samples

Mosh, What error do you get with go.bat ? What FWH version are you using ? rep09.prg from FWH/samples/report shows how to use multiple lines in columns:     COLUMN TITLE "First Name", "Last Name" ...
by Antonio Linares
Thu Apr 25, 2013 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4616

Re: TReport samples

Antonio Linares wrote:Mosh,

In FWH/samples/report/repdemo.prg and rep*.prg there are a lot of very useful an easy TReport examples.

You can built it running go.bat and you should get repdemo.exe


1) go.bat doesn t go

2) I did study all rep*.prg and didnt find my example. Can you please show such example?
by mosh1
Thu Apr 25, 2013 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4616

Re: TReport samples

Mosh,

In FWH/samples/report/repdemo.prg and rep*.prg there are a lot of very useful an easy TReport examples.

You can built it running go.bat and you should get repdemo.exe
by Antonio Linares
Thu Apr 25, 2013 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4616

Re: hbmk2 errors

Mosh,

Thanks for your feedback :-)

These changes will be included in next FWH build
by Antonio Linares
Tue Apr 16, 2013 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7422

Re: hbmk2 errors

Antonio Linares wrote:Mosh,

Please link this GETTASKS.o also:

https://code.google.com/p/fivewin-contributions/downloads/detail?name=GETTASKS.o


Now it link w/o errors. Thanks! :D
by mosh1
Tue Apr 16, 2013 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7422

Re: hbmk2 errors

by Antonio Linares
Tue Apr 16, 2013 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7422

Re: hbmk2 errors

Antonio Linares wrote:Mosh,

Did you link MinGW libpsapi.a ?


Yes. This is my tst32.hbp

tst
RICHEDIT.o
libversion.a
liboledlg.a
libpsapi.a
libkernel32.a

-Lc:\fwh\lib -lfivehg
-Lc:\fwh\lib -lfivehgc
-Lc:\doltest -llibmysql
-Lc:\Dolph_SRC\lib\HARBOUR\MINGW32 -ldolphin

-otst32
-w1 -es0 -p -d__HB30__ -dVERS=103


by mosh1
Tue Apr 16, 2013 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7422
Next

Return to advanced search