Posts by BJA • 215 points
6 posts
-
1
votes1
answer314
viewsQ: SQL - How to override ambiguous external junction?
I’m trying to normalize a database for addresses and zip codes. However, there is a situation in which the Post Office assigns, for the same street, a ZIP code to the side with even numbers and the…
-
2
votes2
answers381
viewsQ: Delphi - Dbgrid does not replace first line content
Good morning, everyone... I have a table in an Sqlite database with an "integer" type field to store "Boolean" values. This field is linked, on the registration screen, to a Dbcheckbox. So, to be…
-
0
votes2
answers799
viewsQ: Delphi - Grid does not display all fields of the SQL statement
I’ve been racking my brain for two days and I can’t figure out the problem. I have an SQL (Tfdquery) statement written in the code that selects three fields from a table to display them in a Dbgrid.…
-
0
votes1
answer282
viewsQ: How to pass an array to a property?
I am trying to pass an array of Strings and two Talignment arrays to three properties (Published). But I’m having the following mistake (which is the same for the three properties): [dcc32 Error]…
-
7
votes1
answer224
viewsQ: Buttons with different appearance at design and runtime
Has anyone ever had the above problem? At development time the button design is normal. However, after compiling and running the application, they look like buttons from the time of Windows98.…
-
1
votes1
answer76
viewsQ: Is it possible to decrease the startup time of my application?
I’ve seen a lot here and at Stackoverflow in English about Swing and Runnable, I still couldn’t solve my problem. I am developing a work for the college (interdisciplinary work involving Distributed…