Posts by Filipe Costa • 123 points
3 posts
-
1
votes2
answers864
viewsA: Remove fields created at runtime
If "disappear" is not presenting them, just make a similar routine by replacing the line Tedit(components[i]).Text := ''; for Tedit(components[i]).Visible := False; However, if "disappear" is to…
delphianswered Filipe Costa 123 -
1
votes2
answers658
viewsA: Problem writing data to Postgres
From what I could understand, you are filling out the combobox using a database query and in that query you get only the category name. The product table has only the category identifier. If this is…
-
7
votes1
answer396
viewsQ: Testing with digital certificates
I wonder if anyone knows a way to test with digital certificates. I have the following situation, my system works normally with digital certificates. However when the configured certificate expires…