Page 1 of 1

Use TABs problem

Posted: Thu Sep 03, 2009 8:03 am
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
 

Re: Use TABs problem

Posted: Thu Sep 03, 2009 9:19 am
by Antonio Linares
Richard,

It uses a different syntax.

Please review FWPPC\samples\TestTab.prg

Re: Use TABs problem

Posted: Thu Sep 03, 2009 10:18 am
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?

Re: Use TABs problem

Posted: Thu Sep 03, 2009 10:30 am
by Antonio Linares
Richard,

Please review FWPPC\samples\MenuBmp.prg

it may be similar to what you want

Re: Use TABs problem

Posted: Thu Sep 03, 2009 5:06 pm
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.

Re: Use TABs problem

Posted: Thu Sep 03, 2009 10:54 pm
by Antonio Linares
Richard,

No, sorry, we don't have them yet

Re: Use TABs problem

Posted: Fri Sep 04, 2009 12:34 am
by richard-service
Antonio Linares wrote:Richard,

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

I see.