Search found 33 matches: adat

Return to advanced search

Checkbox with ltransparent error

Have you ever had a checkbox and used the ""WindowsXP.Manifest" option? IF I made for a sample @ nRow,oBox[1]:nLeft+60 CHECKBOX aDat[ 5] VAR l05 Prompt axArray[ 5, 2 ] SIZE 350, 20 PIXEL OF oDlg aDat[ 5]:lTransparent:=.t. this gate covers the lower part of the dialog, hiding the ...
by Silvio.Falconi
Fri Apr 19, 2024 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox with ltransparent error
Replies: 1
Views: 21

xbrowse Vs listbox: help to structure the body of invoice

...     oBPar:bLDblClick:={|| IF(oT:lNew,Captura(.F.),)}      oBPar:bGoTop   :={||  GoToTop(oDPar,oT:aDat[1])}      oBPar:bGoBottom:={||  GoToBot(oDPar,oT:aDat[1])}      oBPar:bSkip    :={|n| MovePtr(oDPar,oT:aDat[1],n)} ...
by Silvio.Falconi
Fri Jun 07, 2019 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Vs listbox: help to structure the body of invoice
Replies: 0
Views: 536

New FTDN March/Marzo 2018 (FWH 18.03)

... * Enhancements on Class TGraph - Added support for XY Graphs, not only time series - Added Method AddXYSerie( aDat, cLegend, nColor, nType, l3D, lViewVal, lDrawPoint, lDrawLine, cSRLegend ) aDat as { {x1, y}, {x2, y2}, {x3, y3}, .... } - Added types GRAPH_TYPE_XY_LINES ...
by Antonio Linares
Tue Apr 24, 2018 9:25 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2018 (FWH 18.03)
Replies: 0
Views: 1688

Re: Error em TGraph

