Posts by Edenilson • 42 points
4 posts
-
1
votes1
answer82
views -
0
votes1
answer44
viewsA: How to obtain the same value?
You can try it like this: pL := Chr(StrToInt(SeuEdit.Text)); Try and tell us if it worked.
-
0
votes1
answer198
viewsA: IF with syntax error
IF search_condition THEN statement_list [ELSEIF search_condition THEN statement_list] ... [ELSE statement_list] END IF On this site is an example of how to implement if:…
-
-3
votes2
answers108
viewsQ: Consultation with grouping
Good morning gentlemen(s) I have the following problem: [Edited] As can be seen in the image above, there are several fields with the same result (minus the "desric" column). What I need is that in…