CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
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
Page link:
https//www.codepudding.com/database/42206.html
Prev:
Pb questions about using a serial port printer
Next:
Bicomb how to use
Tags:
Scripting language
Related
Links:
CodePudding