-
Content Count
890 -
Joined
-
Last visited
-
Days Won
7
Posts posted by Stano
-
-
-
-
See if it has an option like "Enable null". I don't work with that. So I don't know.
-
Of course, I got it mixed up. I meant copy Ctrl+C. That's not what you want. Sorry.
-
If I understand correctly, use this procedure:
- collapse the entire method - the + sign at the beginning of the method
- select the resulting line and you're done
-
15 hours ago, Frickler said:But PSPad (written in Delphi IMHO) does.
That's right. It was written by a Czech.
-
Maybe this link will help. It's a Czech forum. But me use Slovak.
https://forum.delphi.cz/index.php/topic,13715.msg81490.html#msg81490
See post:
« Odpověď #4 kdy: 22-05-2013, 21:29:24 »
-
Form2.ShowModal; stops further code execution. Put a breakpoint on that line and you'll see it.
-
If I understood correctly, it would be better/easier to hide the corresponding button in DBNavigator.
-
No. Because you haven't published any code
-
For compiling SQL texts I recommend to use some DB manager. It would print this error directly!
-
The GROUP BY NF.DOCUMENT part is missing
-
-
My experience is that some invalid paths are valid. If you delete them, the IDE will crash easily.
This was a few years ago. I don't know if this is still valid. -
I've been using BDE to work with Paradox. I don't know if it's Database Destkop. There is a version for D11. I don't know if there is one for D12.
-
I can't get on the FMX wiki for the third day.
-
1
-
-
2 hours ago, bravesofts said:5 hours ago, Cristian Peța said:but I think that someone that ask such things do not have ability to read assembler
This remark applies in full measure to me
-
Peter: this is not an anecdote. That was a real scientific experiment.
-
1
-
-
2 hours ago, David Heffernan said:Another good reason not to write code which depends on the string name of objects.
Hm, and how is it done? I can't imagine.
-
24 minutes ago, msohn said:add DisableIdle and EnableIdle (ideally with a try/finally!) before/after your ShowModal
I consider this a necessary duty!
-
I downloaded the free version 2.0 out of curiosity. No message appeared.
-
I collapse the function/procedure and so seemingly copy "just one" line.
-
1
-
-
Sometimes it is useful to make a list of these components.
-
If an array of type Date has the option "null" in the DBTable so
DTP_STAT_HAND_GRIF_VOL_DOSSIER_OPVR_DATE.Field.AsDateTime := 0;// = strToDAte('30/12/1899')
You can set
DTP_STAT_HAND_GRIF_VOL_DOSSIER_OPVR_DATE.Field.Value := null;
IDE bugs
in VCL
Posted
This means the exe is still running. You can verify this and exit in the task manager.