Jon

Show:

What's happening?

  • alias

    jasajona registered the Alias board game project.

    2007-03-12 09:05:09 UTC in Alias board game

  • Memory leak in designer

    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

  • Memory leak

    --- 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

  • Password entry widget

    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

  • Unpack Stored File, File ID alias not working

    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

About Me

  • 2004-07-21 (5 years ago)
  • 1088472
  • jasajona (My Site)
  • Jon

Send me a message