Search found 44 matches: oggetto

Return to advanced search

Come reperire il nome oggetto 'constraint'

Ciao a tutti Non riesco a sapere il modo per leggere il nome dell'oggetto creato con la clausola constraint associato ad una certa colonna in MSSQL sia utilizzanto un comando SQl o una qualche proprietà legata alla colonna es.: cNameContraist := oRs:fields( ...
by mauri.menabue
Tue May 04, 2021 9:34 am
 
Forum: All products support
Topic: Come reperire il nome oggetto 'constraint'
Replies: 0
Views: 467

Re: Difference FW_OpenRecordSet / standard query

Dalla documentazione di MS su ADO: L'oggetto Recordset restituito è sempre un cursore di sola lettura e di sola trasmissione. Se è necessario un oggetto Recordset con una maggiore funzionalità, creare innanzitutto un oggetto Recordset con le ...
by Enrico Maria Giordano
Thu Apr 22, 2021 12:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference FW_OpenRecordSet / standard query
Replies: 1
Views: 328

fivetouch

buongiorno tempo fà ho acquistato il programma in oggetto poi ho dovuto fermarmi per altre necessità. Adesso l'ho ripreso, chiedo se qualcuno ci ha lavorato o ci lavora per scambio info ho necessità di convertire un vecchio porgramma clipper/dos che ...
by solving
Thu Mar 11, 2021 9:36 am
 
Forum: All products support
Topic: fivetouch
Replies: 4
Views: 1030

Re: Scaricare da casella PEC (Legalmail)

Ho anche provato il metodo Retrieve( n ) e funziona perfettamente. Scarica il testo del messaggio numero n il quale può essere poi caricato in un oggetto TipMail in questo modo:

Code: Select all  Expand view
cMail = oCli:Retrieve( n )
oMail = TipMail():New
oMail:FromString( cMail )


EMG
by Enrico Maria Giordano
Sat Jan 26, 2019 2:18 pm
 
Forum: All products support
Topic: Scaricare da casella PEC (Legalmail)
Replies: 33
Views: 22296

Re: Lettura mails

Ho dato uno sguardo e a quanto pare c'è il metodo


Code: Select all  Expand view
oMail = oCli:Retrieve( n )


dove n è il numero del messaggio da scaricare e oMail è l'oggetto tramite il quale si può accedere ai campi della email e ai suoi eventuali allegati.

EMG
by Enrico Maria Giordano
Fri Jan 25, 2019 10:50 pm
 
Forum: All products support
Topic: Lettura mails
Replies: 12
Views: 2619

Lettura mails

... ) - 1 aPar = aMail[ i ]:GetMultiParts() IF LEN( aPar ) = 0 cMsg = "Data: " + aMail[ i ]:GetFieldPart( "Date" ) + CRLF +; "Oggetto: " + aMail[ i ]:GetFieldPart( "Subject" ) + CRLF +; "Mittente: " + aMail[ i ]:GetFieldPart( "From" ) + CRLF ...
by Romeo
Fri Jan 25, 2019 5:52 pm
 
Forum: All products support
Topic: Lettura mails
Replies: 12
Views: 2619

Re: testpop3

... IF LEN( aPar ) = 0                 cMsg = "Data: " + aMail[ i ]:GetFieldPart( "Date" ) + CRLF +;                        "Oggetto: " + aMail[ i ]:GetFieldPart( "Subject" ) + CRLF +;                        "Mittente: " + aMail[ i ]:GetFieldPart( ...
by damianodec
Fri Nov 10, 2017 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: testpop3
Replies: 20
Views: 4524

Re: Help with translations

... "Erreur Objet Imprimante", "Erro de Objeto da impressora", "Druckerobject-Fehler", "Errore nell'oggetto stampante" },; { "Could not create temporary file", "No se pudo crear el fichero temporal", "Ne peut pas créer ...
by Antonio Linares
Sat Mar 14, 2015 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 77
Views: 16643

Re: Help with translations

... object Error", "Error objeto impresora", "Erreur de l'Objet Imprimante", "", "", "Errore nell'oggetto stampante" },; { "Could not create temporary file", "No se pudo crear el fichero temporal", "Impossible de créer ...
by antolin
Fri Mar 13, 2015 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 77
Views: 16643

Re: Help with translations

... object Error", "Error objeto impresora", "Erreur Objet Imprimante", "", "", "Errore nell'oggetto stampante" },; { "Could not create temporary file", "No se pudo crear el fichero temporal", "Ne peut pas créer ...
by Richard Chidiak
Thu Mar 12, 2015 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 77
Views: 16643

Re: Help with translations

... },; { "Printer object Error", "Error objeto impresora", "", "", "", "Errore nell'oggetto stampante" },; { "Could not create temporary file", "No se pudo crear el fichero temporal", "", "", ...
by Enrico Maria Giordano
Wed Mar 11, 2015 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 77
Views: 16643

Re: Bug harbour_3.2_32bits_MSVC2013_20142906

... : warning LNK4006: _memmove gi definito in LIBCMT.lib( memmove.obj); seconda definizione ignorata Creazione della libreria MASTROSQL.lib e dell'oggetto MASTROSQL.exp in corso. .. LINK : warning LNK4098: la libreria predefinita 'MSVCRT' in conflitto con l'util izzo di altre librerie; utilizzare ...
by Maurizio
Mon Jul 21, 2014 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug harbour_3.2_32bits_MSVC2013_20142906
Replies: 42
Views: 7662

Re: Digital signature

... <destinatari tipo="esterno">xxxxxxx@gmail.com</destinatari> <risposte>xxxxxxx@xxxxxx.it</risposte> <oggetto>xxxxxxxxxxxxxxxx</oggetto> </intestazione> - <dati> <gestore-emittente>ARUBA PEC S.p.A.</gestore-emittente> ...
by Silvio.Falconi
Sat Jan 19, 2013 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digital signature
Replies: 3
Views: 916

Error on create a baction on a bitmap

I made a simply function to showa bitmap on a wnd and move it Function crea_oggetto(nItem, nRow,nCol) Local oSprite Local cBitmap:="" DO CASE CASE nItem = 1 cBitmap=".\bar\BAR1.bmp" .. endcase @ nRow, nCol BITMAP oSprite; FILENAME cBitmap; PIXEL NOBORDER of oWnd oSprite:lTranspar...
by Silvio
Wed Sep 30, 2009 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on create a baction on a bitmap
Replies: 2
Views: 361

... giusta versione di office che ho su (2007) e in effetti la riga di comando lo dice, ma dove li trovo ? Per gli ActiveX è come per gli OLE, ogni oggetto è storia a sé e richiede la propria documentazione per poter essere utilizzato. EMG
by Enrico Maria Giordano
Thu Oct 30, 2008 10:28 am
 
Forum: All products support
Topic: Utilizzo ACTIVEX in FWH
Replies: 12
Views: 2195
Next

Return to advanced search