Most voted "lawtex" questions
9 questions
Sort by count of
-
2
votes2
answers57
viewsLawtex: How do I send a PDF of the piece by email?
I have a template that sends an email at the end, on the extra, and I’m having trouble getting it. The email sending code is the: sendMail(<advogadoDoCaso.emailAdvResponsavel>, “Atenção, já…
-
2
votes2
answers61
viewsLawtex - Changing the default print of a struct
I have the following struct in my program: +<vara>: struct[Vara] { name = "Dados da Vara" request = "Preencha os dados da vara" fields { +[numero] : Integer { name = "Número" request =…
-
2
votes2
answers71
viewsHow to make a condition based on the multiplicity of elements of a vector in the lawtex language?
I’d like to make a condition (if) based on the multiplicity of elements of a vector (foreach). However, I have no idea how. I ask for practical help on how to do this. It would be something like, if…
lawtexasked 5 years, 10 months ago Fabiano Vieira 23 -
1
votes1
answer232
viewsLawtex - how to use logic based on the field of a struct vector?
I have a vector that uses a struct with several variables and one of them is a boolean. What can I do to execute something if at least one element of this vector has this variable as true?…
-
1
votes0
answers39
viewsImage Positioning in Lawtex
I will include a QR CODE in a petition template. Is it possible to place the QR code image to the left or right of the template? I tried using as the last parameter of attach "right" but it didn’t…
-
0
votes1
answer45
viewsVector Struct Looplex
"Access to an internal field of a vector must be indexed: name " This message appears when I try to upload my code, I do not understand what is wrong whereas I declared all Fields, follow code :…
lawtexasked 5 years, 8 months ago Lucas Figueiredo 1 -
0
votes1
answer34
viewsLawtex - How to structure logical operations in non-Atomic List
+<citacao> : struct[Citacao] { name = "Informações sobre a Citação" fields { +[passivoTentativa] : Boolean { name = "Houve a citação de todos os Executados?" request = "Houve a citação de…
-
0
votes0
answers11
viewsHow do I call the path of a variable declared within a local branch within a global branch?
I have a global branch (Brc_global), within which other branches are declared (Brc_global_i and Brc_global_ii). Respectively, within these branches, I declare variables for local use. In my main…
-
0
votes1
answer14
viewsBug in Option List with Loaders
I’m trying to make an option list in the loaders of a Struct. The code goes up, but when it comes to running, the Bug appears below: I made an example template to try to isolate the error and…