Search found 17 matches

by sstone
Mon Sep 17, 2012 6:46 pm
Forum: eXpress++ Support
Topic: ACROBAT NOSPAWN clause not working
Replies: 9
Views: 11265

Re: ACROBAT NOSPAWN clause not working

It seemed that way to me also even though current settings of the environment variables suggested that the correct version from Exp19256 was being used. However, I rebuilt Dclipx and recompiled and all is well - no array error. Unless, environment variables are case sensitive in WIN XP, I am not sur...
by sstone
Sun Sep 16, 2012 10:38 pm
Forum: eXpress++ Support
Topic: ACROBAT NOSPAWN clause not working
Replies: 9
Views: 11265

Re: ACROBAT NOSPAWN clause not working

Roger, Thanks for that prompt fix. The pdf file was created but not displayed with the ACROBAT NOSPAWN clause. However, I encountered another problem with line 151 of the _dcprc.prg (lNoSpawn := aOptions[66]). It generates an 'error in array index". For some reason the array length appears to be 65 ...
by sstone
Mon Sep 10, 2012 8:11 pm
Forum: eXpress++ Support
Topic: ACROBAT NOSPAWN clause not working
Replies: 9
Views: 11265

Re: ACROBAT NOSPAWN clause not working

Hi Roger,

I am not familiar with the WTF facility but I inserted WTF 'spawn' before the 'DC_SpawnUrl(cPDFName)' at line 4845 and the debugger did come up.

I failed to mention that I am doing my testing with release 256. Also, I tried using the Win2pdf driver and got the same result.

Shelstone
by sstone
Sun Sep 09, 2012 11:27 am
Forum: eXpress++ Support
Topic: ACROBAT NOSPAWN clause not working
Replies: 9
Views: 11265

ACROBAT NOSPAWN clause not working

Hi All, Has anyone been successful in using the NOSPAWN clause when generating ACROBAT files? The pdf files are being generated but I do not want/need to display the files on creation since these files are being emailed immediately. Here is the code: DCPRINT ON NAME 'Bullzip PDF Printer' SIZE 60,120...
by sstone
Fri Feb 17, 2012 8:09 am
Forum: eXpress++ Support
Topic: dc_Excel2Workarea documentation
Replies: 1
Views: 4336

dc_Excel2Workarea documentation

Roger,

Is the documentation for dc_Excel2Workarea available? I am using release 255 and it is not included.

S Lorde
by sstone
Sun Aug 14, 2011 8:31 pm
Forum: eXpress++ Support
Topic: Hosting Xb2net web server
Replies: 2
Views: 6410

Re: Hosting Xb2net web server

Hi Jack, I have never run an application as a service but in examining the sample Xbase++ HttpService it seems that you have to have adminstrator rights to run services. I do not think my account with the hosting company provides those privileges. I will have to check out that possibility with tech ...
by sstone
Sat Aug 13, 2011 6:31 pm
Forum: eXpress++ Support
Topic: Hosting Xb2net web server
Replies: 2
Views: 6410

Hosting Xb2net web server

Hi, Does anyone have any experience with running an Xb2net web server on the server of a web hosting company? I created an application which works when hosted on my pc. I uploaded the program and data files on the server of a popular web hosting company but did not know how to execute the program fi...