Results 1 to 5 of 5

Thread: Hide default values in update/add

  1. #1
    Peter Grivas Guest

    Hide default values in update/add

    I want to add a record to a table. Say there are 2 fields - Field 0 and Field 1.

    I want Field 0 to have a default value of 'x'. But I don't want it to display on the update/add form.

    If I do a dbEditFlds = "0[x],1" then both fields 0 and 1 appear on the form.

    Is there some way to not display field 0?

    Thanks,

    Pete

  2. #2
    Guest

    Hide default values in update/add (reply)


    On 2/25/99 11:25:31 AM, Peter Grivas wrote:
    > I want to add a record to a table. Say there are 2 fields - Field 0 and
    > Field 1.

    I want Field 0 to have a default value of 'x'. But I
    > don't want it to display on the update/add form.

    If I do a
    > dbEditFlds = "0[x],1" then both fields 0 and 1 appear on the
    > form.

    Is there some way to not display field 0?

    Thanks,

    Pete

  3. #3
    John Guest

    Hide default values in update/add (reply)

    Hi Peter,

    I don't think there's any way of doing it today. It may be possible with the new Enterprise version. I'll check into it and get back with you.

    Thanks,
    John


    On 2/25/99 11:25:31 AM, Peter Grivas wrote:
    > I want to add a record to a table. Say there are 2 fields - Field 0 and
    > Field 1.

    I want Field 0 to have a default value of 'x'. But I
    > don't want it to display on the update/add form.

    If I do a
    > dbEditFlds = "0[x],1" then both fields 0 and 1 appear on the
    > form.

    Is there some way to not display field 0?

    Thanks,

    Pete

  4. #4
    Peter J. Grivas Guest

    Hide default values in update/add (reply)


    On 2/26/99 5:14:59 AM, John wrote:
    > Hi Peter,
    >
    > I don't think there's any way of doing it today. It
    > may be possible with the new Enterprise version. I'll check into it
    > and get back with you.
    >
    > Thanks,
    > John

    I would appreciate it. When is the Enterprise version coming out?

    Pete

  5. #5
    John Guest

    Hide default values in update/add (reply)

    We're taking requests to beta test it right now. It will go through a beta period while the documentation is produced and examples are created. When they're done, I'm sure it will be very solid and we'll officially release it.

    Thanks,
    John


    On 2/26/99 1:55:02 PM, Peter J. Grivas wrote:
    >
    On 2/26/99 5:14:59 AM, John wrote:
    > Hi Peter,
    >
    > I don't think
    > there's any way of doing it today. It
    > may be possible with the new
    > Enterprise version. I'll check into it
    > and get back with you.
    >
    >
    > Thanks,
    > John

    I would appreciate it. When is the Enterprise
    > version coming out?

    Pete

Posting Permissions

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