Watch, Follow, &
Connect with Us

Embarcadero Blogs















Blog Roll





















C++Builder 3rd Parties



































































Santa Cruz





Stuff

















You can now share links to CodeGear Developer Network articles….

Thanks to some quick (and cool) work by John Kaster, you can now share links/diggs/bookmarks with other bookmarking/tagging sites using the new “Share This” feature on CDN.  Click on the “Share This” plus sign to expand the list of tagging systems to share the link (the bitmap below shows the expanded list of sites).  See an article you like?  You can rate the article and share the link.

Notice the first item in “Share This“?  You can also easily email the article title, abstract, and URL to a friend.

Posted by John Kaster on September 7th, 2007 under Uncategorized | Comment now »


You can now share links to CodeGear Developer Network articles….

Thanks to some quick (and cool) work by John Kaster, you can now share links/diggs/bookmarks with other bookmarking/tagging sites using the new “Share This” feature on CDN.  Click on the “Share This” plus sign to expand the list of tagging systems to share the link (the bitmap below shows the expanded list of sites).  See an article you like?  You can rate the article and share the link.

Notice the first item in “Share This“?  You can also easily email the article title, abstract, and URL to a friend.

Posted by John Kaster on September 7th, 2007 under Uncategorized | Comment now »


Steve Shaughnessy on Blackfish SQL and dbExpress4.

If you’re doing any kind of database work with Delphi and/or C++Builder (I’d say that a very large number of you are), then you have got to start reading Steve Shaughnessy’s blog.  Yesterday he posted an excellent introduction to the new Blackfish SQL database with some interesing information about its lineage.  Then today there is some great information on the new rich metadata support in the latest version of dbExpress coming in RAD Studio 2007.  Be sure to post some comments on his blog and encourage him to keep posting more information!

Posted by John Kaster on September 7th, 2007 under Uncategorized | Comment now »


Steve Shaughnessy on Blackfish SQL and dbExpress4.

If you’re doing any kind of database work with Delphi and/or C++Builder (I’d say that a very large number of you are), then you have got to start reading Steve Shaughnessy’s blog.  Yesterday he posted an excellent introduction to the new Blackfish SQL database with some interesing information about its lineage.  Then today there is some great information on the new rich metadata support in the latest version of dbExpress coming in RAD Studio 2007.  Be sure to post some comments on his blog and encourage him to keep posting more information!

Posted by John Kaster on September 7th, 2007 under Uncategorized | Comment now »


Pequena corre??o na VCL for PHP 1.2

Delphi for PHP Update 2 traz a VCL for PHP 1.2. Encontramos um problema na utilização de DataModules/Forms e componentes que tenham links com outros formulários. Por exemplo, si você utiliza um controle DataAccess em um DataModule que esteja associado com data aware irá receber uma excepción EPropertyNotFound.

 

A solução para este problema é fácil, faça o download do arquivo clases.inc.php através do link abaixo e copie no diretório VCL:

 

http://vcl4php.svn.sourceforge.net/viewvc/vcl4php/trunk/vcl/classes.inc.php?view=markup&pathrev=155

 

Clique em download para baixar o arquivo.

English Version click here
Versión en Español clic aca

Posted by John Kaster on September 7th, 2007 under Uncategorized | Comment now »


Pequena corre??o na VCL for PHP 1.2

Delphi for PHP Update 2 traz a VCL for PHP 1.2. Encontramos um problema na utilização de DataModules/Forms e componentes que tenham links com outros formulários. Por exemplo, si você utiliza um controle DataAccess em um DataModule que esteja associado com data aware irá receber uma excepción EPropertyNotFound.

 

A solução para este problema é fácil, faça o download do arquivo clases.inc.php através do link abaixo e copie no diretório VCL:

 

http://vcl4php.svn.sourceforge.net/viewvc/vcl4php/trunk/vcl/classes.inc.php?view=markup&pathrev=155

 

Clique em download para baixar o arquivo.

English Version click here
Versión en Español clic aca

Posted by John Kaster on September 7th, 2007 under Uncategorized | Comment now »


Una peque?a correcci?n en la VCL for PHP 1.2

VCL for PHP 1.2 viene incluido con Delphi for PHP Update 2. Hemos encontrado un problema en el uso de DataModules/Forms en componentes que contienen links con otros formularios. Por ejemplo, si usas un control  DataAccess en un DataModule y lo ligas con un control data aware de el formulario con el DataModule vas a recibir una excepción EPropertyNotFound.

 

La solución a este problema es fácil. Solo tienes que sustituir el archivo clases.inc.php en la carpeta VCL con el que encontraras en el siguiente link:

 

http://vcl4php.svn.sourceforge.net/viewvc/vcl4php/trunk/vcl/classes.inc.php?view=markup&pathrev=155

 

Click en download para bajar el archivo.

English Version click here
Versão em Portubuês clique aqui

Posted by John Kaster on September 7th, 2007 under Uncategorized | Comment now »


Una peque?a correcci?n en la VCL for PHP 1.2

VCL for PHP 1.2 viene incluido con Delphi for PHP Update 2. Hemos encontrado un problema en el uso de DataModules/Forms en componentes que contienen links con otros formularios. Por ejemplo, si usas un control  DataAccess en un DataModule y lo ligas con un control data aware de el formulario con el DataModule vas a recibir una excepción EPropertyNotFound.

 

La solución a este problema es fácil. Solo tienes que sustituir el archivo clases.inc.php en la carpeta VCL con el que encontraras en el siguiente link:

 

http://vcl4php.svn.sourceforge.net/viewvc/vcl4php/trunk/vcl/classes.inc.php?view=markup&pathrev=155

 

Click en download para bajar el archivo.

English Version click here
Versão em Portubuês clique aqui

Posted by John Kaster on September 7th, 2007 under Uncategorized | Comment now »


A small fix for VCL for PHP 1.2

VCL for PHP 1.2 ships along with Delphi for PHP Update 2, and we have found a problem you can get when working with datamodules/forms that link controls to another forms. For example, if you place data access controls on a datamodule and you link data aware controls in a form to that datamodule you will get an EPropertyNotFound exception.

The patch is easy, is just overwriting classes.inc.php inside vcl folder, you can get the file here:

http://vcl4php.svn.sourceforge.net/viewvc/vcl4php/trunk/vcl/classes.inc.php?view=markup&pathrev=155

If you click on the “download” link, you will get it.

Versão em Português clique aqui
Versión en Español clic aca

Posted by John Kaster on September 7th, 2007 under Uncategorized | Comment now »


A small fix for VCL for PHP 1.2

VCL for PHP 1.2 ships along with Delphi for PHP Update 2, and we have found a problem you can get when working with datamodules/forms that link controls to another forms. For example, if you place data access controls on a datamodule and you link data aware controls in a form to that datamodule you will get an EPropertyNotFound exception.

The patch is easy, is just overwriting classes.inc.php inside vcl folder, you can get the file here:

http://vcl4php.svn.sourceforge.net/viewvc/vcl4php/trunk/vcl/classes.inc.php?view=markup&pathrev=155

If you click on the “download” link, you will get it.

Versão em Português clique aqui
Versión en Español clic aca

Posted by John Kaster on September 7th, 2007 under Uncategorized | Comment now »




Server Response from: BLOGS2