NetTalk Central

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 - wkim

Pages: [1]
1
Web Server - Ask For Help / File Upload
« on: May 01, 2008, 09:11:49 PM »
Hello,

I have a little javascript that uploads files. How can NetTalk Web Server receive these files?  I mean can I manually receive incoming file(s). I saw the example 26 and looks like somehow incoming files are handled automatically by NetTalk.

Thank you.
Wesley

2
Web Server - Ask For Help / Upgrade from 4.27 to 4.30 Pre-Release 5
« on: January 21, 2008, 09:26:52 AM »
After upgrading, I found a few things did not work correctly.
Notably when returning from a FORM(save or cancel) to its parent BROWSE, it always
goes to the very first page not to the page where a ROW was clicked.
I did not make any changes to the app.
I struggled with this issue many hours but could not fix it.

Am I doing something wrong? If not, are there any work around?
I need to fix this asap.
Can someone please help?

Wesley Kim

3
Web Server - Ask For Help / Re: PDF Report using EE
« on: August 06, 2007, 08:06:41 AM »
Hi Bruce,

Thanks once again for your help.
The problem was that I was using Acrobat reader 7.0.

>> I'm running out of ideas as to what might be doing this.
>> What version of Acrobat reader do you have installed?

After upgrading the reader to 8.1.0, the sent PDF file displayed
correctly without any problem. :D 
I never thought that using older version of reader could cause
this problem.   I'm very  :D and now I have to make a lot of reports.

Thank you Bruce.

Wesley Kim

4
Web Server - Ask For Help / Re: PDF Report using EE
« on: August 03, 2007, 09:46:28 AM »
Hi Bruce,

Thanks for your continued support on this matter.

I have followed your advice.
  1. uninstalled NetTalk
  2. installed NetTalk(v4.28)
  3. made sure that example 13 was not changed
  4. compiled and ran on IE and FF
Still same result.

I checked that the web app is creating "$$$12345.pdf" file correctly. I was able to
check the existance of the created file before web app deletes it.

I have also checked the settings on IE and FF for any possible issues on downloading
files.  I have ran this example 13 on 2 different PCs and returns the same result.

After saving this PDF file on client browser(see attached image), the file is a PDF file
and I am able to view it with acrobat reader.

What I don't understand is that web app is sending the generated file
($$$12345.pdf in loc:PDFName)

>>     p_web.ReplyContentType = 'application/pdf'
>>     p_web._Sendfile(clip(p_web.site.WebFolderPath) & '\' &loc:PDFName)

but when it arrives on client browser the sent file name changes to MAILBOXESREPORT with no file ext. thus the prompt.

Thanks.
Wesley Kim

5
Web Server - Ask For Help / Re: PDF Report using EE
« on: August 02, 2007, 09:26:37 PM »
Hi Bruce,

I took your advise and installed a copy of Firefox but the result is same.
Please see the attached image.

Anyone who ran example 13 successfully, can you please help?

Thank you.
Wesley Kim

p.s. I've ran the example 13 unmodified.

[attachment deleted by admin]

6
Web Server - Ask For Help / Re: PDF Report using EE
« on: August 02, 2007, 06:02:03 AM »
Hi Bruce,

I don't have Firefox on my machine so I don't know what happens.

I am using IE 7 and Nettalk Version 4.28.

Thank you.
Wesley


7
Web Server - Ask For Help / PDF Report using EE
« on: July 23, 2007, 03:17:31 PM »
I am having diffculty receiving a PDF report generated by Example 13.
The PDF file is generated but when it arrives on IE browser
it show this:(please see the attached)

In the example app, the file is generated without any problem.
    (loc:PDFName = '$$$' & format(random(1,99999),@n05) &'.pdf')

The setting on IE browser can receive files.  I am able to receive and
display other PDF files.

Thank you for your help.
Wesley Kim
 



[attachment deleted by admin]

Pages: [1]