Defintion of series have more of 4 parameters METHOD AddSerie( aDat, cLegend, nColor, nType , l3D, lViewVal, lDrawPoint, lDrawLine, cSRLegend ) CLASS TGraph and you defintion is oGraph:aSeries = { { "Series 1", CLR_CYAN , , },; // only 4 parameters ...
by cnavarro
Thu Sep 07, 2017 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error em TGraph (resolved)
Replies: 2
Views: 646

Re: Possible to make CRLF of multiline gets visible ?

Thank You very much for the info my working solution : http://www.pflegeplus.com/IMAGES/MGet2.jpg Reading the multiline GET aDat[90] := STRTRAN(("PATIENT")->MEDIKAM1, CRLF, "|") aDat[91] := STRTRAN(("PATIENT")->MEDIKAM2, CRLF, "|") ...
by ukoenig
Wed Jun 08, 2016 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to make CRLF of multiline gets visible ?
Replies: 6
Views: 1043

Re: Xbrowse a speed problem using SCOPE ?

... loading some fields to be shown in folder-pages nothing special. and are neede to do some calculations on button < SAVE > FUNCTION PAT_GET() aDatP[1] := ("KUNDE")->ANREDE aDatP[2] := ("KUNDE")->NAME1 aDatP[3] := ("KUNDE")->NAME aDatP[4] := ("KUNDE")->ANSCHRIFT ...
by ukoenig
Fri Feb 26, 2016 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9021

Re: A problem GRAPH-refresh from folder and DBF-values

Cristobal, thank You very much. I think I have to use oGraph1:AddSerie( aJS1,"Serie", 16771797 ) // AddSerie( aDat, cLegend, nColor, nType, l3D ) changing the array, the refresh is working fine http://www.pflegeplus.com/IMAGES/Tgraph7.jpg Changing the values ...
by ukoenig
Tue Sep 29, 2015 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem GRAPH-refresh from folder and DBF-values
Replies: 5
Views: 1356

Re: TGRAPH Technical Question

Antonio, I found that "METHOD AddSerie( aDat, cLegend, nColor, nType, l3D )" is creating the same aDat array twice (when using two series value) to hold first and second series. This the reason that I had to add two arrays in this method ...
by George
Fri Dec 26, 2014 7:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 9364

XBROWSE BUSQUEDA INCREMENTAL

... STATIC FUNCTION EditList(EsAlta,oWPpal) RETURN NIL //--------------------- STATIC PROCEDURE BUSGIR(aDat,vgItem1) //--------------------- Local xgItem4 := aDat[Val(vgItem1)] Return xgItem4 //---------------------- STATIC FUNCTION Grabadat(Grabar,Esalta,vVar) ...
by Luis
Thu Sep 05, 2013 2:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE BUSQUEDA INCREMENTAL
Replies: 6
Views: 3072

Otras Modificaciones a TGraph de Alfredo Arteaga

... //sin cambio Serie2={3,NIL,NIL,3} => {3,NIL,NIL,3,,,,,} //tamaño 8 * Se ha añadido tres nuevos parametros al metodo AddSerie() AddSerie( aDat, cLegend, nColor, nType, l3D, lViewVal, lDrawPoint, cxLegend ) lViewVal: por defecto .T. y si es .F. no muestra los valores de esta serie lDrawPoint: ...
by RSalazarU
Thu Oct 14, 2010 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otras Modificaciones a TGraph de Alfredo Arteaga
Replies: 10
Views: 2949

Re: GET AND PICTURE ERROR

... procedure oT:=CA_210():New() CLASS CA_210   DATA lNew, lAdd, lEnd, lFst, lCap, lApp, lGpo   DATA oDat, oPar, aPar, oBtn, aTot, aDat, cGpo   DATA cPic1, cPic2, cPic3, cPic4   METHOD New() CONSTRUCTORENDCLASSMETHOD New() CLASS CA_210   ::lNew:=.F.  ...
by Silvio
Wed Jul 01, 2009 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET AND PICTURE ERROR
Replies: 10
Views: 1673

Re: GET AND PICTURE ERROR

it compile and link exe file when I open the exe it make error @ 3,0.5 GET oT:oDat[ 1] VAR oT:aDat[ 1] SIZE 40,12 OF oDlc PICTURE "999999" VALID Val_Doc() WHEN oT:lNew @9.5,30.8 GET oT:oDat[32] VAR oT:aDat[32] OF oDlc SIZE 65,11 PICTURE "99,999,999.99" ...
by Silvio
Tue Jun 30, 2009 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET AND PICTURE ERROR
Replies: 10
Views: 1673

Re: GET AND PICTURE ERROR

... resource dialog and make it with redefines command all picture on the dialog run ok when i use the dialog make with @x,y no resource it nou run oT:aDat[32] is not nil because when open the dialog I load all the variables oT:oDat[ 1]:Enable() oT:oDat[ 1]:Refresh() oT:lApp:=oT:lEnd:=oT:lFst:=oT:lNew:=.T. ...
by Silvio
Tue Jun 30, 2009 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET AND PICTURE ERROR
Replies: 10
Views: 1673

Re: GET AND PICTURE ERROR

I suspect the value of oT:aDat[32] is nil.

Transform( nil, '999.99' ) generates the same runtime error.
by nageswaragunupudi
Mon Jun 29, 2009 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET AND PICTURE ERROR
Replies: 10
Views: 1673

GET AND PICTURE ERROR

WHY WHEN i INSERT THE PICTURE MAKE ERROR ? @9.5,30.8 GET oT:oDat[32] VAR oT:aDat[32] OF oDlc SIZE 65,11 PICTURE "99,999,999.99" Error description: Error BASE/1122 Argument error: TRANSFORM Stack Calls =========== Called from: => TRANSFORM(0) Called ...
by Silvio
Sun Jun 28, 2009 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET AND PICTURE ERROR
Replies: 10
Views: 1673
Next

Return to advanced search