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.
301
Web Server - Ask For Help / getting unique record ID on Insert and Change on FORM
« on: May 07, 2010, 02:15:21 PM »
Hi,
I am trying to get the Unique Record ID for the record that is AutoPrimed on Insert and for the record when being changed.
I am using the code
tir:ihid = p_web.formatsettings.recordid BEFORE the header....
(PrimeAutoInc is clicked on as well as PrimeAutoInc even if not needed is checked).
this does NOT work at the LookupRelated Records Embed - there is no value yet.
I see that the RecordID is passed to the form
Questions:
1. Is this the correct way to do it? ( it seems like it may not get the recordID for the current form if there are several forms open...)
2. Is there another way to get it BEFORE the LookupRelatedRecords embed?
Thanks,
Ron Jolda
I am trying to get the Unique Record ID for the record that is AutoPrimed on Insert and for the record when being changed.
I am using the code
tir:ihid = p_web.formatsettings.recordid BEFORE the header....
(PrimeAutoInc is clicked on as well as PrimeAutoInc even if not needed is checked).
this does NOT work at the LookupRelated Records Embed - there is no value yet.
I see that the RecordID is passed to the form
Questions:
1. Is this the correct way to do it? ( it seems like it may not get the recordID for the current form if there are several forms open...)
2. Is there another way to get it BEFORE the LookupRelatedRecords embed?
Thanks,
Ron Jolda
302
Web Server - Ask For Help / Re: session variables queue
« on: May 07, 2010, 03:19:09 AM »
Hi Bruce,
What is the name of the Session Variables Queue and how can I reference it in a list box?
I see a bunch of typed queues in the net web code. What is the name of the queue that gets instantiated for the server?
Thanks,
Ron
What is the name of the Session Variables Queue and how can I reference it in a list box?
I see a bunch of typed queues in the net web code. What is the name of the queue that gets instantiated for the server?
Thanks,
Ron
303
Web Server - Ask For Help / session variables queue
« on: May 06, 2010, 06:17:14 PM »
Hi,
How can I view the session variables for the server and the contents of the session variable queue - i.e. all of the entries in the Session Value queue and the current values for each entry?
Thanks,
Ron Jolda
How can I view the session variables for the server and the contents of the session variable queue - i.e. all of the entries in the Session Value queue and the current values for each entry?
Thanks,
Ron Jolda
304
Web Server - Ask For Help / Browse with different forms for insert and for change
« on: May 01, 2010, 11:11:53 AM »
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
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
305
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
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
306
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
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
307
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
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
308
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
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
309
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
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
310
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
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
311
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
The file has to be in a directory BELOW the Web app - then it will download OK!
Ron
312
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
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
313
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
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
314
Web Server - Ask For Help / Re: Any information or examples of integrating Jquery stuff?
« on: April 12, 2010, 05:33:33 PM »
Hi Kevin,
Thanks for the insight - going to be tackling this in a few weeks.......
Ron
Thanks for the insight - going to be tackling this in a few weeks.......
Ron
315
Web Server - Ask For Help / Any information or examples of integrating Jquery stuff?
« on: April 02, 2010, 05:20:57 AM »
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
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