Search found 78 matches: clienti

Return to advanced search

Re: Index with Progress

... ? I found there is the error on tag when I create index cdx with tag for sample theseline are not runned if ! File( CurDir() + "\data\CLIENTI.CDX" ) INDEX ON CLIENTI->NUMCLI TAG CLIXCVE TO ( CurDir() + "\data\CLIENTI" ) INDEX ON CLIENTI->RAZSOC TAG CLIXDES TO ( ...
by Silvio
Sat Aug 29, 2009 3:32 pm
 
Forum: FiveWin for Pocket PC
Topic: Index with Progress
Replies: 6
Views: 1520

Abrir un archivo en wifi y en la red

... + "CONTROL" ) VIA "DBFCDX" ALIAS CONTROL NEW cPath:=Alltrim(Control->Data)+"\" SELECT 1 USE ( cPath + "CLIENTI" ) VIA "DBFCDX" ALIAS CLIENTI NEW ? Alias() RETURN NIL
by Silvio
Fri Aug 21, 2009 4:16 pm
 
Forum: FiveWin para Pocket PC
Topic: Abrir un archivo en wifi y en la red
Replies: 1
Views: 543

Re: Problemi con edit/dos su vista

... devi giochicchiarci può anche andar bene, ma se devi lavorarci seriamente lascia perdere. Personalmente per ora non mi muovo da XP, sia io che i clienti che si affidano a me. Poi quando uscirà Windows 7 se ne riparlerà. max
by max
Wed May 27, 2009 7:12 am
 
Forum: All products support
Topic: Problemi con edit/dos su vista
Replies: 9
Views: 2039

Re: FOLDER CLASS BUG

... + "\CliName" )) Clientes->( OrdSetFocus( "\CliName" ) ) Clientes->( DbGoTop() ) DEFINE DIALOG oDlgClient TITLE "Clienti" @ 0, 0 LISTBOX oLbx FIELDS aHBitmaps[ Max( 1, Clientes->Nivel ) ],; Clientes->Nombre,; Clientes->Telefono,; Str( Clientes->Edad, ...
by Silvio
Mon May 11, 2009 12:25 pm
 
Forum: FiveWin for Pocket PC
Topic: FOLDER CLASS BUG RESOLVED!!!
Replies: 4
Views: 1024

listbox not indexed

http://img2.imageshack.us/img2/6394/clienti.png why the records are not indexed ? I made : STATIC FUNCTION Client()   local oDlgClient , oTabs   local oLbx   local cVar   local aHBitMaps:=Array( ...
by Silvio
Fri May 08, 2009 5:10 pm
 
Forum: FiveWin for Pocket PC
Topic: listbox not indexed
Replies: 0
Views: 320

Re: compile error

... ) endif Clientes->( OrdSetFocus( "CliName" ) ) Clientes->( DbGoTop() ) DEFINE DIALOG oDlgClient TITLE "Gestione clienti" @ 0, 1 SAY " &Clients List" OF oDlgClient SIZE 60,10 @ 1, 0 LISTBOX oLbx FIELDS aHBitmaps[ Max( 1, Clientes->Nivel ) ...
by Silvio
Wed May 06, 2009 8:27 pm
 
Forum: FiveWin for Pocket PC
Topic: compile error
Replies: 6
Views: 1411

Font differenti su oPRN:SAY() stessa riga

... Chiedo quale è il metodo migliore per impostare un diverso font di una parte di testo allineata nella stessa riga. Ad esempio: oPRN:Say(nriga,ncol,clienti->nome+" "+clienti->cognome,oFONT) Se volessi stampare il solo cognome in carattere grassetto differenziandolo dal nome come ...
by max
Tue Apr 28, 2009 8:46 pm
 
Forum: All products support
Topic: Font differenti su oPRN:SAY() stessa riga
Replies: 18
Views: 4114

Re: accesso a database SQL

... "ADODB.Recordset" ) oRs:Open( " Select t0.Name, T5.condpag, t0.address, t0.zipcode, t0.fax, t0.city, t0.county "+ ; "from CLIENTI t0 INNER JOIN CLIENTI1 T5 "+ ; "ON T0.KEY = T5.KEY where T0.NAME = 'NOME CLIENTE'", ; "Dsn=CDsn;Uid=cCname;Pwd=cPass", ...
by damianodec
Tue Feb 17, 2009 8:25 am
 
Forum: All products support
Topic: accesso a database SQL
Replies: 11
Views: 3091

Problemi (seri) con file .ntx creati con "index on..&qu

... tempo fin quando m'è capitato che la procedura mi va in errore se apro il .dbf con il .ntx usando la clausola alias: USE pippo INDEX indice ALIAS clienti Se invece non metto la clausola ALIAS, nessun problema (apparente, ma l'NTX credo a questo punto che lavori male...). Anche se provo a scrivere: ...
by max
Thu Sep 11, 2008 9:34 am
 
