Hi,
I have a form that uses an instance of a custom javascript to generate a series of URLs in a graphical display. The URLs all call the same form but with different record sets. Works nicely with the old FormProcedure?TablePrefix__Field=Value approach. The script includes the NetWebServerWorker and uses it extensively. p_web.AddBrowseValue('FormProcedure','Table',UniqueKey,Value) creates a _bidv_ for the URL, but the _bdiv_ does not translate back into a passed Value in the receiving Form. The forms and the script explicity open the table in question. _bidv_ works fine for customized buttons and links within the NT templates
Not concerned from a security perspective (unique value is a randomized string, and the record information is not attractive to anyone anyway), but I noticed the old approach will be deprecated at sometime so would like to get ahead of the issue.
If there is no immediate answer, is there a good place to put trace statements to track it down?
Many thanks.