Use TABs problem

Post Reply
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Use TABs problem

Post by richard-service »

Hi

FWPPC support TABs command? I got error below:
  • testtab.c
    testtab.obj : error LNK2001: unresolved external symbol HB_FUN_TTABS
    testtab.exe : fatal error LNK1120: 1 unresolved externals

Code: Select all

@ 4, 4 TABS oTabs2 OF oWnd    ;
          PROMPTS "Open", "Help" ;  
          BITMAPS "open2", "Help2" ;
          SIZE 205, 40
 
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Use TABs problem

Post by Antonio Linares »

Richard,

It uses a different syntax.

Please review FWPPC\samples\TestTab.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Use TABs problem

Post by richard-service »

Antonio Linares wrote:Richard,

It uses a different syntax.

Please review FWPPC\samples\TestTab.prg
Antonio,

yes, I knew it. I want to add bitmap inot Tab.
Can TabControl do it?
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Use TABs problem

Post by Antonio Linares »

Richard,

Please review FWPPC\samples\MenuBmp.prg

it may be similar to what you want
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Use TABs problem

Post by richard-service »

Antonio Linares wrote:Richard,

Please review FWPPC\samples\MenuBmp.prg

it may be similar to what you want
Antonio,

No. I want Tabs or Folder within bitmap.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Use TABs problem

Post by Antonio Linares »

Richard,

No, sorry, we don't have them yet
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Use TABs problem

Post by richard-service »

Antonio Linares wrote:Richard,

No, sorry, we don't have them yet
Antonio,

I see.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
Post Reply