Programming Guide |
Copies everything from screen to LDB
int sm_lstore(void);
- 0 Success.
sm_lstore
copies data from the screen to local data block entries with matching names.Panther automatically calls
sm_lstore
when it brings up a new screen or before it closes a window. You should explicitly call this function only for special circumstances.