Posts by Fabio Matte • 21 points
3 posts
-
1
votes2
answers206
viewsA: Set Actionlist Enabled Property to True
Complete code as help received: procedure TMainForm.ValidaFormsLiberados; var // Declarei as variáveis necessárias ArrQtdReg : Array of string; Registros, i, a: Integer; ChaveACL : string; begin //…
-
1
votes2
answers206
viewsQ: Set Actionlist Enabled Property to True
I store in a table the name of my actions, and dynamically through a query, I return them on screen, as follows: declare a variable of type: MinhaACL : TAction; Begin MinhaACL :=…
-
0
votes1
answer147
viewsQ: Script for Reading Webservice
I’m trying to make this code work, but in the excerpt: success: function(retorno) { If(retorno[0].erro){ $("h2").html(retorno[0].erro); } There’s been an error, and I can’t identify what’s missing.…