-
Content Count
882 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Stano
-
This is done by everyone who has localized Delphi.
-
DBGrid nepoužívam. Neverím, že ak pustíte DataSet do DBGrid, automaticky to uloží do DB. To by bola obrovská chyba. Môj pohľad na problém: Načítavate údaje zo súboru Vložíte ich do DBGrid Pracujete s DBGrid Ukončili ste DBGrid Nikde som si nevšimol: Načítavam dáta zo súboru - načítané dáta uložím do DB! Musíte to urobiť sami DBGrid to sám od seba neurobí I looked at the link. I understand that it only works with the file. Not with DB. But I don't know English and my knowledge is poor.
-
For example, a separate query of type "INSERT INTO"
-
DBGrid selected row does not highlight the selected row when ClientDataSet is Closed and Open again
Stano replied to ChrisChuah's topic in Databases
I would proceed differently. I would save the PK and then use it to set up the record. -
Please use English here as a rule. It's an English forum.
-
Parnassus Bookmarks: Clear All Bookmarks?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
But it also removes all Bookmarks in all open files !!! That's why I pointed this out. -
Parnassus Bookmarks: Clear All Bookmarks?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
Notice the tab below "Open Files" -
Parnassus Bookmarks: Clear All Bookmarks?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
View -> Tool Windows -> Bookmarks -
Parnassus Bookmarks: Clear All Bookmarks?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
I always have this window displayed. There's a button for that. -
When compiling your own component (EurekaLog): Access violation at address 179598A9 in module 'mmx_bds22.dll'. Read of address 006F004A. Everything continues to run.
-
OK. I had to restart the project because of that. MMX has stopped working. Minimum formatting uses. If that happens again, I'll let you know.
-
Ctrl + C should be tried everywhere. This way you can also copy the content of some windows (ShowMessage ...)
-
Um, all notifications or messages can be copied.
-
Non-Visual Component Caption Color / Transparency IDE
Stano replied to MJBComp's topic in Delphi IDE and APIs
I translate it the same way. Again, my inattention got a non-English text there -
Non-Visual Component Caption Color / Transparency IDE
Stano replied to MJBComp's topic in Delphi IDE and APIs
zaujímavé. Môj DataModule je čierny. všetko vidím. Formuláre sú "biele". Skontroloval som svoje nastavenia a nenašiel som nič zvláštne. Translation: interesting. My DataModule is black. I see everything. The forms are "white". I checked my settings and found nothing special. -
Basic rule: put your code here. Otherwise they can't help you.
-
2022 StackOverflow dev survey - salary results
Stano replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
It is probably associated with the fact that they have a lot of software in the USA in COBOL. There are few people who control it. They are forced to update this software. -
Left side cannot be assigned to
Stano replied to AlanScottAgain's topic in RTL and Delphi Object Pascal
Such a simple example: I need to store or retrieve the PrimaryKey value there. Why would Setter / Getter be in such a simple case? -
Binary file encryption/decription problem?
Stano replied to direktor05's topic in Algorithms, Data Structures and Class Design
Really? And what about such a TMS? I acknowledge that the examples should only have standard components. -
As you wrote it. If the condition is met, the code is executed in her body. There is nothing there, nothing will be done. If you ran a control tool, it would tell you that you have something empty.
-
I checked the translation where "and I don't create an runtime TFDQuery" But it is also created in the demo. There is a bad translation (Google translator) or a communication error somewhere I never use a construction with the "with" I already understood that - "with"
-
I don't understand "I'm not creating a TFDQuery runtime". TFDQuery is, of course, used in the example. Can you give a sample / description?
-
1 - I didn't mean that 2 - It is true. Personally, I haven't encountered a performance issue yet. But I don't have many records. I learned to use "with x as". It's my favorite technique 3 - Many rows = many errors interesting. There is no point in talking about the parameters. Without it, it is very bad. I plan to move to UniDAC. I don't know if he supports it. Thanks!