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.


Topics - broche

Pages: 1 ... 8 9 [10]
136
Web Server - Ask For Help / Download Filename appends directory
« on: March 23, 2014, 01:55:00 PM »
Hi all, 
Nettalk 8, Clarion 8, Win 7
Firefox
Downloading file successfully except the name of the file when it hits the browser on the client side puts the directory I got it from on ths start of the filename.
Example:  File name is brian.doc
When the file is downloaded it becomes c_templateBrian.doc
C:\Template is where I got it from on the server.  See code below:

loc:filename = p_web.GSV('TemplateDir') & '\' & p_web.GetValue('name')
p_web.HeaderDetails.ContentDisposition = 'attachment; filename="'&loc:filename &'"'

Not sure what I am doing wrong?

Brian.






137
Web Server - Ask For Help / Update Web Folder
« on: March 11, 2014, 08:32:49 AM »
Getting this message

UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 7.37 but web folder is on version 7.36

After upgrading as shown above.  This is true even of the demo apps.  They go through the copy's allright.  I have tried copying over the web directory to no avail.

Brian.

138
Web Server - Ask For Help / User Name in HEader
« on: March 02, 2014, 05:19:03 PM »
Hi, how do I put the Username that was used in the Login form and put it in the main header?
Or anywhere the user who is logged in can see it.

Brian.

139
Web Server - Ask For Help / Contract/Expand Rows in Browse
« on: January 19, 2014, 02:51:42 PM »
Hi,

(Excuse if already there)

Clarion 8
Nettalk 7.32

Simple table with an expand button in it as per the Nettalk Example and book.
All works as planned except as follows:

Upload a file from the parent record(Form)
Save the form
Click the Expand button and it does not work (Except the first row in the listing??)
It tries and shows a small bit of space below the record but no records show
Exit the table and come back in and all is there.

See image attached



Brian.

[attachment deleted by admin]

140
Web Server - Ask For Help / Passing Dates as Parameters
« on: September 14, 2009, 11:57:31 AM »
Hi All,

Have a PDF Report called from an options page which asks for two dates FromDate, ToDate
I am trying to pass these top the report to use as a filter but can't get it right.  Any tips, help would be appreciated.
Have looked at the examp[le which uses Size as apassed parameters but when using dates I can't seem to get it right.  I probably need to format them in some way or b??  Tried using Set abd GetValue, also tried sending as part of the URL.

Thanks in advance

Pages: 1 ... 8 9 [10]