-
Was support for SQL Server 2000 dropped in 7.6.2?
OK, this seems very odd. The release notes for 7.6.2 (and 7.6.3) state the following: The supported environment for 7.6 SR2 is identical to 7.6 and 7.6 SR1 with the addition of the following: (my emphasis). Then the list shows SQL Server 2005 & 2008. OK so far. In the Supported Environments, however, it states: 2.2.4…
-
SSO Actions 2-7-2011 5-05-18 PM.jpg
-
elite jlsmith Actions 2-7-2011 5-02-43 PM.jpg
-
jlsmith Actions 2-7-2011 5-00-45 PM.jpg
-
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…