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

Pages: 1 ... 6 7 [8]
106
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

107
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

108
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

109
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

110
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

111
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

112
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

113
Web Server - Ask For Help / icon or picture in browse
« on: March 28, 2009, 01:48:52 PM »
Hi,
I have a True/False field in my browse .  If it is True, I want to display a checkmark.ico.  If it is false, I want to display a cancel type icon.
How does one get these into the browse templates?
TIA,
Ron Jolda

114
Hi,
I want to have the user give a numeric value when they log in.  This will be the Site_id.
When they browse the records, I want to have them filtered by "site_id" so that they see only the records for their site.
Question:
When they enter their Site_Id at login, do I set it as a value in the session Queue?
Where do I set the embed to do that?
If I do, then how do I use that in the filter expression in the browse???
TIA,
R Jolda

Pages: 1 ... 6 7 [8]