NetTalk Central

Author Topic: Refresh a description on insert  (Read 3152 times)

johanl

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Refresh a description on insert
« on: April 13, 2012, 05:44:20 AM »
Hello

I call a insert/update form from a browse using the url call on a button (other Type)  in the browse the update form is called fine and I fetch the fields I need and then want to update the description fields but it does not work.

The following code is in the URL of the button: 'CreatePreRegisterOrder?Insert_btn=Insert'

I open the files and know that I have the correct values for the descriptions.

Insert embed point used is preinsert but when you do a refresh on that embed i get a lot of onscreen errors.

Where do I refresh the variables then?

Thanks

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Refresh a description on insert
« Reply #1 on: April 13, 2012, 11:00:22 PM »
Hi Johan,

I'm not following you mate - can you maybe tweak example 1 to show what you're doing?

cheers
Bruce

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Refresh a description on insert
« Reply #2 on: April 15, 2012, 05:49:59 PM »
for variables you need to pass them through to SSV's and they will display correctly without any refresh in that embed point.

johanl

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Re: Refresh a description on insert
« Reply #3 on: April 15, 2012, 07:51:10 PM »
Hello Bruce, Kevin

Will create a sample for you Bruce

Thanks Kevin, that is what I have been trying to do but my session variables remain 0 i.e. no value in them, it is not that session variables don't work some do and others just does not and I am not sure what is going on.

Thanks

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Refresh a description on insert
« Reply #4 on: April 15, 2012, 09:31:00 PM »
Have you tried adding a trace to see the value of the variable before you pass it to the SSV?