Search found 65 matches: nindex

Return to advanced search

Re: Create a Panel width a text

... work and insert a new method to recalc the position nTop for each ::apanels as this METHOD RecalcPosTask() CLASS TTaskPanel local n for n = ::nIndex + 1 to Len( ::oWnd:aPanels ) ::nHeight = ::nTotalHeight() for n = ::nIndex + 1 to Len( ::oWnd:aPanels ) ::oWnd:aPanels[ n ]:nTop += ::nBodyHeight ...
by Silvio.Falconi
Tue Jan 09, 2024 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2923

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... encargo el que me ayuden como se hace eso.. FUNCTION MENU_PRODUCTO(cEmpresa,cUsuario) Local oDlg, oBrw, oFont2, oCol, oSay, oBtn2[ 9 ] LOCAL oGet,nIndex,aIdx:={} LOCAL cBusca:= Space(60) Local cSeek:="" Local oCampo, cCampo :=space(50) cTab_Art:=xServer:Query("SELECT a.*, b.*, c.* ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 309

evitar que se active columna con xbrowse al dar un click

... encargo el que me ayuden como se hace eso.. FUNCTION MENU_PRODUCTO(cEmpresa,cUsuario) Local oDlg, oBrw, oFont2, oCol, oSay, oBtn2[ 9 ] LOCAL oGet,nIndex,aIdx:={} LOCAL cBusca:= Space(60) Local cSeek:="" Local oCampo, cCampo :=space(50) cTab_Art:=xServer:Query("SELECT a.*, b.*, c.* ...
by kpidata
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 994

Re: chatGPT writes and executes Harbour code !!!

aCombinaciones[nRow, nCol] = (nIndex - 1) MOD 90 + 1 ????? How I can modify this ? what mean " MOD " ? the function generated FUNCTION Main(nChoice)  LOCAL aNumbers[90], nSumCyclo, nSumMath, nDistCyclo, nDistMath  ...
by Silvio.Falconi
Tue Dec 13, 2022 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2727

Re: Cerrar un indice Temporal

JoseLuis wrote:
Code: Select all  Expand view
(aAlias[24])->(Ordsetfocus(nindex))
(aAlias[24])->(Dbgotop())
RETURN NIL
 


y si le pones
(aAlias[24])->(dbsetorder(nindex))
by artu01
Sat Aug 06, 2022 5:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cerrar un indice Temporal (Solucionado)
Replies: 9
Views: 713

Re: CLASS fwTVCL for IP-TV

... FWTVlc FROM TActiveX   DATA oControl, oPlayList, oInput, oVideo, oAudio, oMedia   DATA nStepVolume, nVolumen, nFilterRec, nRECNO, nIndex   DATA cFileName   DATA lRun   DATA lLoop   DATA lEndless   DATA bRClicked, bMenu, bPlayNext   DATA oFont, oParent   DATA cTimer, lStream   METHOD ...
by Jimmy
Tue Aug 02, 2022 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 667

Re: Mysql (Result a Array en C) solicitud de ayuda.

Antonio, que direfencia hay entre estas dos funciones? extern HB_EXPORT HB_BOOL hb_arraySetC( PHB_ITEM pArray, HB_SIZE nIndex, const char * szText ); extern HB_EXPORT HB_BOOL hb_arraySetCL( PHB_ITEM pArray, HB_SIZE nIndex, const char * szText, HB_SIZE nLen ); asi esta quedando la ...
by carlos vargas
Tue Mar 02, 2021 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mysql (Result a Array en C) solicitud de ayuda.
Replies: 7
Views: 563

Re: Printer class question - RESOLVED

... properly, and things get worse when you add boxes, lines, etc. I explain in the eritems.prg source you will be able to see the graphic types CASE nIndex = 1; cName: = "LineUp" CASE nIndex = 2; cName: = "LineDown" CASE nIndex = 3; cName: = "LineHorizontal" CASE nIndex ...
by Silvio.Falconi
Sat Oct 24, 2020 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3195

Re: Fast Report´s future

... of the Designer who does not work as you and I have stressed I explain in the eritems.prg source you will be able to see the graphic types CASE nIndex = 1; cName: = "LineUp" CASE nIndex = 2; cName: = "LineDown" CASE nIndex = 3; cName: = "LineHorizontal" CASE nIndex ...
by Silvio.Falconi
Wed May 13, 2020 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 5919

Xbrowse, Mysql y Tdolphin.. error de orden..

... es: FUNCTION ING_INVENTARIO_GENERAL(cEmpresa, cUsuario) local oDlg, oBrw, oFont2, oCol, oSay, oBtn2[ 9 ], oBoton1, oBoton2, oBoton3 LOCAL oGet,nIndex,aIdx:={} LOCAL cBusca:= Space(60) Local cSeek:="" Local oCampo, cCampo :=space(50), Mensaje Mensaje:="Stock Inventario General" ...
by kpidata
Tue Dec 17, 2019 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 800

error ORDBAGNAME, con mysql tdolphin y xbrowse

... ORDBAGNAME este es parte del codigo FUNCTION Menu_Marca_Extintores(cEmpresa,cUsuario) Local oDlg, oBrw, oFont2, oCol, oSay, oBtn2[ 9 ] LOCAL oGet,nIndex,aIdx:={} LOCAL cBusca := Space(60) Local cSeek:="" cExt_Mar:=XServer:Query("SELECT cod_mar, nom_mar FROM ext_mar ORDER BY cod_mar") ...
by kpidata
Fri Aug 24, 2018 12:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error ORDBAGNAME, con mysql tdolphin y xbrowse
Replies: 1
Views: 739

Re: Como saber si se cambio un dato de un dialogo con 50 Vars

... es distinto de cero, entonces algún GET cambió Si las 50 variables pertenecen a un array, entonces puedes hacer: nAt = AScan( aVars, { | uValue, nIndex | oDlg:aControls[ nIndex ]:VarGet() != uValue } )
by Antonio Linares
Sat Aug 18, 2018 7:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como saber si se cambio un dato de un dialogo con 50 Vars
Replies: 6
Views: 1310

Re: Listbox displays incorrect data

... TAG S3 when we started having problems. //----------------------------------------------------------------------------// static function BuildEvt( nIndex, pText, lEnd ) oMeter:nTotal = RecCount() nPercent = 0 DO CASE CASE nIndex=1 cText := "Removing Deleted Event records" oText:SetText( ...
by cdmmaui
Wed Aug 01, 2018 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2207

error en xbrowse mysql, tdolphin

... FUNCTION MENU_INSUMOS(cEmpresa) Local oDlg, oBrw, oFont2, oCol, oSay, oBtn2[ 9 ] LOCAL oGet,nIndex,aIdx:={} LOCAL cBusca := Space(60) Local cSeek:="" Local oCampo, cCampo :=space(50) LOCAL acIndices := { "por Codigo", "por ...
by kpidata
Tue Jun 19, 2018 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en xbrowse mysql, tdolphin
Replies: 0
Views: 788

Re: TMenuItem():New changed

... ] ; [ <lVert: LINESVERT> ] ; [ <lColors: COLORS> ] ; [ CHARICON <cCharBmp> ] ; [ HSYSBITMAP <hBmp> ] ; [ INDEX <nIndex> ] ; [ <lRight: RIGHT> ] ; [ <lSeparator: SEPARATOR> ] ; [ <lBold: BOLD> ]; [ <lItalic: ITALIC> ]; [ COLORBOX <nClrBox> ...
by cnavarro
Tue Feb 13, 2018 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMenuItem():New changed
Replies: 5
Views: 931
Next

Return to advanced search