1.

Sometimes While Using The Variable Sfsy-formpages Or Sfsy-page, You Get A Star '*' Instead Of The Total Number Of Pages Or Current Page Number. How To Resolve Such Issues?

Answer»

There may not be ENOUGH space in the window to DISPLAY the VARIABLE, EITHER increase the window dimensions or condense the spaces using &SFSY-FORMPAGES(C)& or using &SFSY-FORMPAGES(ZC)& or using &SFSY-FORMPAGES(4ZC)&.

Here

  • '4' reserves a four character wide output. (It can be set to any value.)
  • 'Z' eliminates the leading ZEROES.
  • 'C' Compress Spaces.

There may not be enough space in the window to display the variable, either increase the window dimensions or condense the spaces using &SFSY-FORMPAGES(C)& or using &SFSY-FORMPAGES(ZC)& or using &SFSY-FORMPAGES(4ZC)&.

Here



Discussion

No Comment Found