NetTalk Central

Author Topic: Where did the QBE options button come from  (Read 3126 times)

MikeR

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
    • Email
Where did the QBE options button come from
« on: August 16, 2012, 05:08:53 AM »
Hi people,
I all of a sudden have a 'QBE Options' Button in my report procedure.
My app no longer compiles ?
How did the QBE Button get there, how do I get rid of it ?
The procedure is a  standard clarion report procedure.
I cant delete the extension template, cant find any link on the window ?
Attached a picture so you know what im talking about

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11263
    • View Profile
Re: Where did the QBE options button come from
« Reply #1 on: August 16, 2012, 07:07:41 AM »
it's added by the "QBE Filter" Control template, which you can add to a window.
It adds a button on the window called "Query".
If you go into the window formatter, and delete that button, then you should be able to delete the template at the same time.

cheers
Bruce

MikeR

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
    • Email
Re: Where did the QBE options button come from
« Reply #2 on: August 16, 2012, 07:34:14 AM »
Thats the funny thing, there is no query button, its the standard little report progress window ?

ProgressWindow WINDOW('Report placement'),AT(,,142,59),FONT('MS Sans Serif',8,,FONT:regular), |
          DOUBLE,CENTER,GRAY,TIMER(1)
          PROGRESS,AT(15,15,111,12),USE(Progress:Thermometer),RANGE(0,100),#ORIG(Progress:Thermometer), |
            #ORDINAL(1)
          STRING(''),AT(0,3,141,10),USE(?Progress:UserString),CENTER,#ORIG(?Progress:UserString), |
            #ORDINAL(2)
          STRING(''),AT(0,30,141,10),USE(?Progress:PctText),CENTER,#ORIG(?Progress:PctText), |
            #ORDINAL(3)
          BUTTON('Cancel'),AT(46,42,49,15),USE(?Progress:Cancel),LEFT,ICON('WACANCEL.ICO'), |
            FLAT,MSG('Cancel Report'),TIP('Cancel Report'),#ORIG(?Progress:Cancel),#ORDINAL(4)
        END


[attachment deleted by admin]