Search found 1687 matches: position

Return to advanced search

Gráficos de Google desde una aplicación FWH

... ['2005', 1170, 460], ['2006', 660, 1120], ['2007', 1030, 540] ]); var options = { title: 'Company Performance', curveType: 'function', legend: { position: 'bottom' } }; var chart = new google.visualization.LineChart(document.getElementById('curve_chart')); chart.draw(data, options); } </script> ...
by TOTOVIOTTI
Mon Jun 26, 2023 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gráficos de Google desde una aplicación FWH
Replies: 7
Views: 597

Symbol position

... "Some text"  PIXEL  OF oDLG  SIZE 100, 20  FONT oFont The text is pressed to the left. In this case, I can easily determine the starting position of any character. For example, the 6th -"t" GetTextWidth(NIL, left(oCl:GetText(),5), oFont:hFont)+1 However, ...
by Natter
Sat Jun 24, 2023 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Symbol position
Replies: 0
Views: 146

Re: To Rao : Panel Scroll position Falled

Antonio, Rao, watch this video https://i.postimg.cc/Cx6w2B0H/g.gif initially I select a date range and select as element "umbrella" and insert 2 of them I scroll the scrollbar up and down then I select the "palm" element and insert 2 of them then I move the scroll...
by Silvio.Falconi
Tue Jun 13, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Rao : Panel Scroll position Falled
Replies: 1
Views: 141

To Rao : Panel Scroll position Falled

... After inserting the first records I pressed the right panel scrollbar and then I inserted other records and I saw that the records were positioned not below the others but much further down I use the nRowItem variable to save my position every time I insert a row in the right panel and ...
by Silvio.Falconi
Tue Jun 13, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Rao : Panel Scroll position Falled
Replies: 1
Views: 141

Re: Position in ADO Recordset

hi,
nageswaragunupudi wrote:After sorting, oRs:BookMark points to the record number in the original order as read where as oRs:AbsolutePosition points to the relative position in the sorted order.

ah, understand

thx for all Answer
by Jimmy
Sun Jun 11, 2023 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position in ADO Recordset
Replies: 3
Views: 256

Re: Position in ADO Recordset

... After sorting, oRs:BookMark points to the record number in the original order as read where as oRs:AbsolutePosition points to the relative position in the sorted order. Usage: uBm := oRs:BookMarkoRs:BookMark := 50.0n := oRs:AbsolutePostionoRs:AbolutePostion := 20 https://www.w3schools.com/asp/ado_intro.asp
by nageswaragunupudi
Sun Jun 11, 2023 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position in ADO Recordset
Replies: 3
Views: 256

Re: Position in ADO Recordset

Jimmy,

Equivalents:
    Found() --> .not. oRs:Eof()
    RecNo() --> oRs:BookMark
    DbGoTo( n ) --> oRs:BookMark := n
    OrdKeyNo() --> oRs:AbsolutePosition
    OrdKeyGoTo( x ) --> oRs:AbsolutePosition := x
Regards,
by Cgallegoa
Sun Jun 11, 2023 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position in ADO Recordset
Replies: 3
Views: 256

Position in ADO Recordset

hi,

i can use ADO Method MoveFirst, MoveLast, MoveNext and MovePrevious to move to a Position but how to get the actual "Position" in ADO Recordset :?:
RECNO() does not work with EXCEL ...

how to find out how many ROW Recordset have :?:
by Jimmy
Sat Jun 10, 2023 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position in ADO Recordset
Replies: 3
Views: 256

TEdit on the RibbonBar

... However, Var Put (oEdt:text()) takes the text without the last pressed character. I know the code of this symbol, but I don't know in which position to enter it. How to find out the number of the current position in the line in TEdit (a la oGet:nPos) ?
by Natter
Sat Jun 10, 2023 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEdit on the RibbonBar
Replies: 0
Views: 144

Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt

... for me. Best regards, Otto Please modify the source code provided below. Each button or checkbox in the code is represented by a row and column position indicated with the "@" symbol. The row and column positions are pairs of parameters separated by a comma. Multiply the row and column ...
by Otto
Fri Jun 09, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt
Replies: 4
Views: 461

Re: Connection to XPlane Flight Simulator

... datarefs, which you can view on this website: https://www.siminnovations.com/xplane/dataref/ These data range from aircraft altitude, position, and speed to variables related to weather, electrical systems, engines, etc. Some data can only be read, while the majority can be both read ...
by alvaro533
Thu Jun 08, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 1049

Re: CLASS modification

>i have ask why DTPICKER and GET have "same" Position @ nRow, 70 because DATEPICK and GET ARE NOT N THE SAME POSITION Must I publish all my source code here ? local nRow:= 0,nCol:= 10   local nInterlinea := 30 ddatacambio := oBrw:aArraydata[nRecord][1]  ...
by Silvio.Falconi
Wed May 31, 2023 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1827

Re: CLASS modification

... does only "re-paint" but not "enable" it or EVAL() ACTION of BTNBMP --- i have ask why DTPICKER and GET have "same" Position @ nRow, 70 as you need a String, not Date, you can use DTOC() to "validate" if a String "is" a Date use CTOD()
by Jimmy
Tue May 30, 2023 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1827

drop to GET how ?

hi, i have some GET and enable "DROPFILES"   ON DROPFILES DoDropFiles( nRow, nCol, aFiles ) i try to found TGET and compare Position where i drop PROCEDURE DoDropFiles( nRow, nCol, aFiles )LOCAL ii, iMax, oObj, cVALTYPELOCAL aCtrls   := oMain:aControls   cVALTYPE := ...
by Jimmy
Wed May 24, 2023 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: drop to GET how ?
Replies: 5
Views: 259

CLASS modification

... of the class definition are primarily involved with the vertical scrolling behavior of the panel, such as moving up and down, going to a specific position, handling vertical scroll events, and painting the panel's contents. As with the previous part of the class, there are no methods that explicitly ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1827
PreviousNext

Return to advanced search