Hi,
I am new in this forum. Thank you for your welcome. I am developping a db.
I am using @Prompt ([YesNo] formula but when I get the rep, it is empty.
rep = @Prompt ([YesNo];“C.C.F - Consolidation des repas”;“Etes-vous sûr de continuer ?”);
@Prompt ([Ok];“”; @Text(rep));
@If (rep=1;@Command([ToolsRunMacro];“Consolidation Repas Cantine”);@Nothing)
Why is that so ? I should receive 1 or 0.
Regards.