FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Use TABs problem
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Use TABs problem
Posted: Thu Sep 03, 2009 08:03 AM
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
    [/list:u]

    Code (fw): Select all Collapse
    @ 4, 4 TABS oTabs2 OF oWnd    ;
              PROMPTS "Open", "Help" ;  
              BITMAPS "open2", "Help2" ;
              SIZE 205, 40
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Use TABs problem
Posted: Thu Sep 03, 2009 09:19 AM

Richard,

It uses a different syntax.

Please review FWPPC\samples\TestTab.prg

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Use TABs problem
Posted: Thu Sep 03, 2009 10:18 AM
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?
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Use TABs problem
Posted: Thu Sep 03, 2009 10:30 AM

Richard,

Please review FWPPC\samples\MenuBmp.prg

it may be similar to what you want

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Use TABs problem
Posted: Thu Sep 03, 2009 05:06 PM
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.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Use TABs problem
Posted: Thu Sep 03, 2009 10:54 PM

Richard,

No, sorry, we don't have them yet

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Use TABs problem
Posted: Fri Sep 04, 2009 12:34 AM
Antonio Linares wrote:Richard,

No, sorry, we don't have them yet

Antonio,

I see.
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit

Continue the discussion