Search found 44 matches: subscript

Return to advanced search

Re: Insert an record on array

Dear Silvio, Arguments aArray The array name into which the value xValue will be inserted. nPos Subscript position in aArray. Default: 1st position xValue Value to be inserted lAutoSize Boolean flag to increase or not the size of aArray. Default value: .F. https://harbour.github.io/doc/harbour.html#hb_ains ...
by Silvio.Falconi
Mon Jan 15, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert an record on array
Replies: 4
Views: 827

Re: Insert an record on array

Dear Silvio, Arguments aArray The array name into which the value xValue will be inserted. nPos Subscript position in aArray. Default: 1st position xValue Value to be inserted lAutoSize Boolean flag to increase or not the size of aArray. Default value: .F. https://harbour.github.io/doc/harbour.html#hb_ains ...
by Antonio Linares
Sun Jan 14, 2024 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert an record on array
Replies: 4
Views: 827

Re: RTF Spell Checker

... modify text within the control. Text formatting: The control allows applying formatting options such as bold, italic, underline, strikethrough, subscript, and superscript to selected text or the entire document. Font selection: Users can choose different fonts for their text. Paragraph formatting: ...
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: FullTextSearch

Hi JF, Do your friends call you JF DOT because you are a web developer, or is it a punctuation mark? Have you subscript the modharbour.club Facebook group? It would be so great if you could post a success story. It is so important. So many here are waiting, and we lose a lot of ...
by Otto
Fri Mar 18, 2022 9:14 pm
 
Forum: mod_harbour
Topic: FullTextSearch
Replies: 7
Views: 655

Re: Dividir Un Array

... ) → aTarget Arguments aSource is the array to copy elements from. aTarget is the array to copy elements to. nStart is the beginning subscript position to copy from aSource nCount the number of subscript elements to copy from aSource. nTargetPos the starting subscript position in ...
by hmpaquito
Fri May 21, 2021 11:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dividir Un Array "SOLUCIONADO"
Replies: 5
Views: 605

Re: XBrowse: how to load image data instead of image name

... n " is 21. When the dialog is activated and controls are to be shown, the value of "n" is 21 and naturally we get runtime error as subscript out of range. Ahh.. So the program executes the loop before we do the activate ? This can explane why i have spend time in order to trap errors ...
by Marc Venken
Tue Nov 03, 2020 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1527

Re: XBrowse: how to load image data instead of image name

... n " is 21. When the dialog is activated and controls are to be shown, the value of "n" is 21 and naturally we get runtime error as subscript out of range. Correct way: for n := 1 to 20 aGet[ 1 ] := MakeGet( n * 20, 50, aVar, n, oWnd ) next n ACTIVATE WINDOW .... //-------------- ...
by Otto
Tue Nov 03, 2020 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1527

Re: Hi-Lite a radio button or checkbox to show Tab Order Cursor

is a windows problems, please enable alt key subscript.
sorry for my bad english. i show a screenshot of my config.
Image
by carlos vargas
Thu Mar 12, 2020 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi-Lite a radio button or checkbox to show Tab Order Cursor
Replies: 4
Views: 1041

Re: FWH 18.08: Gets with loop variable as array subscript

Thanks, so I abandon the other structure until a further version? :D Something (imaginary) like nIDGet:= 64nID    := 108FOR nIDVar := 23 TO 30    REDEFINE GET oGet GetSUBSCRIPT nIDGet VAR aPedg VarSUBSCRIPT nIDVar,2 MEMO ID IDSubstript nId OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[...
by ellano
Tue Jan 29, 2019 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2496

Re: FWH 18.08: Gets with loop variable as array subscript

This is correct
Code: Select all  Expand view
nID:=116
FOR nIDGet := 47 TO 62
    REDEFINE GET aPedg SUBSCRIPT nIDGet,2 ID nID OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[2]
    nID++
NEXT
 
by nageswaragunupudi
Tue Jan 29, 2019 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2496

Re: FWH 18.08: Gets with loop variable as array subscript

Thank you for your advice. We have now two cases: * This one works:nID:=116FOR nIDGet := 47 TO 62    REDEFINE GET aPedg SUBSCRIPT nIDGet,2 ID nID OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[2]    nID++NEXT* This one, a little more complex, has an error E0030 on ...
by ellano
Tue Jan 29, 2019 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2496

Re: FWH 18.08: Gets with loop variable as array subscript

... make it work, but then the whole structure is useless since it attach all the GET array to one ID. At least it narrows the error down to the IDSUBSCRIPT part that seems to be giving the problem (and error) Emiliano Llano Díaz Emiliano FOR n := 47 TO nLen    REDEFINE GET aPedg SUBSCRIPT ...
by cnavarro
Tue Jan 29, 2019 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2496

Re: FWH 18.08: Gets with loop variable as array subscript

Thanks. That make it work, but then the whole structure is useless since it attach all the GET array to one ID.

At least it narrows the error down to the IDSUBSCRIPT part that seems to be giving the problem (and error)

Emiliano Llano Díaz
by ellano
Tue Jan 29, 2019 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2496

Re: FWH 18.08: Gets with loop variable as array subscript

Emiliano, try

REDEFINE GET aPedg SUBSCRIPT n,2 ID nIDGet OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[2]
by cnavarro
Mon Jan 28, 2019 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2496

Re: FWH 18.08: Gets with loop variable as array subscript

... ID 116 OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[2]nIDGet:=116nLen:=62FOR n := 47 TO nLen    REDEFINE GET aPedg SUBSCRIPT n,2 ID nIDGet IDSUBSCRIPT nIDGET OF oFld:aDialogs[4] UPDATE READONLY FONT oFuente[2]    nIDGet++NEXT
by ellano
Mon Jan 28, 2019 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2496
Next

Return to advanced search