

Stéphane Wierzbicki
Members-
Content Count
210 -
Joined
-
Last visited
Community Reputation
39 ExcellentAbout Stéphane Wierzbicki
- Birthday July 20
Technical Information
-
Delphi-Version
Delphi 10.3 Rio
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Would you mind sharing this with the community?
-
Parnassus Bookmarks for Delphi 11 Alexandria?
Stéphane Wierzbicki replied to PeterPanettone's topic in Delphi IDE and APIs
FWIW I haven't installed Bookmarks nor navigator plugins right now. I'll next week. If the same issue happens I will try to uninstall all experts, start Delphi and reinstall Bookmarks and navigator through Getit to see how it will behave. I'll keep informed. -
Parnassus Bookmarks for Delphi 11 Alexandria?
Stéphane Wierzbicki replied to PeterPanettone's topic in Delphi IDE and APIs
Do you have any expert installed ? (Mmx code explorer or GExpert) -
SynEdit just got a major uplift
Stéphane Wierzbicki replied to pyscripter's topic in Delphi Third-Party
You are on Steroids 🙂 ... New features every week 🥳. Thanks 👍 -
Can someone provide inbound and outbound ports used by IDE?
Stéphane Wierzbicki replied to Stéphane Wierzbicki's topic in Delphi IDE and APIs
Thanks but it would be nice if Embarcadero could provide detailed information such as URLs to allow, public IP adresses, TCP / UDP ports ranges and so on. -
Can someone provide inbound and outbound ports used by IDE?
Stéphane Wierzbicki replied to Stéphane Wierzbicki's topic in Delphi IDE and APIs
Well, web installation did work. IDE is running but i'm facing issues with GetIt. GetIt is able to display, filter items but as soon as I click the Install button I'm getting errors (I'm no more at the office now but from memory it was related to network connectivity issue) I suspect our proxy to be too strict... this is only guessing as Embarcadero isn't providing any info about installing Rad Studio in a "secured" network environment. -
Faced somehow the same issue. All packages were left, but search path was screwed (some path survived the update while a lot didn't).
-
Can someone provide inbound and outbound ports used by IDE?
Stéphane Wierzbicki posted a topic in Delphi IDE and APIs
I'm desperately seeking for this information. Our Delphi is installed on a secured network and I need to provide inbound and outbound UDP/TCP ports that need to be opened for RAD studio to work. Same question about proxy settings. Anyone know how to get this ? (Already asked Embarcadero support and never got an answer...). Thanks PS:please don't tell me to install Wireshark and monitor everything... This should not be done by Embarcadero's customers -
For the last 10 years, I used to export Delphi reg keys (help, variables, experts, ide packaged, package and all libraries path). That saved my time today as all libraries path where screwed...
-
Rad Studio Access Violation
Stéphane Wierzbicki replied to Michael Collier's topic in Delphi IDE and APIs
I'm getting as well a lot of Access violation... As soon as I display a form in my project. I thought that this was solved by restarting my VM but this is happening again... https://quality.embarcadero.com/browse/RSP-37078 I will not be surprised if this is related to their protection system! -
Firedac GetFieldNames doesn't retrieve all fields list
Stéphane Wierzbicki replied to Stéphane Wierzbicki's topic in Databases
@joaodanet2018 thanks for the workaround (using TFDMetaInfoQuery will also do the trick) but why oh why does GetFieldNames not work ? -
Firedac GetFieldNames doesn't retrieve all fields list
Stéphane Wierzbicki posted a topic in Databases
Hi, I am recovering MsSQL tables fields with the help of the GetFieldNames method, however some list fields are incomplete. For example, I do have a table name with a string field called "USER' (reserved word, i know but I cannot to anything against this), calling GetFieldNames retrieve everything except the 'USER' field. I'm calling GetFieldNames this way: FDConnection.GetFieldNames('','',Tablename,'',Fieldlist) Where Tablename is a string containing table name and Fieldlist is a TStringlist. Is there anything I can do? PS: I'm using Delphi 11 -
My first impression after opening the document: that's impressive, looks like the author spent a lot of time on it.
-
Looks like Mr Normann has no more an active account (now seen as guest) here ! Nor his work available at sourceforge anymore. What's going on?
-
simple SFTP-like server for Windows?
Stéphane Wierzbicki replied to David Schwartz's topic in General Help
Syncplify provides free and paid SFTP servers.