Forum: Pascal and Delphi Sep 14th, 2007 |
| Replies: 1 Views: 1,134 if you want please follow my advice and switch to delphi 7 or delphi 2006. delphi 8 is the worse and full of bugs delphi ide. you'll experience a lots of problem using delphi8.
best regards, |
Forum: Pascal and Delphi Aug 28th, 2007 |
| Replies: 2 Views: 4,267 this what i've play a time ago
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls,shellapi;
const |
Forum: Pascal and Delphi Aug 28th, 2007 |
| Replies: 6 Views: 4,086 i believe that from Oct 2004 he learned that.
anyway the intention is good.
best regards, |
Forum: Pascal and Delphi Aug 27th, 2007 |
| Replies: 1 Views: 994 google it or try to reinstall the component
best regards, |
Forum: Pascal and Delphi Aug 27th, 2007 |
| Replies: 2 Views: 2,820 maybe this will help
http://www.delphi3000.com/articles/article_3618.asp
best regards, |
Forum: Pascal and Delphi Aug 27th, 2007 |
| Replies: 3 Views: 3,206 from what i understand your code is correct, because the preview is showed, so i don't think exist problems of initialization in your code.
for this error there are some posibilities:
1) a bug in... |
Forum: Pascal and Delphi Aug 23rd, 2007 |
| Replies: 3 Views: 3,206 i'm not sure if i understand...you create the preview and after the preview is made you're trying to print the report??
also post the error message.
best regards, |
Forum: Pascal and Delphi Aug 23rd, 2007 |
| Replies: 3 Views: 2,111 a solution would be to create a query, and to send the new field to it as a parameter. in query you must make a simple select statement. if query isn't returning nothing then your field is unique.
... |
Forum: Pascal and Delphi Aug 21st, 2007 |
| Replies: 3 Views: 4,551 i haven't worked until on something similar so i can only give some advices and talk with you. here is what i found on msdn about z-order
Z-Order
The z-order of a window indicates the window's... |
Forum: Pascal and Delphi Aug 20th, 2007 |
| Replies: 3 Views: 4,551 i believe getlastwindow isn't a delphi function. also i'm confused, why you must send focus to an application. why you don't search the application through winapi functions?
best regards, |
Forum: Pascal and Delphi Aug 20th, 2007 |
| Replies: 3 Views: 2,111 this depends on how you have designed your database. you should have an ID field which is the number of record and this to be an PK.
in this way all fields are identified with an unique ID.
... |
Forum: Pascal and Delphi Aug 8th, 2007 |
| Replies: 1 Views: 1,075 hy werner,
from what i seeing, there are no free components or even doc about what you're trying to accomplish.
what can i suggest:
1) search for some activex which can give you the chance to... |
Forum: Pascal and Delphi Jul 31st, 2007 |
| Replies: 2 Views: 3,662 try this:
http://www.philo.de/xml/tutorials.shtml
best regards, |
Forum: Pascal and Delphi Jul 30th, 2007 |
| Replies: 9 Views: 3,343 here you'll find a tutorial on how to accomplish what you want
http://delphi.about.com/od/windowsshellapi/l/aa100703a.htm
best regards, |
Forum: Pascal and Delphi Jul 26th, 2007 |
| Replies: 9 Views: 3,343 you can make this through:
1) registry - in runtime an reg key is set to an value, when the execution is finished set the key to another value
2) files - principle is the same as above
3)... |
Forum: Pascal and Delphi Jul 17th, 2007 |
| Replies: 2 Views: 4,503 hi,
try also the components from JEDI project, you find them on google and are free. also have you took a look at indy's examples? |
Forum: Pascal and Delphi Jun 26th, 2007 |
| Replies: 1 Views: 2,086 have you tried to google it? |
Forum: Pascal and Delphi Jun 26th, 2007 |
| Replies: 1 Views: 1,081 tlistview?? i think is tfilelistbox which is located under win3.1 tab
also after searching a litle bit on google i found:
http://www.delphipages.com/threads/thread.cfm?ID=67150&G=67052... |
Forum: Pascal and Delphi Jun 26th, 2007 |
| Replies: 1 Views: 1,223 be carefull with api functions, they have an suspicious behavior, and you can get various errors on different OS systems. also i can not find the PrintWindow in api.
try to use the VCL, the... |
Forum: Pascal and Delphi Jun 26th, 2007 |
| Replies: 1 Views: 1,312 try this:
http://delphi.about.com/sitesearch.htm?terms=indy&SUName=delphi&TopNode=3176&type=1
and this:
http://delphi.about.com/sitesearch.htm?terms=ftp&SUName=delphi&TopNode=3176&type=1
if you... |
Forum: Pascal and Delphi Jun 13th, 2007 |
| Replies: 4 Views: 3,617 i'm not sure if i understand well, but delphi for linux isn't Kylix? |
Forum: Pascal and Delphi Jun 12th, 2007 |
| Replies: 2 Views: 1,811 this is from delphi's help:
the following example uses an edit control, a button, a string grid, and seven check boxes. The check boxes correspond to the seven possible file attributes. When the... |
Forum: Pascal and Delphi Jun 11th, 2007 |
| Replies: 1 Views: 3,167 i think that is impossible to controle how many copies exist on a computer. because you can not have acces to OS's kernel, to manage the way how the files are copied.
if you are refering to... |
Forum: Pascal and Delphi Jun 5th, 2007 |
| Replies: 2 Views: 1,763 give us some more details. delphi version, app type, maybe some code. |
Forum: Pascal and Delphi Jun 5th, 2007 |
| Replies: 1 Views: 978 http://www.marcocantu.com/edelphi/default.htm and search on the forum, there are some sticky threads where you'll find good tutorials and examples. |
Forum: Pascal and Delphi Jun 1st, 2007 |
| Replies: 5 Views: 4,976 take a look here and probably you'll find what you're looking for
http://delphi.about.com/sitesearch.htm?terms=download&SUName=delphi&TopNode=3176&type=1
best regards, |
Forum: Pascal and Delphi Jun 1st, 2007 |
| Replies: 3 Views: 1,785 aSa, i haven't work with COM tehnology, so i can't give you an advise.
only thing that i can say is that i saw some good tutorials here:
... |
Forum: Pascal and Delphi Jun 1st, 2007 |
| Replies: 7 Views: 2,161 1) you have put here only the basic code of an delphi form
2) take a look on delphi's examples, especially on coolstuf. from what i know, delphi came with 1 or 2 webbrowsers examples |
Forum: Pascal and Delphi May 29th, 2007 |
| Replies: 5 Views: 3,541 when you're doing an insert operation, all the time the record inserted is the last. i suggest you to use an index
best regards. |
Forum: Pascal and Delphi May 28th, 2007 |
| Replies: 1 Views: 1,314 you can do this using ADO streams. search a little bit about this.
best regards, |
Forum: Pascal and Delphi May 25th, 2007 |
| Replies: 9 Views: 1,969 probably:) who knows....we wait until he post again! |
Forum: Pascal and Delphi May 25th, 2007 |
| Replies: 9 Views: 1,969 ok, and how someone can help you, if you don't specify the entire problem? |
Forum: Pascal and Delphi May 24th, 2007 |
| Replies: 6 Views: 3,060 ok, today i'm not able to perform a remote session somewhere with logmein, so i can not test and see if the error is reproducing.
tomorrow i hope will be able to test this. send me an private... |
Forum: Pascal and Delphi May 24th, 2007 |
| Replies: 6 Views: 3,060 the code which is runned on the remote station contains only a showmessage on the button onclick event?
from what i saw it exists a lot of problems with LogMeIn. but i can not figure out until... |
Forum: Pascal and Delphi May 23rd, 2007 |
| Replies: 1 Views: 1,446 http://www.google.ro/search?hl=ro&q=jpeg+delphi+component&btnG=C%C4%83utare+Google&meta= |
Forum: Pascal and Delphi May 23rd, 2007 |
| Replies: 6 Views: 3,060 give us more details, like your application is interacting with the screen resolution? what components are you using? have you tryed to minimize the aplication before you disconnect the remote... |
Forum: Pascal and Delphi May 23rd, 2007 |
| Replies: 5 Views: 1,102 as jbennet wrote, use an array, random function and verify if the values are different, if not the apply again random
start to code, and post here the code. also please explain how this game can... |
Forum: Pascal and Delphi May 23rd, 2007 |
| Replies: 5 Views: 1,320 my friend have you tried to open the program and to start to code? to came here and say: ok, i have done this and this. but here i can not figure out and ask for help
got my point? |
Forum: Pascal and Delphi May 22nd, 2007 |
| Replies: 5 Views: 1,320 so, for tomorrow...and when you expect to learn some programming? this is cheatting!
i will give you some instructions, but i can not give all the code, is not fair!
how to read numbers... |
Forum: Pascal and Delphi May 22nd, 2007 |
| Replies: 5 Views: 7,566 i'm not sure why you're opening threads since 2005?
create a new thread, post your code, what you can not accomplish and somebody will help you
best regards, |