-
Internal members in server scripts
I have multiple server scripts in one of my libraries. In one script there is a class that has an internal method. I call this method from another script. It was working okay last week. Today, I added a new role to my library. It validated fine, and I was able to deploy the library. However, the project I'm using the…
-
Mobile Parameter Passing
On a "web client" URL, it is possible to pass in parameters for values on the form on the URL line. e.g.: http:///eForm.asps?...&FilterParams=;; ... such as ... &FilterParams=Target_User;JP123456;Text This sets the field/variable Target_User with the value JP123456. (Variable name is as an example.) Is there similar…
-
Unattended deployments with library refresh / upgrade
Hi All Just been looking at how you can create a batch file and schedule it to run an unattended deployment of a solution but not seen anything on how you can get the library versions used in the solution to be refreshed / use the latest version of the library? Is that possible with an unattended deployment? / May be it…
-
Grid Error When Submitting Form
I have a form with a grid that uses a table Business Object. The user can add or remove rows from the grid manually. It is not a standard editable grid so it is not using the + or - buttons on the grid but buttons that are on the form instead. The method for this is by using datasets from reading the business object and…