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 ... 16 17 [18] 19
256
They JQuery lists some tree plug ins.
Let us know how you make out as I am going to tackle this in a few weeks......
Ron Jolda

257
Web Server - Ask For Help / Re: Client Uploading a File
« on: December 24, 2009, 05:16:47 AM »
Ahhh,
I haven't got around to playing with forms too much yet - but that will be next!
Many thanks.
Happy Holidays to you and your team !!!!!
Ron Jolda

258
Web Server - Ask For Help / Client Uploading a File
« on: December 23, 2009, 04:54:42 PM »
Hi,
What is the process for having a Client Select a file on their Machine and UPLOAD it to the Server.  The File Upload Example is not clear about how to do this.  I have my users scanning pages into a PDF and I need them to select the PDF file and Upload it to my NetWebServer .
Thanks,
Ron Jolda

259
Hi,
I have a file that I am browsing.  I want to grab the FIL:IHID and the FIL:SDATE fields of the currently highlighted line so that I can press a button and send these fields to a new browse to use as filters. 
Question, how do I get these fields for the highlighted line in the browse when the button is pressed?
Thanks,
Ron Jolda

260
Hi,
Several questions!

1) How do I  create a button on a page and where do I embed code to get the highlighted record in the brwose ?
2) How do I get the values of the currently highlighted item ?  Since it is not a real browse nor a queue, how can I get the values of several fields in the highlighted line?   

TIA,
Ron Jolda

261
Web Server - Ask For Help / Re: Calling child browse from Parent!
« on: May 28, 2009, 02:36:54 AM »
Hi Bruce,
I have a parent list of clinics with different dates, locations and providers.
Many times, they just need to work with the dates, locations and providers so they are doing a lot of work with the parent.
Closer to the specific clinic dates, they want to see the children ( people in each clinic) and be able to print that list. 
So, I don't really need to be moving the child browse data unless they specifically want to see that table.
Ron

262
Web Server - Ask For Help / Displaying children Upon Request
« on: May 27, 2009, 09:59:26 AM »
How do I go about Unhiding the Child table and populating it ONLY ON REQUEST when a parent record is highlighted.....
TIA,
Ron Jolda

263
Web Server - Ask For Help / Calling child browse from Parent!
« on: May 27, 2009, 03:39:06 AM »
Hi All,
I have a parent browse with clinic dates and locations and providers.
In a separate child table , I have a list of the clients scheduled for each clinic date and location.

I don't need to show the children for each Parent, but I do want to select a parent and then be able to show the children.

I was trying to put a button on the parent browse form to call a child browse form but could not figure out how to do it.

Maybe the correct way to do it is to have the Parent and Child on the same screen but be able to "hide the child browse" ( so it does not fetch data ) and  unhide it and populate it only when desired?   Other suggestions?????

TIA,
Ron Jolda

264
Alex,
You might find this a little easier to get your hands around if you set it up in File Explorer first - as you will be able to see the Pages and fields in the Browser and use the DOM info to get the field tags.  Once you set up your post string, then you can use Net talk alone.....
FWIW,
Ron Jolda

265
Web Server - Ask For Help / EDIT in PLACE on Browses?
« on: May 17, 2009, 03:32:53 PM »
Hi,
Is Edit in Place supported in Browses?  I need to do some Drop downs and free text entry.
If is is supported, any in the demos?
Thanks,
Ron Jolda

266
Web Server - Ask For Help / View with hand coded join
« on: April 27, 2009, 01:42:48 PM »
Hi,
I have a view with many related files that works well and I see my records in a web browse.
I add a table (actually the alias of a table)  to the View and write a join statement ( left outer join ) and now the Web Browse tells me that "there are no records". 
I tried binding the field in the primary field but still no joy.  Using C3.9054 .
My Primary table field is: JPSS:alt_prov_id
My alias table is : APROV
My Alias table is : APR:Provider_key  ( keyed on APR:Number and unique)

My "Custom join" is:  APR:Provider_Key, APR:Number=JPSS:alt_prov_id

Only a few records have a value for JPSS:alt_prov_id.  Anyway, with a left outer join, it should present all the records in the primary View filter irregardless of the JPSS:alt_prov_id value.

Something is not right - is it my Custom Join Statement or does Net Talk not play well with Custom Joins on Alias tables???
Thanks,
Ron Jolda

267
Web Server - Ask For Help / Run process on Server Side
« on: April 19, 2009, 02:29:09 PM »
Hi,
I need to run two processes on the server side - is this possible either with Net Talk or Net Talk to an outside Clarion exe on server that does the work....

1. I want to return a record for insert into a table - and on the server side I need to take pieces of it and populate two other tables.
2. I want to identify a group of records, each record having a link to a pdf file.  I want to return the selected records to the server and have the server build a PDF file out of all the individual PDF files.  I am using Tracker PDF tools to do the PDF build.

How could I get these two tasks done?

Thanks,
Ron Jolda

268
Web Server - Ask For Help / Re: Multiple users, multiple file sets
« on: March 30, 2009, 11:58:43 AM »
OK,
I follow you so far.
At the web handler level, do you query the Global queue based on the session ID and then set the path appropriately for each request - this assumes that the file is opened and closed with each thread.  Is this the correct thought process?
Thanks,
R Jolda

269
Web Server - Ask For Help / Multiple users, multiple file sets
« on: March 30, 2009, 03:01:29 AM »
Hi,
I am trying to understand on a high level, how the Net talk sever operates.
I would like to have different user groups log onto different directories with their respective data.
I can Set the path with the login by the company name.
I am trying to understand how the server handles each file request.
Does the server keep the files open ?
Are they open on a thread for each session?
Are they open and closed for each request?
DO I need to store the fully qualified file name in a session variable and send it with each request?
TIA,
Ron Jolda

270
Web Server - Ask For Help / Re: icon or picture in browse
« on: March 29, 2009, 02:59:10 PM »
Hi,
It looks like we have to use a variable to hold the name of the image file - is that correct?
Do the sizes have to be set here?
Thanks,
R Jolda

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