Has it TFolder 2007 look?
Has it TFolder 2007 look?
Dear Anotonio,
as subject.
Regards,
Dutch
as subject.
Regards,
Dutch
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Mr Otto
Both have different purposes. Please see this topic.
http://fivetechsoft.com/forums/viewtopic.php?t=10372
Both have different purposes. Please see this topic.
http://fivetechsoft.com/forums/viewtopic.php?t=10372
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- jose_murugosa
- Posts: 943
- Joined: Mon Feb 06, 2006 4:28 pm
- Location: Uruguay
- Contact:
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- jose_murugosa
- Posts: 943
- Joined: Mon Feb 06, 2006 4:28 pm
- Location: Uruguay
- Contact:
Thanks for your interest, nageswaragunupudi, yes I actualy use tPages, and It is excelent but is not transparent because it is not a native control of windows.nageswaragunupudi wrote:Mr Jose
> specialy I would like to use folders as pages without tabs if It could be posible.
Have you seen TPages class ? Does it serve your purpose for what you have in mind ?
And It would be nice to use a "folder without tabs" in sustitution of this control.
But I´m not sure that it is possible.
Antonio, Is it?
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
José Murugosa
FWH + Harbour + Bcc7. Una seda!
FOLDER without TABS ?
HOW ?
Let me see a sample please......
There are many control we can create ...why we stop on old questions ?
LOOk a see to http://www.devcomponents.com/dotnetbar/
before to dead I want work with these control ...in xharbour/fwh
)))
HOW ?
Let me see a sample please......
There are many control we can create ...why we stop on old questions ?
LOOk a see to http://www.devcomponents.com/dotnetbar/
before to dead I want work with these control ...in xharbour/fwh
)))
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Mr. Fernando Sanchez
> ou can use our TViaRibbonBar class similar to TFolder Class.
> You can redefine folder using your resource editor.
Can we create TViaRibbonBar ( instead of TFolder ) with source code only? Most of my Folders are not from resources. I created most of my Folders with source code only. Any sample to use TViaRibbonBar in the place of TFolder from source code ?
Does TViaRibbonBar now work on 16-bit resolution ?
> ou can use our TViaRibbonBar class similar to TFolder Class.
> You can redefine folder using your resource editor.
Can we create TViaRibbonBar ( instead of TFolder ) with source code only? Most of my Folders are not from resources. I created most of my Folders with source code only. Any sample to use TViaRibbonBar in the place of TFolder from source code ?
Does TViaRibbonBar now work on 16-bit resolution ?
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Dear Fernando,
I bought it but it has some problem with xHb.com. I try to include but not successful.
Regards,
Dutch
I bought it but it has some problem with xHb.com. I try to include but not successful.
Regards,
Dutch
Fernando Sanchez wrote:Hello Ducth,
You can use our TViaRibbonBar class similar to TFolder Class.
You can redefine folder using your resource editor.
Please visit http://www.noway.com for detailed info.
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- richard-service
- Posts: 583
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Contact:
Dear Fernando,
I try it again this morning but I've got the error as following;
What's wrong I do?
Regards,
Dutch
I try it again this morning but I've got the error as following;
What's wrong I do?
This is my codeError description : Error BASE/1004 Message not found: TVIARIBBON:DEFCONTROL
Stack Calls
===========
Called from : tobject.prg => TVIARIBBON:ERROR(172)
Called from : tobject.prg => TVIARIBBON:MSGNOTFOUND(205)
Called from : tobject.prg => TVIARIBBON:DEFCONTROL(0)
Called from : VCPanel.PRG => TVIAPANEL:NEW(0)
Called from : VRibbonB.PRG => TVIARIBBON:NEW(0)
Called from : EZQUOTE.PRG => QUOTELIST(241)
Code: Select all
*------------------*
Procedure QuoteList( cHotel, cQuote, cHIntNo )
local oDlg, oBrow, oBtn[5]
local oRibbonBar
OPENFILE('HOTEL','HL',1)
OPENFILE('QHEAD','QHD',iif(!empty(cQuote),3,2))
SET RELATION TO QHD->HED_HINT INTO HL
if !empty(cHotel)
if QHD->(DbSeek( cHotel ))
QHD->(cmxSetScope( 0, cHotel ))
QHD->(cmxSetScope( 1, cHotel ))
else
MsgAlert('Quotation not found')
end
elseif !empty(cQuote)
if QHD->(DbSeek( cQuote ))
QHD->(cmxSetScope( 0, cQuote ))
QHD->(cmxSetScope( 1, cQuote ))
else
MsgAlert('Quotation not found')
end
end
QHD->(DbGoTop())
DEFINE DIALOG oDlg RESOURCE 'MAINLIST' FONT MEMVAR->oFont
* DEFINE DIALOG oDlg RESOURCE 'QLIST' FONT MEMVAR->oFont
DEFINE RIBBONBAR oRibbonBar OF oDlg SIZE 390 TABS " Quotation List ", " Test " PANELS "QLIST" PIXEL TRANSPARENT // error this line
REDEFINE LISTBOX oBrow FIELDS QHD->HED_HOTEL, QHD->HED_CNT, QHD->HED_NO+iif(!empty(QHD->HED_REV),'/'+QHD->HED_REV,''), dtoc(QHD->HED_DATE), QHD->HED_PRJ, STR(QHD->HED_ROOM,4), QHD->HED_FORM ;
HEADERS 'Name', 'Contact Person', 'Quotation#', 'Date', 'Manager', 'Rooms', 'Q.Form' ;
FIELDSIZES 250, 200, 75, 75, 80, 45, 100 ;
UPDATE ;
ID 101 ;
OF oRibbonBar:aPanels[1] ;
ON DBLCLICK (Quotation(.F., cHIntNo), oBrow:Refresh(), oBrow:SetFocus())
Dutch