Re: [fpc-pascal] Using StrindGrid

2010-01-14 Thread John Marg Sunderland
berna uyan?k wrote: Hi, I started lazarus newly Codes that I used is below: unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs, Grids; type { TForm1 } TForm1 = class(TForm) grid1: TStringGrid; procedure

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-03 Thread John Marg Sunderland
Bee wrote: I've heard all this before since 10 years, and it is only true for small applets used by a broad public. 10 years ago, people was just talking about it. Today, they're doing it. C'mon, look around, there are thousands of complex applications provided on the web.

Re: [fpc-pascal] Re: Should Insert+Edit Fields+Insert again on a TDataSet work?

2007-11-24 Thread John Marg Sunderland
Felipe Monteiro de Carvalho wrote: Ok, so I managed to get a DBE application working and it has the same behavior as the ADO one. I believe it should be posted (kept). In general, at least in Delphi - I think throughout the Borland world - if you navigate off a record you have inserted

Re: [fpc-pascal] Documentation for sqldb - further adventures

2007-06-30 Thread John Marg Sunderland
Following earlier advice, I constructed a simple query (select * from organiser.durn_type), set readonly to false and tried to modify some data and commit it. (At this point I should note that I am doing this from Lazarus 0.9.22 with the supplied fpc, 2.0.4 I think, and I am connecting to a