PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - HendersonS

Pages: 1 2 [3] 4
31
Language / Re: Problems with Report viewer
« on: March 19, 2021, 05:28:43 PM »
this is the opening routine
Code: [Select]
LET CHAN=UNT; OPEN (CHAN)"[wdx]"+"*viewer*;suppresswatermarks;orientation=landscape" 

32
Language / Re: Problems with Report viewer
« on: March 19, 2021, 04:12:53 PM »
hi mike,

sorry i mean when you send something to print.

we use Windows 10 with windx, pxplus version is 13.10

33
Language / Problems with Report viewer
« on: March 17, 2021, 04:19:51 PM »
Hello everyone, recently we have a strange message from the report viewer when it is in the tray to print some reports (see attached image), after this message the viewer closes, does anyone know why this happens?

34
Wish List / Re: Add Feature to Viewer.
« on: June 06, 2020, 09:17:06 PM »
I remind you of this, I think it would be very useful!! , anyone that thinks the same, just like it !!

35
Wish List / Re: Add Feature to Viewer.
« on: May 27, 2020, 02:46:46 PM »
thanks for reply, Thats could be a way,but a means to export natively from the original viewer just like crystal reports.

36
Language / Re: 'TEXT' mnemonic.
« on: May 27, 2020, 08:20:02 AM »
thanks for reply,with the font resetting  works fine.

Code: [Select]
PRINT (CHAN)'FONT'("Courier New",-12,"B"),'TEXT'(600,190,"Customer: "),

37
Wish List / Add Feature to Viewer.
« on: May 27, 2020, 08:00:24 AM »
We have been working with crystal reports in pxplus for the creation of reports for a long time and it worked very well, but with the updates of crystal Reports the integration with pxplus is more difficult.

so we started to use the Viewer for the reports, and we would like that the viewer will integrate the feature of exporting to excel, word, xml, etc. like pdf.

 I think it would be very convenient and extremely useful if it could be export from the same viewer.


38
Language / 'TEXT' mnemonic.
« on: May 26, 2020, 04:01:04 PM »
Hi all,

Printing with mnemonic 'TEXT', to print text, and using mnemonic 'BB' for bold text, everything in the viewer looks fine, but when exported to PDF format, bold disappears.
 
anyone know why? code used below.

Code: [Select]
LET CHAN=UNT; OPEN (CHAN)"*viewer*;SUPPRESSWATERMARKS;ORIENTATION=PORTRAIT"
 PRINT (CHAN)'BB','TEXT'(600,190,"Customer:"+CUST_NAME$),'EB'
 CLOSE (CHAN)

39
Programming / Re: Working with DLL
« on: May 14, 2020, 04:38:11 PM »
Thanks, I will try this way.

40
Programming / Re: Working with DLL
« on: May 14, 2020, 12:58:45 PM »
Thanks for your help, now update or use a DLL 32 is not an option, to use a com wraper the link that contains a .zip doesn't work.

41
Programming / Re: Working with DLL
« on: May 14, 2020, 11:32:31 AM »
thanks for your reply, i realized it is a 64 bit dll, is there any way to work in pxplus with 64 bit dll?

42
Programming / Working with DLL
« on: May 13, 2020, 11:44:38 AM »
Hi All,

Recently we are working with several DLL´s, and they give us error 15 when traying to load them, anyone knows more information about this error ?

thaks,
Henderson S.

43
Off Topic / Re: pvxplus educational material for beginner
« on: April 11, 2020, 04:54:40 PM »
Hi,can you post those materials.?

44
Programming / Justify Fuction like ms word
« on: December 09, 2019, 12:50:39 PM »
Hi everyone,

who know of some function to justify string like ms word ?, i mean  adding spaces when needed to complete a number of characters.

45
Programming / Re: Error to Generate a QRcode
« on: September 25, 2019, 09:46:47 PM »
Thanks! Now is working!

Pages: 1 2 [3] 4