Home > database >  How to get the sheet in the MDI number
How to get the sheet in the MDI number

Time:09-30

The need in the process to deal with each sheet, how do you know how much a sheet?

CodePudding user response:

The window wSheet
Int I
WSheet=ParentWindow. GetFirstSheet ()

The do while isvalid (wSheet)
I++
WSheet=ParentWindow. GetNextSheet (wSheet)
Loop


Return the I
  • Related