Results 1 to 3 of 3

Thread: No view massupdate form

  1. #1
    sugnoe is offline Member
    Join Date
    Aug 2009
    Location
    Girona
    Posts
    13

    Default No view massupdate form

    Hello,
    I don't want to view the massupdate form, but I want to use the Delete button and Export button that they are in list view because sometime I have to delete a register selection, but if I desactive the massupdate option with the varible $this->show_mass_update_form = false, it can't work. Someboy knows, how I can do?
    Thanks
    Noemí

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: No view massupdate form

    Create a view.list.php for your module and implement the function preDisplay with this content:

    PHP Code:
         function preDisplay(){
             
    parent::preDisplay();
             
    $this->lv->showMassupdateFields=false;
         } 
    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    sugnoe is offline Member
    Join Date
    Aug 2009
    Location
    Girona
    Posts
    13

    Default Re: No view massupdate form

    thanks a lot

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 2011-03-30, 04:59 AM
  2. Form Validation in Create View
    By jchinnasamy in forum Help
    Replies: 0
    Last Post: 2008-10-13, 10:04 PM
  3. Row spacing on Seach form & Edit view
    By ddaavvee in forum General Discussion
    Replies: 3
    Last Post: 2008-01-17, 07:12 PM
  4. Replies: 1
    Last Post: 2007-04-17, 08:25 PM
  5. Replies: 4
    Last Post: 2007-01-05, 12:04 AM

Tags for this Thread

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
  •