Posts by Rapha43 • 181 points
8 posts
-
0
votes1
answer185
viewsA: Delphi Firemonkey button in tTabControl does not respond
The solution is just to mark the property Enabled of tRectangle as False.
-
-1
votes1
answer185
viewsQ: Delphi Firemonkey button in tTabControl does not respond
I’m creating an app with Berlin Starter Edition. I put a tTabControl in the Form, I created a Tab and put a tButton in it. Both the tTabControl as to the tButton are Enabled. But when I run the…
-
2
votes1
answer204
viewsA: How to create a view that lists Omains in Firebird 2.5?
I apologize and hope you will take into account that I have little experience with Firebird. The correct SQL is: CREATE OR ALTER VIEW "Domains"( "Name" ) AS select distinct RDB$Field_Name from…
-
1
votes1
answer204
viewsQ: How to create a view that lists Omains in Firebird 2.5?
Does anyone know how to mount an SQL that lists "Omains" in a Firebird 2.5 database? Thanks.
-
1
votes1
answer110
viewsQ: Firebird - select master-Detail
Hello. I need to make a query to the system tables, which return me the following result: Relation_Name, Field_Id, Field_Name, Field_source, Field_type for each user-defined table (Relation_name)…
-
0
votes1
answer221
viewsQ: Firebird - Parameterized view
Hello. I need to create a View where I will use a parameter whose value will be provided at runtime (Delphi). Could someone give me an example? Grateful.
-
1
votes1
answer662
viewsA: How to list each Collation name with its charset - Firebird 2.5
After better analyzing the tables RDB$Character_Sets, RDB$Collations and RDB$Fields found that the univocal identification between the "Character Set" and the "Collation" is found in the table…
-
3
votes1
answer662
viewsQ: How to list each Collation name with its charset - Firebird 2.5
I want to make an appointment involving RDB$Character_sets, RDB$Collations and RDB$Fields in order to obtain a list of "Fields" with their respective RDB$Character_set_name and RDB$Collation_name.…