Results 1 to 3 of 3

Thread: Finding record inside a view

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2014
    Posts
    206

    Default Finding record inside a view

    Hey guys, I have been working on a 19.0 -> 19.1 migration, then i found a problem on my view toolbar, i just want to add a toolbar with record control (next,last) but does not work, i used cWebMenuFindNext, cWebMenuFindLast class on 19.0 without problems, can anyone take a look please?

    Code:
        Object oWebMainPanel2 is a cWebPanel
            Set peRegion to prTop
            Object oFindToolBar is a cWebToolBar
                Object oFirstMenuItem is a cWebMenuFindFirst
                End_Object
            
                Object oPreviousMenuItem is a cWebMenuFindPrevious
                End_Object
            
                Object oFindMenuItem is a cWebMenuFind
                End_Object
            
                Object oNextMenuItem is a cWebMenuFindNext
                End_Object
            
                Object oLastMenuItem is a cWebMenuFindLast
                End_Object
            
                Object oPromptMenuItem is a cWebMenuPrompt
                End_Object
            End_Object
        End_Object

    you can replace customer.wo on your weborder project example.

    thanks.
    Attached Files Attached Files
    Last edited by Salvadori; 22-Apr-2019 at 09:16 AM.

Posting Permissions

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