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

Pages: [1] 2
1
Your Views and Comments / Re: Suggestions for Nettalk 6
« on: September 13, 2011, 01:18:30 AM »
OK Gentleman...please explain to the rest of us ???  :-[

2
Thanks Guys

3
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

4
Thanks Bruce,
That makes sense, I was just trying to clean up the ident record left by the X factor. So I put some Prop:SQL in the  to delete all records with logno=0. It works so it is just a process to clean up behind myself.
I will wait for your findings on the ident that is left behind.

5
Bruce,

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

6
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

7
Web Server - Ask For Help / Re: Upload Files
« on: August 09, 2011, 11:40:55 PM »
Hi Bruce,

Thanks for the reply. I am wanting to save every file to a separate record in a table, so that why I need to Slice the incoming string.

8
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

9
Web Server - Ask For Help / Re: Cursor Dissapperars
« on: July 26, 2011, 10:24:34 AM »
Bruce,

Just a further observation. If I type in the date by hand and do not use the date picker the cursor is fine. Only when you click on the date picker button and return to the form then the cursor is gone.

10
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?

11
Web Server - Ask For Help / Re: Where to embed?
« on: February 22, 2011, 12:06:12 PM »
Thank you very much, works just fine.

Cheers

Neville

12
Web Server - Ask For Help / Re: Page Cannot be found error
« on: February 22, 2011, 12:46:41 AM »
Seem to have same problem here, Trying to create first report in WS, followed the instructions as per the manual, No compile error but when I call the report then I get the same error page cannot be found.

C7.2 ABC
NetTalk 5.15
CPCS Report template. (Tried without CPCS and get the same result.)

Thanks

Neville
 

13
Web Server - Ask For Help / Re: Where to embed?
« on: February 21, 2011, 04:53:47 AM »
Ok Thanks Bruce,

So now I have put the following code:
  p_web.SSV('Loc:Image',p_web.GSV('AssetComp:Image1'))
into the start embed of the PreUpdate routine, accepting the fact that the session queue is now already stablished at this point. But when the form open the Loc:Image field is still blank.
The other option is to leave the Local as is and only overwrite the table column if the Loc:Image has been set.
Should I go that path, at which point do I write the Loc:Image value to the AssetComp:Image1.

Hope this all makes sense.

Thanks

Neville

14
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

15
Web Server - Ask For Help / Re: Banner Images
« on: February 13, 2011, 11:50:38 AM »

Pages: [1] 2