Search found 129 matches

by mosh1
Tue May 12, 2015 5:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SP30 MULTILANE PINPAD
Replies: 9
Views: 1745

Re: SP30 MULTILANE PINPAD

thefull wrote:Hi
Please, view this post , http://forums.fivetechsupport.com/viewt ... ap#p167832
You can see how to convert source code VB6 , script, for use in Harbour, using SOAP.

Regards
Yo no hablo español, lo siento :D
by mosh1
Mon May 11, 2015 1:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SP30 MULTILANE PINPAD
Replies: 9
Views: 1745

Re: SP30 MULTILANE PINPAD

Please help!
by mosh1
Sun Jun 29, 2014 7:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SP30 MULTILANE PINPAD
Replies: 9
Views: 1745

Re: SP30 MULTILANE PINPAD

I get from them C code but it doesnt compile PaymentAppCOM::TransactionRequest *MyRequest = nullptr; MyRequest = new TransactionRequest(); MyRequest->Device_Set_2 L"PAX_SP30", L"192.168.0.139", L"10009"; MyRequest->xKey = L"xTest_My_Grocer"; MyRequest->xVersio...
by mosh1
Thu Jun 26, 2014 7:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SP30 MULTILANE PINPAD
Replies: 9
Views: 1745

Re: SP30 MULTILANE PINPAD

Is it possible?
by mosh1
Wed Jun 25, 2014 8:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SP30 MULTILANE PINPAD
Replies: 9
Views: 1745

Re: SP30 MULTILANE PINPAD

They do have SDK. Now they send me a sample in VB : Their sample goes like this : Sub test()     Dim MyRequest As PaymentAppCOM.TransactionRequest     Set MyRequest = New TransactionRequest     MyRequest.Device_Set_2 "PAX_SP30", "192.168.0.155", "10009"     MyRequest.xK...
by mosh1
Mon Jun 23, 2014 9:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SP30 MULTILANE PINPAD
Replies: 9
Views: 1745

Re: SP30 MULTILANE PINPAD

May be I am not clear. Question is how to communicate with TCP/IP device?
by mosh1
Mon Jun 23, 2014 3:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SP30 MULTILANE PINPAD
Replies: 9
Views: 1745

SP30 MULTILANE PINPAD

Hi!
I am trying to integrate your SP30 MULTILANE PINPAD in my POS system.
Where can I found information ?

I have following info on the device

DeviceName, PAX_SP30

DeviceIP, 24.89.178.75

DevicePort, 10009

I can get the Ip adress to

So the question is how to communicate with the device?
by mosh1
Wed Sep 18, 2013 2:37 am
Forum: FiveWin for CA-Clipper
Topic: error 667
Replies: 5
Views: 4062

error 667

Hi! I start getting err 667 in Clipper 5.2 application (there is no FW only objects library), Causeway linker.

OCLONE (0) Unrecoverable error 667: Eval stack fault

please help
by mosh1
Mon Sep 02, 2013 9:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: cDevice in TPrinter
Replies: 2
Views: 428

Re: cDevice in TPrinter

James Bott wrote:Try oPrn:cModel

James
Thanks!
by mosh1
Mon Sep 02, 2013 4:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: cDevice in TPrinter
Replies: 2
Views: 428

cDevice in TPrinter

Hi! The DATA ::cDevice in this class in fact doesnt exist. How can I get device name?
by mosh1
Tue Aug 20, 2013 10:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to print text on gray background?
Replies: 1
Views: 381

How to print text on gray background?

Hi! I am trying

Code: Select all

oPrinter:FillRect({nRow,nCol,nRow+50,nCol+150},oBrsh)
but it overwrites the text. Thanks
by mosh1
Tue Apr 30, 2013 2:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4101

Re: TReport samples

Antonio Linares wrote:I meant the text lines ? Do they look fine ?

Ib that case, we need to modify the Method Box()
Text lines are OK.
by mosh1
Mon Apr 29, 2013 10:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4101

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 9:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4101

Re: TReport samples

I just instaled another printer (Epson Stylus 85) and it did not work. Actualy using oRepo:bStartRecord := { || oRepo:separator() } ( test version 2 ) it works. oRepo:bStartRecord := { || oRepo:box( oRepo:nRow / oRepo:oDevice:nLogPixelY, oRepo:nMargin/oRepo:oDevice:nLogPixelX, ( oRepo:nRow + oRepo:...
by mosh1
Mon Apr 29, 2013 5:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4101

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 ... This produce huge font size and there is no place for report on a page.