FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour GET CUEBANNER BUG
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
GET CUEBANNER BUG
Posted: Sat Jun 06, 2015 03:24 PM
Perhaps there is a bug but here the cuebanner get not run !!


Code (fw): Select all Collapse
#include 'fivewin.ch'

function Main()

   local oDlg, oBrw,oGrp1
   local aGet[4]
   local cFirst:=space(20)
 Local aTxt:=  { "Searh for First","Searh for Last","Searh for Street","Searh for State","Searh for HireDate"}

nField:= 1

Define DIALOG oDlg TITLE "Searching Customers - " ;
         FROM 452, 774 to 870, 1303 PIXEL COLOR 0, 14215660 //FONT  oFont


  @   24,  11 SAY "&First:"     SIZE  55,   7 PIXEL  OF  oDlg  COLOR 0, 14215660

  @  22,  45  GET aGet[1] VAR cFirst  SIZE  130,  12 PIXEL OF oDlg  CUEBANNER "where is the cuebanner ?"    UPDATE

  *  aGet[nField]:cCueText:= aTxt[nField]
        *  aGet[nField]:SetCueBanner(.t., aTxt[nField])
         * aGet[nField]:refresh()


 ACTIVATE DIALOG oDlg  CENTERED

RETURN NIL
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion