Forum: Pascal and Delphi Apr 26th, 2007 |
| Replies: 3 Views: 3,288 I interested, me a delphi programmer from indonesia |
Forum: Pascal and Delphi Apr 26th, 2007 |
| Replies: 3 Views: 1,375 at form design....u must set "hot key"..true..and at editpress...u can add some code like this:
if key=#13 then button1.setfokus |
Forum: Pascal and Delphi Apr 26th, 2007 |
| Replies: 5 Views: 2,566 hi, me yusnur from indonesia...i've create autologin, autorestart, webanalys, database management system, and printing management system (pdf developer)
myemail : yhoezt@yahoo.com |
Forum: Pascal and Delphi Apr 25th, 2007 |
| Replies: 2 Views: 2,291 u can use information database and table..with comobj..for example:
rs: _recordsheet;
rs:= ConnectionObject.OpenSchema(adSchemaTable, EmptyParams, EmptyParams);
it's for load information... |
Forum: Pascal and Delphi Apr 25th, 2007 |
| Replies: 2 Views: 1,352 why not u use array in ['0',..,'9']...so if user enter in that array..u show the error message... |
Forum: Pascal and Delphi Apr 25th, 2007 |
| Replies: 2 Views: 1,239 u can use ini file (create ini file) or..coding some program at formcreate....or procedure construction that u want..... |
Forum: Pascal and Delphi Apr 25th, 2007 |
| Replies: 3 Views: 14,022 maybe u can learn about indy 10...at delphi..... |
Forum: Pascal and Delphi Apr 25th, 2007 |
| Replies: 2 Views: 3,012 maybe what do need for now is the sdk of pdf, adobe acrobat...cause i've develop pdf file with c++ and delphi |
Forum: Pascal and Delphi Apr 25th, 2007 |
| Replies: 2 Views: 1,180 i've develop pdf with c++ and delphi 2006, maybe that u need now is sdk of adobe acrobat.
but not for a lot of power full develop pdf file with delphi, cause it can''t
but in c++ an d... |