Posts by Isabela • 63 points
3 posts
-
0
votes1
answer148
viewsQ: Error Creating form
I’m developing a program in Delphi and connecting in the database, the database has only one table. Today I tried to open the form and appeared the following message: Error Creating form:Datasource…
-
3
votes1
answer1163
viewsQ: Cannot evaluate Expression because the Current thread is in a stack overflow state
You’re making that mistake: Cannot evaluate Expression because the Current thread is in a stack overflow state in the variable qtde adding it to the list desci. class descricaoo : IInstrucao {…
-
2
votes2
answers459
viewsQ: Send parameters to a C#interface
I created a class called descricaoo that will receive some data parameters and will add in a List of an interface called IInstrucao. But give an error "the descricaoo class is not implemented to an…