Search found 176 matches: relative

Return to advanced search

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: 238

Re: Position in ADO Recordset

... := cFieldName 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: 238

Re: Numeric alignment with oPrn:SayText( )

... 1. cText. ANSI/Unicode single or multi-line text 2. aRect : { nTop, nLeft, nBottom, nRight } in pixels Defaults to ClientRect All co-ordinates are relative to Client Rect. Coordinates: nil --> default to the border >= 1 --> Pixels from Top or Left as the case may be >0 & < 1 ...
by Marc Venken
Wed May 17, 2023 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 533

Re: Decode JSON - revisited

... in my post. One of the time consuming tasks in decoding JSON responses is the need to compare the type of the value returned and then look at it relative to how it will be applied in the application. For example, some people return all values as type string, and thus numerics must be converted. ...
by TimStone
Wed Feb 15, 2023 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 330

Re: SPLITTER : how to"resize" Client Area

hi Antonio, SPLITTER is working IMHO on "hole height" (VERTICAL) and not "relative" to attached Object in Sample attached Object have TOP := 40 and BOTTOM ;= height - 68 so it is "in Middle" of Window to "see" what i mean disable ...
by Jimmy
Thu Nov 03, 2022 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1014

Re: Manifest

... should include "a lot of things", but for what purpose is not explained. Apparently it is open ground for discussion by some groups relative to the use of them with Win 10 or 11. So, I would like to know the current advice on including a .manifest file, should it be linked internally, ...
by Silvio.Falconi
Wed Oct 26, 2022 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1787

Manifest

... should include "a lot of things", but for what purpose is not explained. Apparently it is open ground for discussion by some groups relative to the use of them with Win 10 or 11. So, I would like to know the current advice on including a .manifest file, should it be linked internally, ...
by TimStone
Wed Oct 26, 2022 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1787

Re: Bitmap buttons in the RibbonBar

What is oBmp (relative to the button in the RibbonBar) ?
by Natter
Tue Sep 06, 2022 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap buttons in the RibbonBar
Replies: 3
Views: 258

Re: cyclometric circle

... data on a website https://i.postimg.cc/0jChsKJb/kk.png my intention is that when I select a row of the oBrw it must show me the relative figure First problem is that the numbers are not sorted from the smallest to the largest so the figure is wrong, how make to create an aNumeri ...
by Silvio.Falconi
Wed Jul 13, 2022 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3027

Re: prices breakdown

... in the printout of the receipt I have them horizontally therefore, by breaking down the total prices for each group, I can print the pixel in the relative space here I wanted to explain what I've been trying to do for days If I try with abolletta := {391.85,0,0,0,0,0,0,0,0,0,0,0,0} aImports := ...
by Silvio.Falconi
Mon Jun 27, 2022 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prices breakdown
Replies: 8
Views: 507

prices breakdown

I have to convert a total price into columns and positions relative to this system, i.e. the total price must be broken down into parts according to the scheme aImports:={200,100,50,20,10,5,3,2,1,0.50,0.20,0.10,0.05} for a sample : total price 1.20 it ...
by Silvio.Falconi
Mon Jun 27, 2022 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: prices breakdown
Replies: 8
Views: 507

Re: calculate the frequency of a number

... is calculated by counting how many times a number has come out over a period of time, in my case from 1871 to today Nages has calculated the relative frequency that is the frequency of a number in the same position, then there is the maximum frequency by counting the times in the fields of ...
by Silvio.Falconi
Fri May 27, 2022 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate the frequency of a number
Replies: 6
Views: 446

Re: ACERCA DE BTNBMP FLAT

... with absolute coordinates in pixel. If you want them to be move in relation to the size of the window, you need to recalculating the coordinates relative to the screen size, in oWnd:bResized code block.
by nageswaragunupudi
Fri May 27, 2022 11:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACERCA DE BTNBMP FLAT [DESCARTADO]
Replies: 5
Views: 444

Re: Copy File Name

... made an empty file on purpose! The main title is in Utf 8. I get the file headers through the directory() function, they have already been recoded relative to the code page specified in my application (I have it RU866). If there is a symbol from some other code page in the header, then this symbol ...
by Natter
Fri Jan 21, 2022 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy File Name
Replies: 21
Views: 976

New FTDN November/Noviembre (FWH 21.11)

... Parameters: 1. cFolder: Name of the folder. Trailing '\' is optional. Path can be full or relative. If the folder does not exist, the folder is created. 2. cFileIco: Icon file or library of icons with full or relative path. Accepted file ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1009
Next

Return to advanced search