home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-08-12 | 1.0 KB | 33 lines | [TEXT/ttxt] |
- Docs for 4D application RECORDS.
-
- Written by:
- Todd.
- ACIUS.
-
- Purpose:
- 1. To provide examples of displaying multiple nested subfiles at once.
- 2. Examples of double clicking in scrollable area (Dave's discovery).
- 3. Indexed searching across nested subfiles.
- 4. Just ideas to use.
-
- Notes:
- 1. You can double click in the scrollable areas to modify the existing entry.
- Don't do a fast double click or the procedure won't catch it. Just
- slow-n-easy.
- 2. The search performed with the fields does an intersection so each
- element specified must be present in the record in order to match.
- 3. If you leave a search criterion blank then it will not be used.
- 4. I don't clear the search spec variables each time through. They're globals
- so that way if your first search doesn't find anything, you can see for
- what you had searched.
-
- Status:
- Feel free to modify the code and enhance the example.
- It is packed with Packit.
-
- Disclaimer:
- I wrote this late last night.
- Todd Carper and ACIUS Inc. request the standard complete disclaimer.
-
-
- Have fun.