Results 1 to 4 of 4

Thread: Browse()

  1. #1
    Senior Member
    Join Date
    Feb 2012
    Location
    São Paulo - Brasil
    Posts
    118

    Browse()

    How I can set browse as readonly and return cursor position or text from browse grid

  2. #2
    Lianja Team yvonne.milne's Avatar
    Join Date
    Feb 2012
    Location
    Berkshire, UK
    Posts
    1,897
    Hi Jefferson,

    You can specify the NOEDIT or NOMODIFY clauses on the BROWSE command. The record position can be queried on exit.

    Or perhaps use a Data list view.

    Regards,

    Yvonne

  3. #3
    Senior Member
    Join Date
    Feb 2012
    Location
    São Paulo - Brasil
    Posts
    118
    Hi Yvonne,

    Browse have search bar.
    So, How I can todo this on javascript browse() function?

    Regards,

  4. #4
    Lianja Team yvonne.milne's Avatar
    Join Date
    Feb 2012
    Location
    Berkshire, UK
    Posts
    1,897
    Hi Jefferson,

    What about a querypicker?

    Code:
    Lianja.showDialogPanel("Browse Shippers","lib:/querypicker.rsp?database=southwind&table=shippers&datagrid=shippers|*|&onselect=myQueryPickerCallback()&width=900&showcolumns=false&selectcolumn=shipperid")
    Name:  querypicker.jpg
Views: 1503
Size:  29.0 KB

    Or maybe put in an enhancement request to have support for nomodify added to the JS browse() function.

    Regards,

    Yvonne

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us