Posts by Adriana Pereira • 41 points
4 posts
-
1
votes0
answers45
viewsQ: ERROR when calling a program when selecting an option from the menu
Good afternoon, I am developing a system in Cobol using screen Section and I cannot call a client registration program when I select an option in the menu I created in another program. I’m using the…
cobolasked Adriana Pereira 41 -
0
votes1
answer226
viewsQ: Interbase database connection error
Good afternoon, I’m having trouble configuring the database connection in Delphi 10.3 Community Edition. I am trying to connect to Interbase by Firedac and gives the error below when testing the…
-
0
votes2
answers55
viewsQ: How do I set the state with local dynamic json?
How do I place json data within the "recipes[]" array that is in the state? import recipes from '../receitas/recipes.json' constructor(props) { super(props); this.recipes = recipes.results; //json…
-
1
votes1
answer85
viewsQ: Error running Python test 3.6.7
This gives error when running def test() to test def questao(). Why would be giving error in the return of the test function? def questao(): lista_nomes = [] nome = '' x = 0 reader =…