-
Content Count
882 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Stano
-
Parnassus Bookmarks for Delphi 11 Alexandria?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
Reasons, not reasons I'm like one-armed -
What is part of your contiuos integration?
Stano replied to Mike Torrettinni's topic in General Help
I as a non-programmer: FixInsight - I use it continuously. Depending on the situation. You can check the whole project or just the current unit (that's instant) EurekaLog - without it (or other similar products) it is out of the question Tests - I can't do them. That's why I test everything manually. It's tiring. I don't like it at all. I have to force myself into it GIT - I only use it as an archive. I don't do any branches or test versions Your whole process skeleton looks logical and good -
CnPack
-
Ctrl + click also doesn't work for me sometimes. I just have such a mini project But the "Find Declaration" popup menu works
-
Correct should be ... WHERE MyDateTime = CAST (: MyDate AS DATE) ... Avoid using "StrToDate" functions. You will avoid the problem. Use functions from the EncodeDate family I was inattentive again.
-
Where is the Welcomepage directory in Delphi 11 Alexandria?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
Now server -
As far as I know, that is the basic role of transactions. It is about covering data integrity.
-
Installer (Innosetup) - welcome page yes or no?
Stano replied to Mike Torrettinni's topic in Delphi Third-Party
A matter of taste. In the vast majority of cases, I turn it off. It's usually on the last page. -
I do not need this. But I also don't have it on offer.
-
Please write to Embarcadero to get a free Delphi 11 edition for Andreas Hausladen
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
I don't think he's interested in D11. One reason: their tool has already been partially implemented in D11. -
Floating Form Designer option gone in Delphi Alexandria?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
To buy a new version -
I was very surprised by the data on SQLite
-
wuppdi Welcome Page for Delphi 11 Alexandria?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
No problem for me. Simply, I don't use it. I read somewhere that these components, in this case, unnecessarily slow down the IDE. -
wuppdi Welcome Page for Delphi 11 Alexandria?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
Oh, I didn't remember that. -
wuppdi Welcome Page for Delphi 11 Alexandria?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
Please how to remove Live Binding? Thank. -
It's all homework. Of course you need a JOIN. You get ITEMNO params using a separate SQL. You will pass this query in a while loop, and you must update the table in each loop. Try writing something first. Put it here and we'll comment. It won't matter if it's wrong. If we write it to you, it will lose its effect. I don't want me to get ready-made solutions either. Only when I can't handle it. You can put it here in pseudo code. You will have it easier. That's the way to do it.
-
UPDATE ItemCard SET RESERVED = (SELECT ItemCard .RESERVED - Detail Table.QTY FROM ....) WHERE ITEMNO = :ITEMNO Gradually ParamByName('ITEMNO') := AAA; BBB; CCC All in a cycle in a single transaction!
-
Parnassus Bookmarks for Delphi 11 Alexandria?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
Yes -
Parnassus Bookmarks for Delphi 11 Alexandria?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
Not. I will try it. I knew you had to look at the instructions -
Parnassus Bookmarks for Delphi 11 Alexandria?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
I tried the Navigator. But on the right, he showed me a panel with unreadable lines. I was unable to do anything about it. Maybe I didn't understand something. I'll make do with MMX. -
Parnassus Bookmarks for Delphi 11 Alexandria?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
I'm waiting for them too. -
D11 Select tab with unit - prohibit selection in Projects
Stano posted a topic in Delphi IDE and APIs
Is it possible to disable updating the unit selection in the tree in Projects when changing the tab above the editor? I didn't find anything like that. See picture. I closed the other units and the displayed status occurred. -
D11 Select tab with unit - prohibit selection in Projects
Stano replied to Stano's topic in Delphi IDE and APIs
Well thank you. I had a small panel width. the down arrow was not visible. -
Oh, yes.