-
Content Count
216 -
Joined
-
Last visited
-
Days Won
5
Posts posted by haentschman
-
-
Hi...
QuoteI've seen it in multiple places on the internet
...sometimes the internet is not correct.
The styleguide from Emba is correct! https://docwiki.embarcadero.com/RADStudio/Sydney/en/Delphi’s_Object_Pascal_Style_Guide
Quoteyour formatting is not consistent
+1
better:
(indent)
if condition then begin code; end else if otherCondition then begin more code; end; //or: if condition then begin code; end else begin if otherCondition then begin more code; end; end;
-
Hi...
QuoteBut I would like training to stay like this
Why? This is not in accordance with the official style guide. https://docwiki.embarcadero.com/RADStudio/Sydney/en/Delphi’s_Object_Pascal_Style_Guide
I know that you can create your own styles. But do you think about those who get your source code and can hardly read it?-
2
-
-
QuoteWhy the Community Edition?
...🙄 No answer?
You have a perfect licence and you can use it on the laptop. Install the Professional or Enterprise (what you have) version with your key. 😎
-
QuoteWhen I enter my registration code for 11.3
Why the Community Edition? 🤔 You can use your personally registration on multiple computers...only uses by your self. 👍
-
thanks...
User: DomainName\xxx ... not working. 😪 Was to be expected.
It is the database user, not the domain user...
-
Hi...
I am trying to connect to our new ADS server for the first time. (Third party software, access data with read rights available). On another VM the Advantage Data Architect is running with the same access data. Share on the Database folder available.
...it does not want me.
"...cannot authenticate the user..."What is missing?
Thanks.
PS: On my machine the Advanced Data Architect is also working...
Crosspost: german DP https://www.delphipraxis.net/213554-zugriff-auf-ads-server.html#post1525731
-
Form Creation
in VCL
Hi...
How about source code? Complete project?
What is the mainform? Don´t free the mainform!
-
Hi...welcome here.
QuoteI am new to learn Delphi technology.
...great!
QuoteI am using Delphi 7 application.
Why? Better using the Delphi Community edition...the modern way.
https://www.embarcadero.com/products/delphi/starter/free-download/
QuoteIf anyone can help, please let me know.
https://learndelphi.org/de/everything-you-need-to-know-about-debugging-in-delphi/
-
Yes...Version 2023.1 😉
-
Hi...😎
Quotebetter the paid for version
At first...Events. 😉
-
Hi...😎
Quoterun the Source Analyzer example
...I will give it a try. 😉
Quotesynthesized
that's what i mean with "dummy name" 😉
Thanks...
-
Hi
I don't use the studio yet. I was only interested in the principle of whether this is possible at all.
I have an Outlook mail with which the images are embedded via copy/pase. These have NO file name. I would like to save only the marked picture, which is no file, by drop into a folder. To do this, the "metadata" of the image would have to be converted to PNG or JPG...and get a filename. The normal way is...save the image over context menu. I want it over Drag without temporary file.Outlook -> MyApplication
Thanks...
-
-
Hi...
I need a "Like" in the filter list. With %Value% it works. But users don't understand that. I want to have: on entering "Bla" result from the dataset 'MyBla', 'BlaBlubb'.
At DevExpress there is this entry:
https://supportcenter.devexpress.com...-or-like-value
created 15 years ago...with further links. All are imho not purposeful. ...Endless loop from link to link.I have felt through all filter settings.
Does anyone have any ideas.
Thank you.
Version: 21.2.9
CrossPost: germanDP https://www.delphipraxis.net/212875-devexpress-filterrow-ohne-wildcard.html#post1521131
-
welcome here...
Here is the right place for programming with C++ or Delphi.
Please make sure that you are always in the right subforum...
-
-
...here we are now! Not personal ...for the current and the next generation.
-
1
-
-
Quotecausing a multitude of changes and in essence a merging nightmare.
...correctly.
-
Hi...
QuoteBut in this company..... every programmer does whatever it wants (function that have 2000 lines of code, as strings are named s, k or i, etc)
Sorry, but it is not the right company. That's where the developers get in their own way. Uniform styles are important to understand all "developers" and their code. The management must set the standard!
Try to talk to the others about a simple standard (prefixes for components, meaningful variable names, begin/end styles - separate lines or not, CTRL+D for all...).
What is the total number of lines of source code? Do you have a trainee for the implementation of the styleguide in the old code?
no matter what you do...
QuoteBut nothing will save you from a sloppy project manager! If the boss doesn't care, who needs that boss!
...that is the problem!
another one... PDF 😉 ...great work!
-
1
-
1
-
-
DeepL knows " Resume"
-
QuoteIf you pass you feel good and you have something to put on your CV
...for german users... what means "CV".
Abbreviations are not always good...
-
Quotean improved LSP server
...and much faster! 🥱 (code completion, find window etc.)
-
The Developer certificate is only valid for a limited time... Mine has already expired. Although I have been working in software development for years.
Is it still like this? With the Master too?
-
1
-
-
Hi...
QuoteI don't think I could pass the exam
...really?
There are two types of exam:
Delphi Certified Developer: via online / browser ... i have (exam time: ~1 hour)
Delphi Master Certified Developer: ... Uwe has (exam: i dont know time and where)
https://www.embarcadero.com/resources/embarcadero-certification-center
...what you want?
-
2
-
What is the benefit of sorting the Uses clause?
in MMX Code Explorer
Posted
@Uwe Raabe
Hi...😎
Is it possible to start each group in a new line?