can not click into TEXTBOX ( in TAB PAGE ) ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

can not click into TEXTBOX ( in TAB PAGE ) ?

Post by AUGE_OHR »

hi,

i do have this Structure

Code: Select all

   DEFINE WINDOW XPPTEL ;
     DEFINE TAB Tab_1 ;
       DEFINE PAGE "&Geschäft"
		// Label and TEXTBOX
       END PAGE
       DEFINE PAGE "&Ansprech"
		// Label and TEXTBOX
       END PAGE
       DEFINE PAGE "&Privat"
		// Label and TEXTBOX
       END PAGE
     END TAB
    DEFINE BROWSE Browse_1
    END BROWSE
    DEFINE BUTTON Button_1
    END BUTTON
    DEFINE TIMER internal_timer_1 INTERVAL 300 ACTION DoRunOnce()
  END WINDOW
i do have SET BROWSESYNC ON and ONCHANGE XPPTEL_Store() to "update" TEXTBOX

i can click on TAB Header to change Page
i can use Keyboard TAB ( CHR(9) ) to get into TEXTBOX

but i can not use Mouse to click into a TEXTBOX to "activate" it :o
i have no Idea what is going on ... need Idea :idea:
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: can not click into TEXTBOX ( in TAB PAGE ) ?

Post by AUGE_OHR »

sorry ... my Error ...

have try to use a LABEL "as Background" on a TAB ( PAGE )
have to use IMAGE instead
have fun
Jimmy
Post Reply