| View previous topic :: View next topic |
| Author |
Message |
malfunction Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Jan 2007 Posts: 1015 Location: http://www.behindthecorner.com/
|
Posted: Fri Jul 13, 2007 4:40 am Post subject: FATAL ERROR [delphi] what did i do wrong? |
|
|
What did i do wrong and how can i fix it?
| Description: |
|
| Filesize: |
54.72 KB |
| Viewed: |
3633 Time(s) |

|
_________________
|
|
| Back to top |
|
 |
Renkokuken GO Moderator
Reputation: 4
Joined: 22 Oct 2006 Posts: 3249
|
Posted: Fri Jul 13, 2007 5:02 am Post subject: |
|
|
| ";" after "(Self)"
|
|
| Back to top |
|
 |
malfunction Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Jan 2007 Posts: 1015 Location: http://www.behindthecorner.com/
|
Posted: Fri Jul 13, 2007 5:11 am Post subject: |
|
|
ahh i forgot the ";"
lol careless
_________________
|
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Fri Jul 13, 2007 11:43 am Post subject: |
|
|
lol, a simple mistake.
just use form1.show;
?
|
|
| Back to top |
|
 |
Xanatos I post too much
Reputation: 18
Joined: 06 May 2007 Posts: 2559 Location: US
|
Posted: Sun Jul 15, 2007 2:54 pm Post subject: |
|
|
| Kevinnn wrote: | lol, a simple mistake.
just use form1.show;
? |
I heard that using the method above only works if form1 is auto generated er something.
The point is, it wasn't the recomended way to do it, try using kevinnn's way.
_________________
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sun Jul 15, 2007 3:09 pm Post subject: |
|
|
forgot ; after (self)
Show; //Can open Multiply windows
ShowModal; //Alike "BringToFront",you'll have to close the open window first to open anothor one
|
|
| Back to top |
|
 |
|