Results 1 to 2 of 2

Thread: Tornado - SelectedItem and grid display

  1. #1
    Join Date
    Dec 2002
    Location
    Albany, NY
    Posts
    115

    Tornado - SelectedItem and grid display

    Frank,

    Here's another example of something we need from Tornado. The ability to use SelectedItem and have those selected records displayed using .dbEditGridXXXFlds and .dbEditGridXXXSQL. Currently the SelectedITem function only exports data. A more powerful use would be to select records for editing purposes. What do you think?

    Maybe you have a workaround, if so, please let me know the procedure...

    Paul

  2. #2
    Join Date
    Oct 2002
    Posts
    933
    I am guessing what you mean is to pick out selected records and place them in a Grid for editing. This is definitely a mini-application by itself and does not belong to a feature. Normally, when you export something, you can use the result to setup the next operation. In this case, doesn't look trival. I'll think about it.

    One way is to make the selection the master app and then built the SQL for the slave grid edit using the select values either in the same file (preferred) or a separate file.


    Frank

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •