This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Jul 29, 2016, 7:41 AM
2 Posts

@Prompt ([YesNo]

  • Category: Domino Designer
  • Platform: Windows
  • Release: 9.0
  • Role: Developer
  • Tags:
  • Replies: 1

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.

Jul 29, 2016, 9:55 AM
2 Posts
you forgot to assign the value to rep

this line

rep = @Prompt ([YesNo];"C.C.F - Consolidation des repas";"Etes-vous sûr de continuer ?");

should be

rep := @Prompt ([YesNo];"C.C.F - Consolidation des repas";"Etes-vous sûr de continuer ?");


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal