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

Pages: 1 ... 15 16 [17] 18 19
241
Hi,
Can I have a different form for inserts and for changes and deletes?
Where would I get into the code for inserts and changes to call different forms?
thanks,
Ron Jolda

242
Web Server - Ask For Help / Browse souce be a queue
« on: May 01, 2010, 06:46:38 AM »
Hi All,
Can The browse and form template use a Queue as the source instead of a file?
The Queue of data would be specific for each user.
Thanks,
Ron Jolda

243
Web Server - Ask For Help / Re: Form / Inserts
« on: April 29, 2010, 02:18:32 AM »
Ahh,
I will look at the Advanced tab - that is what  I need.
Right now, it does NOT get primed until the INSERT mode is called on Save.
Doing the Early Prime should do the trick!
Thanks
Ron

244
Web Server - Ask For Help / Form / Inserts
« on: April 28, 2010, 03:39:39 PM »
Hi,
I have a parent file Update form and there are fields from a child file on the form as well.  I want to handle the child file in code. 
Question:
1. on Insert of a record to the Parent File - Where can I snag the Primary file Unique ID number in code and what is the server variable that holds it.  I can grab it when the INSERT of the parent record is done but I need it when the form opens to be able to get the child record???

2. On Change, I need to grab the child file before the form is created - again, where in code can I grab the Primary Unique ID number and which server variable holds it?

Thanks,
Ron Jolda

245
Web Server - Ask For Help / Re: Delete file AFTER Sending ( download)
« on: April 17, 2010, 04:53:26 PM »
Bruce,
I am naming the file.
Are you telling me  that if I pre-pend a $ to the name, Net Talk will automagically delete the file after sending?
Is it the "$" as the first character of the name that triggers the delete after send?
Thanks,
Ron

246
Web Server - Ask For Help / Delete file AFTER Sending ( download)
« on: April 16, 2010, 03:04:27 AM »
Hi,
Net talk 5 
I have used BlobtoFile to extract the PDF file from my blob to a file on my disk and the client is then "sent the file".

Question:  Where do I put the code to DELETE this file from disk AFTER it has been downloaded - i.e. - how do I know when the download has been completed?

Thanks
Ron Jolda

247
Web Server - Ask For Help / Download from Blob
« on: April 14, 2010, 05:09:51 AM »
Hi,
How does the Web server know that a Memory String has been extracted from a BLOB and how does it know to serve the String instead of an actual file?
Thanks,
Ron Jolda

248
Web Server - Ask For Help / Re: File Download Example # 40
« on: April 14, 2010, 04:57:53 AM »
Aha,
The file has to be in a directory BELOW the Web app - then it will download OK!
Ron

249
Web Server - Ask For Help / Downloading file from BLOB
« on: April 14, 2010, 04:28:01 AM »
Hi,
I see code in the WebHandler to extract a string from a blob.
Does this code have to reside in the web handler?
When does it get called and by what?
It is set to use FileBlob - to extract the file from.  I have 4 different files that have Blobs that I want to deliver.  Do I code a different procedure for each file to extract the blob from that file?  Do they go in the Web handler?
Thanks,
Ron Jolda

250
Web Server - Ask For Help / File Download Example # 40
« on: April 14, 2010, 04:20:58 AM »
Hi,
Using Net Talk 5 Web server example 40 File Download.  C6.3 9055

When I click on Document 1 it opens a window :   http://localhost:88/ServeDocument?name=doc1.pdf

Then I get a 404 error - page cannot be found.

The file doc1.pdf does exist in the directory that I am running the Web server in.

So....

Questions:
1.  Does the Web App serve files from the running directory or below the running directory?
2. Why does the Web Server not see and deliver pdf1.doc if it does exist?
3. Where and how do I specify a file in a different path?

Thanks,
Ron Jolda

251
Hi Kevin,
Thanks for the insight - going to be tackling this in a few weeks.......
Ron

252
Hi,
Looking forward at putting in some JQuery stuff into my Net Talk5 web server.
Any examples of how to integrate this stuff?
Any insight that anyone wants to share?
Thanks,
Ron Jolda

253
Web Server - Ask For Help / Button
« on: April 01, 2010, 01:52:54 PM »
Hi I have a button in a Browse - declared in the list box.
I am trying to get the Button to open up a New procedure when it is clicked but can't.
I have tried putting the procedure name in the URL but it does not work....

What is the trick to opening a new procedure from a Button in a list box?

How about from a button on the page but not a list box - in this case - I want to run a report....

Thanks,
Ron Jolda

254
Hi
It looks like session variables are addressed as reference variables in filters. 
I need to filter on two conditons - service date and site ihid - both set as session variables.
I am having trouble with the syntax and keep getting compiler errors.

's:date =' &p_web.GSV('_sdate') 'and site:id = ' &p_web.GSV('_siteID')

this gives me compiler errors.

Q1)  What is the correct syntax for this filter?

Q2) How do we use references to the session queue variables correctly in filters and expressions?

Thanks,
Ron Jolda

255
Hi,
What is the correct syntax to use p_web.GSV('_siteID')  > 0 as a CONDITION for Child Browse display?
I have tried '&p_web.GSV('_siteID')  > 0 '   and 'p_web.GSV('_siteID')  > 0  and several other permutations and it does not like it.....
Help...
Thanks,
Ron Jolda

Pages: 1 ... 15 16 [17] 18 19