Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
3

Best way to enable/disable calculations.

New Here ,
May 17, 2024 May 17, 2024

Based on the contents on an initial field, I want to enable/disable calculations for a number of other fields.

 

My solution is to scan the initial field (to see if it's empty) and then in each field I want to enable/disable, just branch into either no code or the calculations I want to perform.

 

I this a good way to do this?

 

It seems like it might not be the intended/correct way of doing things and I'm worried it might be a fragile solution or not compatible with all readers as I won't have have much access to this form after it's finished.

 

If anyone has any advice, that would be pretty helpful, thanks.

 

Alex.

TOPICS
JavaScript , Modern Acrobat , PDF forms
647
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
May 18, 2024 May 18, 2024
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 18, 2024 May 18, 2024

It seems fine.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 18, 2024 May 18, 2024
LATEST

Thanks for having a look and giving it a quick sanity check (and also giving up a bit of your time).

 

Cheers.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines