NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on May 17, 2020, 04:29:23 AM

Title: Browse EIP drop gen recod not available
Post by: Alberto on May 17, 2020, 04:29:23 AM
Using EIP drop with only manual options generates error 33 updating the file.
It works ok if you use a file for drop options.
Im sending you an email with the example
Title: Re: Browse EIP drop gen recod not available
Post by: Bruce on May 17, 2020, 09:11:44 PM
excellent. Haven't got your example yet though. make sure you send it to the right address...
Title: Re: Browse EIP drop gen recod not available
Post by: Alberto on May 18, 2020, 03:54:16 AM
sent it to you using alberto-michelis@hotmail and alberto.michelis@gmail
Title: Re: Browse EIP drop gen recod not available
Post by: Bruce on May 19, 2020, 12:14:46 AM
what address of mind did you use? bruce dot johnson is the one that gets to me...

Title: Re: Browse EIP drop gen recod not available
Post by: Alberto on May 19, 2020, 03:24:04 AM
Im using this, I always sent mails to you to this address, may be its in your spam? or you are rejecting mails with attachs of more than 20Mb?
Willl send you again not using  atachments but links.
Title: Re: Browse EIP drop gen recod not available
Post by: Alberto on May 21, 2020, 01:52:36 AM
OK this is the scenario and the problem.
NT server running in my PC, connected to a MsSql server far from here and with slow internet connection.
Why this? to test and avoid deploing each time I make a change in the NT server.
Problem is that when using any type of EIP in a browse I get an error 33 message from the server.
Just FYI
Regards
Title: Re: Browse EIP drop gen recod not available
Post by: Matthew51 on May 21, 2020, 12:58:25 PM
Is the browse getting 2 refresh events very quickly? This happened to me recently. I had 2 browses, the second had an epi button and would refresh the first when accepted. When a user clicked the button a rowClicked and an eidAcceped event would be sent to the server very quickly causing some of the _bidv_ values to become invalid.

The solution for me was to go into the from containing the browses and change the case statement to ignore the rowClicked event.