-
Does anyone know how i get the selected values of a list-box?
Does anyone know how i get the selected values of a list-box using server side coding? For example if I have ListA with PersonA, PersonB and PersonC. If user selects PersonA and PersonC, how can determine that these items are selected? thanks
-
internal error has occurred within the Deployment Service (revisited)
This happened a few times in 9.0.0 IIRC. It seems to have returned. I had this after deploying a solution. I think it happened after I opened a folder in the client immediately after the deployment. I recall an error in the client too. From this point no solution could be deployed. Uninstall and reinstall did not fix it. I…
-
9.0.3 SQL Server Create Script ,,, doesn't
Having had issues with the Deployment service knackering the database, after reinstalling 9.0.3 I created a new database to see if that would fix it. I was surprised to discover that a number of tables are not created in this script. The first was "InstanceState", but there were several more that I had to add from the…
-
How to populate memo field from SQL SELECT in version 9
In version 7 this was easy. You just did %myVar:=%SelectSQL("SELECT * FROM eUSER where eUserName = '%User.Name') and you got a tab delimited list of all the columns in the table for the current user. You could do this on any table. Is there a way to achieve the same in V9? I've tried Local.myVar = SelectSql(new…
-
Can anybody explain how authentication works with the Deployment service
We have one system where everything works perfectly, expect deployment. The service is fine, the engine is fine. The database is fine. Users are set up. Configuration of various xml files seems to be identical to other systems that do work. We have repeatedly uninstalled and reinstalled. Created new databases by the dozen.…
-
Display Messages on form via VBScripts
BPM fails when I try to display a message using VBScript - MsgBox = "Hello World" How can I display messages upon my forms by calling VBScripts?
-
Audit Trail 2-2-2011 10-28-45 AM.jpg
-
Display error when lowercase
Hello, I need to know which component validates the user name. I need to know to display a message. The problem is as follows, with "Single Sign On" in the database I have the user names in case I want to display an alert if entered in lowercase. I looked: erempwd.js, euser.js, eUserOptions.js .. but not found a solution.…