Search found 28 matches: aidx

Return to advanced search

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

ribbon+oPanel+Xbrowse+TASKPANEL

... LOCAL oFnt LOCAL nW, nH LOCAL cPersonalca:=Space(60) LOCAL oGet LOCAL cVar, oCbx, cHelp,oCbx1 LOCAL oBar, oPop, oIcon, cTit LOCAL oBtn, aX[6], aIdx:={},oCol Local oWnd,oPanel aIdx:={"por Codigo","por Nombre"} cTit:="Datos de las Personales" oPanel := TPanel():New( ...
by jbrita
Mon Dec 01, 2014 1:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ribbon+oPanel+Xbrowse+TASKPANEL
Replies: 3
Views: 1500

Re: Búsqueda incremental en RecordSet

Amigo prueba asi: Local nIndex:={"ma_rutc","ma_nomc"} REDEFINE COMBOBOX oCbx VAR cVar ITEMS aIdx ID 1007 OF oDlg UPDATE; ON CHANGE SeOrden(oCbx,oLbx,nIndex) REDEFINE SAY oSay ID 101 OF oDlg UPDATE FONT oVentPrinc:oFont COLOR CLR_BLUE oLbx:SetAdo(cMa_Ctes) oLbx:bSeek ...
by jbrita
Tue Feb 26, 2013 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Búsqueda incremental en RecordSet
Replies: 5
Views: 1400

Re: Manejar 2 o mas Dbf con Tdatabase

... que deseo es abrir varios DBFs en un mismo PRG sin que me cree conflictos al cerrarlos. Tengo una funcion para hacerlo FUNCTION Abrir ( cArchivo, aIdx ) LOCAL cAlias LOCAL oDbf DbUseArea( .T. ,, cArchivo, cAlias, .T. ) oDbf:=TDatabase():New() oDbf:GOTOP() RETURN oDbf El problema se presentra cuando ...
by Compuin
Wed Nov 30, 2011 9:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejar 2 o mas Dbf con Tdatabase
Replies: 6
Views: 842

Re: Outlook Calendar (prototype)

... problem because to open the citas I use a function to open dbfs on net see the source code I sent you oDCal:=Open_dbf("citas",.T.,.T.,aIdx) (oDCal)->(OrdSetFocus(1)) (oDCal)->(DbGoTop()) it make the same of your code only I add for each line of index this command "for !deleted()" ...
by Silvio
Fri Feb 11, 2011 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook Calendar (prototype)
Replies: 102
Views: 32547

Re: XBrowse Win7 Bar New Sample

MR RAO, I made : // OPEN DATABASE oDHard:=Apri_dbf("Hardware",.T.,.T.,aIdx) (oDHard)->(OrdSetFocus(2)) // CREATE Dialog and XBROWSE oApp():oDlg := TMia():New(oApp():oWndMain) oApp():oDlg:cTitle := i18n('Gestione Hardware') oApp():oDlg:SetColor(0,RGB(143,172,230)) ...
by Silvio
Tue Jan 04, 2011 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 13864

Re: GET AND PICTURE ERROR

... (Self) then I open the dbf and open the dialog with oDCot:=Apri_Dbf("Cotiza",.T.,.T.,aIdx)   oT:=CA_210():New()   cVar:=aIdx[1]   (oDCot)->(OrdSetFocus(1)) DEFINE ...
by Silvio
Wed Jul 01, 2009 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET AND PICTURE ERROR
Replies: 10
Views: 1727

Silvio wrote:si funziona l'esempietto solo che io non so quanti indici ha un archivio


Non ha importanza quanti elementi abbia aIdx. Riempilo e poi assegnalo ad aPrompts come ti ho fatto vedere e vedrai che funziona.

EMG
by Enrico Maria Giordano
Fri Feb 09, 2007 7:49 am
 
Forum: All products support
Topic: conversione degli items di un combobox
Replies: 12
Views: 3794

... nella funzione Apri_dbf io mi apro il file in rete gli assegno un alias e vado a indicizzare l'archivio per tutti gli indici e setto nell'array aidx il commento relativo agli indici creati per quell'archivio in sostanza per aprire un file faccio : oDCli:=Apri_dbf("Soci",.T.,.T.,aIdx) ...
by Silvio
Fri Feb 09, 2007 12:12 am
 
Forum: All products support
Topic: conversione degli items di un combobox
Replies: 12
Views: 3794

ok
se faccio ? aidx[1]
mi da "per nome"

se faccio ? aidx[2]
mi da "per cognome"

ma se faccio ? aidx
mi da

parentesigraffa aperta tre puntini parentesigraffa chiusa

secondo te si puo' fare qualcosa ?
by Silvio
Thu Feb 08, 2007 5:42 pm
 
Forum: All products support
Topic: conversione degli items di un combobox
Replies: 12
Views: 3794

Visualizza il contenuto di aIdx e dimmi cosa contiene esattamente.

EMG
by Enrico Maria Giordano
Thu Feb 08, 2007 11:56 am
 
Forum: All products support
Topic: conversione degli items di un combobox
Replies: 12
Views: 3794

... questi items l'utente selezionava un item e il listbox automaticamente si indicizzava sull'indice relativo REDEFINE COMBOBOX oCbx VAR cVar ITEMS aIdx ID 210 OF oDlg; ON CHANGE Sel_Index(oCbx) Ora io vorrei sostituite il combo con il tab cosi che l'utente finale potesse cliccare su ogni prompt ...
by Silvio
Thu Feb 08, 2007 10:00 am
 
Forum: All products support
Topic: conversione degli items di un combobox
Replies: 12
Views: 3794

converte combox -> tab control

I load nto an arrary 3 strings .. local aIdx:={} aIdx:={"Fondatore","Ordinario","Simpatizzante","Servizi"} On old program I use a combox to select the option REDEFINE COMBOBOX oCbx VAR cVar ITEMS aIdx ID 210 OF oDlg; ON CHANGE Sel_Index(oCbx) ...
by Silvio
Wed Feb 07, 2007 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: converte combox -> tab control
Replies: 3
Views: 895
Previous

Return to advanced search