Results 1 to 2 of 2

Thread: Edit field default values- SQL allowed?

Hybrid View

  1. #1
    Paul Woods Guest

    Edit field default values- SQL allowed?

    Is it possible to make the default value of an edit field be the result of a SQL SELECT statement?

    Thanks,

    Paul

  2. #2
    Frank Guest

    Edit field default values- SQL allowed? (reply)

    Do it in two modules. Module 1 do the SQL SELECT and returns one record. Export the fields and in the second module, use the exports to construct to stuff the [defaults] of the edit fields property. Put a switch to bypass module #1 once it is executed once if needed. The exports should stay in memory and upon re-entrance will still be good.

    ------------
    Paul Woods at 4/10/00 5:04:19 PM

    Is it possible to make the default value of an edit field be the result of a SQL SELECT statement?

    Thanks,

    Paul

Posting Permissions

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