Results 1 to 2 of 2

Thread: Wildcards

  1. #1
    M. Flanagan Guest

    Wildcards


    Is there a way to use wildcard reference to fields in MagicCell and NameMap functions? For example, I would like to apply a 'nowrap' attribute to all cells in a table and don't want to set it for each individual cell.

    Thanks.

  2. #2
    John Guest

    Wildcards (reply)


    Hi,

    The dbOptions "CellfontTag" is a global, but it's only for the font. You can't put NOWRAP in there. The only way is to put it in each field in the dbMagicCell. It's pretty quick if you use the field numbers instead of names, just:

    x.dbMagicCell = "0,,nowrap;1,,nowrap;2,,nowrap;" etc. One line and you're done!

    Thanks,
    John


    ------------
    M. Flanagan at 5/11/01 8:42:37 AM


    Is there a way to use wildcard reference to fields in MagicCell and NameMap functions? For example, I would like to apply a 'nowrap' attribute to all cells in a table and don't want to set it for each individual cell.

    Thanks.

Posting Permissions

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