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

Pages: [1]
1
Button on a Browse calls a report in which the  ROW ID field is used  in the report filter.
Question:

Is there a way of adding other fields other than the ROW ID Field

2
Bruce,

Closing form with X does not run code in Cancel embed. If I push the cancel button it is executed.

3
Add a record to a table that has an identity field on the backend, When the form is cancelled it does not roll back the record just inserted. Using emulateautonumkey to retrieve value of record inserted.How does one get around this. Any suggestions

4
Web Server - Ask For Help / Upload Files
« on: August 09, 2011, 07:11:44 AM »
Have a Upload file field on a form. If I select the Check box "Allow Multiple Selections" it shows me the comma separated list of the selected files in the field on the form, but when I want to slice the string to split the entries to different records in a table, I only get the last entry selected in the field.

Many thanks

Neville

5
Web Server - Ask For Help / Cursor Dissapperars
« on: July 23, 2011, 09:47:25 AM »
Have a Date field on a WebForm. When I use the Date picker and return to the form the cursor is gone and you have to click with the mouse in the next field to get focus again.
What to do?

6
Web Server - Ask For Help / Where to embed?
« on: February 19, 2011, 06:09:20 AM »
Hi Guys,

I have a standard form on a table. need to load an image against this record.
So no problem use a   "File Upload" field on a local variable(Loc:Image). And display image on a "display field" against the field name "Asset:Image" so the user can see the image on the form.
Now when the user accepts the File Upload entry I would like to refresh the image so it display immediately, and I need to move the value (if it has been set) from the Loc:Image variable to the Asset:Image field on the table.

I do not seem to get the correct embed point for this. Can anyone please give me an indication as to where the best place is to put the code to move the variable to the tablecolumn

Question: At which point in the life of the form when it is first called are the table fields fetched and loaded in the session queue. As I understand it all fields of the record buffer are loaded into the Session queue. The local variable that is declared in the form procedure, Is it loaded into the session queue automatically or must I do a SSV for the local variable.

Many thanks

Neville

7
Web Server - Ask For Help / C6.3 9058 Nettalk 5
« on: January 02, 2010, 03:17:54 PM »
Hi Guys,

Newbie to Nettalk WebServer Help please!

I have a Browse with 2 child browses(followed the example no 25.)
Problem:
It all seems to work, but the child browses do not get the correct parameters.
The parent browse is Page loaded and the problem is that if there are 10 entries on the browse window, then the child browses will filter to the value of the record that is first on the next page, ie no 11.
I have tried to check all settings but all seems correct. I have all the relevant fields in the browses so hot fields should not be a problem. And the Range filters on the children are File Relationships as determined in the dictionary.

Any help will be appreciated.

Many thanks.

Neville Dearham

Pages: [1]