Forum: All products support
Topic: Problemi (seri) con file .ntx creati con "index on..&qu
Replies: 2
Views: 828

miglior sistema per selezione record da un xbrowse...

... dialog a parte. Esempio: in una dialog di inserimento dati di testata di un ordine, quando arrivo al campo cliente far aprire l'elenco dei clienti e da qui selezionare quello che mi interessa oppure dare possibilità di aggiungerne uno nuovo e quindi proseguire con l'inserimento ordine. ...
by max
Tue Sep 09, 2008 9:07 am
 
Forum: All products support
Topic: miglior sistema per selezione record da un xbrowse...
Replies: 3
Views: 966

Re: Gestione stampe - scelta stampante e errore in oBRW:repo

... aggiornati) Nella cartella manual trovi i file *.chm più aggiornati. di FWH che ho, ho visto che si può direttamente usare: oBrw:Report("Elenco clienti",.T.) e in questo modo viene sputato fuori un report brutale ma veloce e spesso sufficente di tutto il contenuto del browse oBrw . Io ci ho ...
by Enrico Maria Giordano
Thu Aug 07, 2008 9:44 pm
 
Forum: All products support
Topic: Gestione stampe - scelta stampante e errore in oBRW:report()
Replies: 4
Views: 1155

Gestione stampe - scelta stampante e errore in oBRW:report()

... (un po' vecchiotto ma non mi risulta ne esistano di più aggiornati) di FWH che ho, ho visto che si può direttamente usare: oBrw:Report("Elenco clienti",.T.) e in questo modo viene sputato fuori un report brutale ma veloce e spesso sufficente di tutto il contenuto del browse oBrw . Io ci ho ...
by max
Thu Aug 07, 2008 2:59 pm
 
Forum: All products support
Topic: Gestione stampe - scelta stampante e errore in oBRW:report()
Replies: 4
Views: 1155

... #include "Fivewin.ch" #include "Tcbrowse.ch" FUNCTION MAIN() LOCAL oRs, oErr oRs = CREATEOBJECT( "ADODB.Recordset" ) TRY oRS:Open( "SELECT * FROM Clienti", "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Clientes.mdb", 1, 3 ) CATCH oErr ? oErr:Description RETURN NIL END TRY WBROWSERECORDSET( oRs ...
by jcaro
Tue Aug 05, 2008 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda com listbox usando ADORDD e comando SQL( Resolvido)
Replies: 7
Views: 2263

WAHOOOOO
POSSO USARE 256 AREE DI LAVORO?????

CIOAO POSSO SCRIVERE SELECT 100
USE CLIENTI
ANCHE IN FWPPC?

BELLISSIMO........

SE E' COSI CONFERMAMELO PER FAVORE GRAZIE MILLE
by xfood
Tue Jul 08, 2008 8:43 am
 
Forum: All products support
Topic: chiarimenti su FWPPC
Replies: 13
Views: 2526

chiarimenti su FWPPC

... windows ? io spesso utilizzi inviare a video i messaggi delle varie operazioni che si stanno compiendo per esempio: wait windos "Apertura file dbf CLIENTI.DBF" NOWAIT USE CLIENTI IN 0 AGAIN ALIAS CLIENTI wait windos "Apertura file dbf COMUNI.DBF" NOWAIT USE COMUNI IN 0 AGAIN ALIAS COMUNI ECC. posso ...
by xfood
Tue Jul 08, 2008 6:03 am
 
Forum: All products support
Topic: chiarimenti su FWPPC
Replies: 13
Views: 2526
PreviousNext

Return to advanced search