-
jasajona registered the Alias board game project.
2007-03-12 09:05:09 UTC in Alias board game
-
Short bugfix:
--- rpmdobjinsp.pas 27 Dec 2006 11:23:59 -0000 1.1.1.1
+++ rpmdobjinsp.pas 4 Jan 2007 13:51:24 -0000
@@ -204,6 +204,7 @@
destructor TrpPanelObj.Destroy;
begin
+ fpdfdriver.Free;
LNames.Free;
LTypes.Free;
LValues.Free;.
2007-01-05 07:55:39 UTC in Report Manager
-
--- rpbasereport.pas 27 Dec 2006 11:23:59 -0000 1.1.1.1
+++ rpbasereport.pas 27 Dec 2006 13:42:58 -0000
@@ -1731,9 +1731,13 @@
begin
Result:=Null;
adataset:=databaseinfo.ItemByName(connectionname).OpenDatasetFromSQL(sql,nil,false,params);
- if Not adataset.Eof then
- begin
- Result:=adataset.Fields[0].AsVariant;
+ try
+ if Not adataset.Eof then
+ begin
+...
2006-12-27 13:57:01 UTC in Report Manager
-
Would be great to have entry widget type for passwords, where what user is typing appearing in stars.
2006-12-26 17:14:19 UTC in InstallJammer Multiplatform Installer
-
There is written in help:
File ID The ID of the file to unpack. This can be the valid ID of any file stored in the installer or an alias to a file.
When i use file alias instead of ID, installator fails.
2006-12-26 10:46:44 UTC in InstallJammer Multiplatform Installer