Search found 76 matches
- Tue Sep 26, 2006 6:11 pm
- Forum: All products support
- Topic: Problemi con listbox
- Replies: 2
- Views: 1261
si ho anche provato con: activate dialog ciccio center on init miafun(mio) . . function miafunc param xx go ffff (dove ff e' il record iniziale) * oppure con xx:gotop() xx:refresh() return nil * ma anche cosi sembra non fregarsene! Mistero Dovrei riuscire ad strapolare un prg con relativo dbf suppon...
- Tue Sep 26, 2006 1:22 pm
- Forum: All products support
- Topic: Problemi con listbox
- Replies: 2
- Views: 1261
Problemi con listbox
A rieccomi ! Con Harbour mi succede una cosa molto strana in una list box: esempio: use c:\dati\pippo shared set index to c:\dati\pippo (dove pippo e' un indice sul campo auto) . . seek auto_ (dove auto_ vale: CROMA) if ! eof() msgalert("ok trovato ! :"+auto) endif . . define dialog ciccio...
- Wed May 17, 2006 9:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug report on listbox
- Replies: 5
- Views: 1527
- Tue May 16, 2006 3:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug report on listbox
- Replies: 5
- Views: 1527
Bug report on listbox
I cannot run this example in fwh: #include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() local oDlg, oBrw local aData := { { "1", "Cliente", "=", "123456" },; { "2", "Dire...
- Mon May 15, 2006 7:55 pm
- Forum: All products support
- Topic: Bug in piccolo testar.prg 32/bit
- Replies: 1
- Views: 987
Bug in piccolo testar.prg 32/bit
Vi allego questo piccolo test che mi va in 16bit ma non mi va in 32bit (harbour): *------------------ #include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() local oDlg, oBrw local aData := { { "1", "Cliente"...
- Thu May 11, 2006 4:07 pm
- Forum: All products support
- Topic: Cambiare Colore a una Browse
- Replies: 6
- Views: 2215
- Thu May 11, 2006 1:45 pm
- Forum: All products support
- Topic: Cambiare Colore a una Browse
- Replies: 6
- Views: 2215
- Wed May 10, 2006 8:47 pm
- Forum: All products support
- Topic: Cambiare Colore a una Browse
- Replies: 6
- Views: 2215
Ok, funziona per il record selezionato oBrw:nClrBackFocus = CLR_GREEN oBrw:nClrForeFocus = CLR_RED Volevo anche sapere anche il sistema x colorare i record non selezionati, ho usato : oBrw:nClrText = CLR_YELLOW e funziona per il testo ma non so cosa usare per il BACK del record non selezionato. Graz...
- Wed May 10, 2006 4:51 pm
- Forum: All products support
- Topic: Cambiare Colore a una Browse
- Replies: 6
- Views: 2215
Cambiare Colore a una Browse
Salve non riesco a cambiare il colore della riga di browse (classe wbrowse) dove sono posizionato. Risco a cambiare il colore delle altre righe ma non quella dove sono posizionato, coda devo usare ?
Grazie
Piscicelli/Zingoni
Grazie
Piscicelli/Zingoni
- Mon May 01, 2006 8:25 pm
- Forum: All products support
- Topic: Cambiare tipo carattere in messaggio di posta (TMAIL)
- Replies: 3
- Views: 1213
- Mon May 01, 2006 3:29 pm
- Forum: All products support
- Topic: Cambiare tipo carattere in messaggio di posta (TMAIL)
- Replies: 3
- Views: 1213
Cambiare tipo carattere in messaggio di posta (TMAIL)
Salve a tutti, utilizzo la classe tmail per mandare i msg di posta e volevo cambiare il font del carattere nel corpo del messaggio (in autimatico). Si puo fare questa cosa ? Grazie Piscicelli/Zingoni define mail omail ; subject "oggetto" ; to "mio cliente email"; text "corpo...
- Tue Apr 11, 2006 5:51 pm
- Forum: All products support
- Topic: FTP read/copy file
- Replies: 10
- Views: 4689
Ho provato a compilare l'esempio di EMG con fwh e mi da i seg. errori: Error E2449 ftp-news.c 150: Size of 'hb_vm_SymbolInit_FTP' is unknown or zero Error E2141 ftp-news.c 150: Declaration syntax error Error E2109 ftp-news.c 162: Not an allowed type Per me e' Arabo puro. Che roba e' Forse quell'esem...
- Wed Apr 05, 2006 4:57 pm
- Forum: All products support
- Topic: FTP read/copy file
- Replies: 10
- Views: 4689
- Wed Apr 05, 2006 4:09 pm
- Forum: All products support
- Topic: FTP read/copy file
- Replies: 10
- Views: 4689
Come faccio con il trucco se, dai miei test, nel momento che parto con FTPGEFILE(...) con un file di 2 mega e vecchio modem,il programma non mi da piu' retta se non alla fine del download (anche utilizzando un timer) e quindi al cliente sembra che si sia inchiodato. Hai forse qualche trucco super! T...
- Wed Apr 05, 2006 3:58 pm
- Forum: All products support
- Topic: FTP read/copy file
- Replies: 10
- Views: 4689