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 - Mike Hatfield

Pages: 1 ... 3 4 [5]
61
ODBC / ODBC 5.20 32bit
« on: December 18, 2018, 12:11:34 AM »
Hi All,

I am trying to install the ODBC 5.20 client on a windows 10 Pro 64 bit computer.
The server is running V14 (suite 2017 Upd1)
The desktops are all Windows Pro 64 bit version 17134
The 5.20 32 bit ODBC File Server is installed on the server.
Four desktops have the 5.20 32 bit ODBC driver installed and they work fine.
The fifth one is giving me a bucket load of grief.
I've tried installing the ODBC 5.20 32 bit as local admin, domain user and domain admin.
It installs OK but does NOT add the ODBC 32 bit setup to the start menu.
If I run the odbca32.exe from the Windows system32 folder and select ADD in either System DSN or User DSN it does NOT show the PxPlus ODBC driver (32bit)

Any suggestions?
Thanks

62
Programming / Re: GET_FILE_BOX WindX vs local desktop
« on: December 15, 2018, 01:16:15 AM »
In previous post I made a mistake the %SCANDATA$ should read "/HIT/SCANDATA/" with the trailing "/"
What I have discovered is that on my local windows desktop I must use backslashes.
I thought PxPlus could interchange  / and \
 
On my local desktop it is working but still displays File Explorer.
I presume this is intended behaviour.
Why is WindX a LIST BOX and local is File Explorer?

63
Programming / GET_FILE_BOX WindX vs local desktop
« on: December 15, 2018, 12:49:03 AM »
Why does GET_FILE_BOX behave differently on a local Windows 10 Pro desktop vs WindX on the same desktop to Server 2016 NTHOST
Server and desktop are running V1410-001

IE on WindX GET_FILE_BOX displays a nomads list box and on the local desktop it displays File Explorer

This program code:
%SCANDATA$="\HIT\SCANDATA"

0010 BEGIN
0020 PRINT 'CS',
0100 LET PDIR$=%SCANDATA$; LET PROOT$=%SCANDATA$
0200 GET_FILE_BOX PDIR$,PROOT$,"Choose Order File","Text Files|order*.TXT,"

On WindX displays a list box in the folder \hit\scandata with only the order*.TXT files
Which is what I want.

On local desktop line 200 drops straight through to next line. Weird!!
If I set PDIR$="" then on local desktop it displays File Explorer in the folder \HIT with ALL files.

What is going on?



64
Programming / Re: GET_FILE_BOX
« on: December 14, 2018, 04:02:29 PM »
Len,

I don't see that option in the online doco for GET_FILE_BOX (only for the DIRECTORY option)
Thanks

65
Programming / GET_FILE_BOX
« on: December 14, 2018, 03:33:12 AM »
I'm selecting a file from a directory:
PDIR$=""
PROOT$="\HIT\SCANDATA\"
GET_FILE_BOX PDIR$,PROOT$,"Choose Order File","Text Files|order*.TXT,"

This is fine except I want to:
a - stop the user going back up the directory tree
b - suppress the 'new folder' button

how do I do this?
Thanks

66
Digest links are not working anymore in my outlook 2016.
I can't comment on other mail clients.

67
Programming / Re: *web/email is very slow
« on: September 19, 2018, 11:08:13 PM »
I put a TRM() round the call email form program in our invoice print program.
It averages 5-6 seconds from calling the email format program which in turn calls *web/email until it returns to the invoice rpint program.
We use smtp2go for a lot of email both for ourselves and end users.
Their servers are quite fast. Perhaps as you say it is the sender/recipient verification that is taking the time.
I can send you the email formatting send program and attachments if you think it would cast some light.
This also might help diagnose why *web/email is not receiving the sent status so it can remove the .eml file from the outlook/new folder.

68
Programming / Re: *web/email is very slow
« on: September 19, 2018, 07:24:59 AM »
PxPlus 14.10
Email is HTML with base64 encoded attachment.
The base64 encoding itself doesn't take long.
It's the actual *web/email program that is slow sending the email.
 

69
Programming / Re: *web/email is very slow
« on: September 18, 2018, 08:57:30 PM »
Hi Allen,

I had though of that but I thought there might be a 'quicker' solution.

70
Programming / *web/email is very slow
« on: September 18, 2018, 06:48:46 PM »
We have a relatively fast internet connection (80Mbit down and 28Mbit up), however it takes about 6 seconds for *web/email to generate and send the email.
This doesn't sound much until you are waiting at the screen for the process to complete.
I was thinking of setting the mail server argument to null and saving the generated email in the outlook/new folder and writing a background process to send the email.
If I do this, how do you then send the generated .eml file?

Thanks

71
Programming / Re: *web/email Outbox
« on: September 18, 2018, 06:44:02 PM »
The eraseit argument =1 and no error is generated. The email is delivered successfully by smtp2go.com.
 

72
Programming / *web/email Outbox
« on: September 17, 2018, 08:22:25 PM »
Hi,
I'm using Plus 14.10 Windows *web/email to send emails. I have set the erasit flag to 1 and am using the default *web/outbox location.
After sending an email Outbox is empty, Outbox/sent is empty but Outbox/new retains the sent emails.
The documentation says the email will remain until delivery status can be determined.
How does *web/email determine this.
The email server is mail.smtp2go.com
Thanks

73
Language / PxPlus version for Server 2019
« on: September 14, 2018, 05:22:16 PM »
Which version(s) of Pxplus are or will be certified for server 2019?

Thanks

74
Language / Re: html character translation from forum to outlook
« on: August 15, 2018, 10:25:48 PM »
Yes, The digest email. I am using 32 bit Outlook. I have seen the article you referenced but as you said it is intended for 64 bit. 

I added a screen shot of the digest email in my outlook 2016.

75
Language / html character translation from forum to outlook
« on: August 15, 2018, 02:40:18 PM »
Some characters do not (don't) translate correct in the email digest to Outlook 2016
EG Apostophe in the abbreviated will not (won't) displays as won't
How can I fix this?

Thanks

Pages: 1 ... 3 4 [5]