Search found 60 matches

by ampandya
Tue May 23, 2017 7:55 am
Forum: Xbase++ 2.0
Topic: POS Reporting
Replies: 5
Views: 16701

Re: POS Reporting

Hi

i want to stop the acrobat reader opening, so if i change the code to :

aOptions := { 1,, '5', nil, nil, .f., 'Bullzip PDF Printer', 1, nil, .t., .t. }

it gives me the attached error.

can you tell me what is wrong here?

Thanks
by ampandya
Mon May 22, 2017 8:27 am
Forum: Xbase++ 2.0
Topic: POS Reporting
Replies: 5
Views: 16701

Re: POS Reporting

Thanks Roger,

This open the pdf file in acrobat reader now.

can i show this same file on the Form like the screen shot i have attached?

Thanks
by ampandya
Mon May 22, 2017 1:53 am
Forum: Xbase++ 2.0
Topic: POS Reporting
Replies: 5
Views: 16701

POS Reporting

Hi I have a question about the POS reporting screen. has any one used the crystal report within xbase application? could i see some sample code? i have attached a screen of the other program we use and i want to make similar screen to that for report showing on the screen and then Print! Many Thanks
by ampandya
Thu May 11, 2017 8:31 am
Forum: Xbase++ 2.0
Topic: USB Printing with OPOS Drivers
Replies: 6
Views: 17252

Re: USB Printing with OPOS Drivers

You are right,
I can take that away in this case. It was there for the receipt function i wrote to print receipt within one go.

can you give me any idea to work with USB printer in this situation, I heard many other pos software use OPOS drivers to deal with USB devices?

Thanks
by ampandya
Thu May 11, 2017 4:37 am
Forum: Xbase++ 2.0
Topic: USB Printing with OPOS Drivers
Replies: 6
Views: 17252

Re: USB Printing with OPOS Drivers

Thanks I cannot use DCPrint for the code i have already got at the moment, let me explain. The program used to work only on serial receipt printer, I have written for USB printers. some receipts works because i have re-design them using @0,0 say ..... that works perfect! now there are some reports w...
by ampandya
Tue May 02, 2017 6:22 am
Forum: Xbase++ 2.0
Topic: USB Printing with OPOS Drivers
Replies: 6
Views: 17252

Re: USB Printing with OPOS Drivers

Hi yes, you are right. ------------------------------------------------------------------------------------------------------------------ the current code is as below; oPrinter := XbpPrinter():new() oPrinter:create(cPrinter) prtstatus = oPrinter:printerstatus() do while prtstatus != 1 if qbox("Print...
by ampandya
Tue May 02, 2017 2:09 am
Forum: Xbase++ 2.0
Topic: USB Printing with OPOS Drivers
Replies: 6
Views: 17252

USB Printing with OPOS Drivers

Hi, Has anyone used OPOS driver for the POS USB thermal printer? At the moment i can use this printer with the USB windows drivers and it works but when i want to print the Receipt on the printer it creates new job for each line, and that cause the printer to print every single line and feed. . . . ...
by ampandya
Wed Dec 28, 2016 4:10 am
Forum: Xbase++ Support
Topic: DLLCALL() error
Replies: 12
Views: 26870

Re: DLLCALL() error

Hi
sorry for my stupidity! ignore this.

I renamed the application folder and created new one to test new version, and i forgot to copy the openssl dll to application folder.




thanks
by ampandya
Wed Dec 28, 2016 3:54 am
Forum: Xbase++ Support
Topic: DLLCALL() error
Replies: 12
Views: 26870

Re: DLLCALL() error

Hi

This has developed another issue now, i had a SOAP connection working in the previous version which is stopped now.
please see the image of the error and let me know whats missing now.

Thanks
by ampandya
Wed Dec 28, 2016 2:28 am
Forum: Xbase++ Support
Topic: DLLCALL() error
Replies: 12
Views: 26870

Re: DLLCALL() error

Thanks All I have found the solution and got the code i wanted. It worked with COM (Createobject()) and oApp:callMethod( "Value") The program was developed in XB 1.82, and i was compiling with the same version but failing. I have got it sorted in XBase ++ 2.0, I will have to replace some of the Dlls...