Look at this video how can i create a control like this
Tx Jaque
http://www.purecomponents.com/products/ ... abels.aspx
I think Fwh need classes more important than these...there are many classes not run with many errors ok ?
for sample one I made a simply folder on a dialog with source code because resources leak memory , but I cannot show the folder disabled why ?
for sample two if I made a dialog with tprogress and compile with Workshop I can see the colore green , but on Seven Window I cannot use Workshop Borland 16 bit and I must use Pellesc and if I compile with Pellesc I cannot show the color green but I see this control as a 16 bit
There is FastReport with a Harbour interface and EasyReport a native Fivewin report designer.and then fwh need a visual report designer native and a visual designer form native
for sample two if I made a dialog with tprogress and compile with Workshop I can see the colore green , but on Seven Window I cannot use Workshop Borland 16 bit and I must use Pellesc and if I compile with Pellesc I cannot show the color green but I see this control as a 16 bit
REPORT
Fast Report not was made with FWH SOURCE CODE I cannot insert designer obj on our application and thereare many problems to use this application : it created rtf file where I cannot modify anythings.
>I cannot insert designer obj
oFr := frReportManager():New()
oFr:LoadLangRes( "German.xml" )
oFr:SetIcon( 1 )
oFr:SetWorkArea( "tbeleg", SELECT("tbeleg") )
oFr:SetTitle( "Ankunftsliste" + cTITLE )
oFr:LoadFromFile( ".\REPS\AnkunftslisteQuer.FR3" )
oFr:AddVariable( "TITEL", "Titel", "'" + cTITLE + "'" )
oFr:AddVariable( "TITEL", "Titel2", "'" + cTITLE2 + "'" )
oFr:AddVariable( "FIRMA", "CompanyReport", "'" + setup():LizenzNehmer +"'" )
if GETKEYSTATE(VK_CONTROL)
oFr:DesignReport()
else
oFr:ShowReport()
endif
oFr:DestroyFr()
if GETKEYSTATE(VK_CONTROL)
oFr:DesignReport()
else
oFr:ShowReport()
endif
Report Designer is made with fivewin is good but it is too hard to use, and i cannot insert obj into my application and make an EXE complete.
The Class Ribbon was end ? and the other option and features of this class where are ?
datepick into a ribbon folder
by MdaSolution " Tue Apr 20, 2010 9:02 am
Any solution ?
But these are just a few examples, many times I find difficults to create invoices, or search data and filters or create a better UI in my applications lost time many, many hours of work.
we prefer a designer visual report ( source fivewin for harbour) to include our application
vrd sources not have designer to insert to our application
[General]
Title=Seitenende
Width=80
Height=20
Top1=160
Top2=160
TopVariable=1
Condition=1
DelEmptySpace=0
BreakBefore=0
BreakAfter=0
[Items]
401=Text|Zeile|101|1|1|1|6|0|80|6|1|3|2|1|0|0||0
402=Text|Text2|102| 0|1|1|12|1|78|7|1|3|2|3|0|0||0
PRINTAREA 60 OF oVRD ITEMIDS { 101,402 } ITEMVALUES { str(nSumme , str(test)) }
Ribbon ... we thinked you Know the future ....
and for the folder or tprogress ? have you try to create a test ?
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Marc Venken and 111 guests