I am trying to clear the grid in an SL screen in Customization Manager. Any help is appreciated!
*This post is locked for comments
Dim MemHandle As Integer
MemHandle = GetGridHandle("Spread1")
Call MClear(MemHandle)
You're not providing much info, but Call MClear(MemHandle) will clear the memory array. You can also try MDelete and loop through the grid to delete all the records. There are examples of both methods in the Customization Manager Reference guide.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156