I have a main form where users select or calculate data. On clicking a button (Preview), I want to:
- Collect data from the main form.
- Insert it into a TempDB table.
- Open a new read-only preview form showing these results in a grid.
- Designing a TempDB table for preview.
- Passing the TempDB buffer from the main form to the preview form.
- Launching the preview form using Args and a Display menu item.
- Ensuring the preview form correctly receives the temp table records.
- The preview form opens but doesn’t show any data.
- I’m not fully sure if I’m passing the temp table buffer correctly.
- Not sure if the temp table should be filled inside the button logic or elsewhere.
- A simple example of the button clicked() method.
- The correct setup for the TempDB table.
- How to define the preview form datasource.
- A working example of passing and displaying TempDB data using Args.
Thank you!


Report
All responses (
Answers (