Search found 80 matches: testo

Return to advanced search

Re: Create a Panel width a text

I tried also with oPanel1:bPainted := { |hDc| Mostra_testo_boxed(cMessageMemo,oPanel1) } Function Mostra_testo_Boxed(cMessageMemo,oPanel1)   local oItem1,oItem2   local old_Height:= oPanel1:nBodyHeight   local nLineswidth:= 250   local nTotRows:= MLCount(Alltrim(cMessageMemo),nLi...
by Silvio.Falconi
Sat Jan 06, 2024 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187

Re: Guardar RTF en sql server

... ) oRsRTF := CargaRecordSet( "select * from demo1 where id = 2", CadenaCon ) oRsRTF:ADDNEW() oRsRTF:Fields( "testo" ):Value := STRTOHEX(wvar) oRsRTF:Update() oRsRTF:Close() de esta manera lo guarda sin errores. Saludos Jorge
by jpcavagnaro
Tue Jan 10, 2023 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Guardar RTF en sql server
Replies: 4
Views: 377

Re: Guardar RTF en sql server

Así lo realizó yo, reemplaza la función memoread por Filestr.

csql = "INSERT INTO demo (testo) VALUES ( "+ STRTOHEX( FileoStr( ".\TestRTF.RTF" ) ) + ")"

Acá ver qué te falta () después de value.

Que error te muestra?

Salu2
by carlos vargas
Tue Jan 10, 2023 2:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Guardar RTF en sql server
Replies: 4
Views: 377

Re: Guardar RTF en sql server

Así es como intento guardarlo: csql = "INSERT INTO demo (testo) VALUES "+ STRTOHEX( MEMOREAD( ".\TestRTF.RTF" ) ) y así está creada la base: CREATE TABLE [dbo].[demo]( [id] [int] IDENTITY(1,1) NOT NULL, [testo] [text] NULL ) ON [PRIMARY] ...
by jpcavagnaro
Mon Jan 09, 2023 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Guardar RTF en sql server
Replies: 4
Views: 377

Re: fivetouch

salve mi scuso se posto un problema ma ho necessità di capire dove stà l'errore. Dopo il testo posto l'errore e il sorgente. il problema si presenta quando da menu' scelgo lopzione "Ordini" se nella Function Ordini(.....) metto in rem la Use del file Cli non ...
by solving
Thu Jul 08, 2021 5:15 pm
 
Forum: All products support
Topic: fivetouch
Replies: 4
Views: 1030

Problema comando SAY

Buon giorno a tutti Mi pare che ci sia un problema nella clausola ADJUST del comando SAY, non viene calcolata correttamente la dimensione del testo visualizzato, per verificare cio' provare il test seguente. Grazie #include "FiveWin.ch"Function Main   LOCAL oFont AS OBJECT   LOCAL oDlg ...
by mauri.menabue
Fri Mar 12, 2021 9:17 am
 
Forum: All products support
Topic: Problema comando SAY
Replies: 3
Views: 744

Re: New FTDN January/Enero 2021 (FWH 21.01)

... [aHead], [cTrue], [cFalse] ) --> cHTMLScript (valtostr.prg) * Nuevas funciones ADO ( adofuncs.prg ) - FW_ADORsToText( oRs, [nRows] ) --> Testo delimitado por tabulaciones - FW_AdoRsToHTML( oRs, [nRows] ) --> Testo cHTML mostrar la tabla - FW_AdoRsToCSV( oRs, [nRows] ) --> Testo ...
by Antonio Linares
Sun Feb 07, 2021 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1256

aprire un Pdf dalla fattura elettronica

... nella fattura elettronica c'è la possibilità di avere un pdf tra gli apici <Attachment></Attachment> io ho provato a prendere tutto il testo ma poi non ho capito come fare per creare un pdf con il testo salvato nella variabile cPdf mentre il xml riesco a far vedere la fattura in tutti ...
by Silvio.Falconi
Wed Dec 02, 2020 9:38 am
 
Forum: All products support
Topic: aprire un Pdf dalla fattura elettronica
Replies: 5
Views: 1071

BUG COMBOBOX ?????

I need to have two COMBOBOXes TYPE local aElemento :={"Testo","Immagine","Barcode"} local aTipoData :={"Campo","Valore"} local nvar:=1 local nVar:=2 @ 8, 5 Say "Tipo Elemento " SIZE 80,14 PIXEL ...
by Silvio.Falconi
Sat Oct 31, 2020 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG COMBOBOX ?????
Replies: 12
Views: 1311

Enviar mensajes de WhatsApp

Hola amigos, necesito enviar imagen y testo por whatsapp

saludos
by jbrita
Tue Jan 28, 2020 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar mensajes de WhatsApp
Replies: 0
Views: 601

SET CENTURY ON de otra forma SOLUCIONADO

... 40 programas muy antiguos que compilar y muchos ya no tengo yo todo el código. Muchas variables las cojo en tiempo de ejecución, de un fichero de testo, y puedo ejecutar sentencias como SET(_SET_EPOCH, 1950) que funciona bien pero como la que esta definido a 1920 en una sentencia posterior siempre ...
by Andrés González
Fri Jan 03, 2020 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SET CENTURY ON de otra forma SOLUCIONADO
Replies: 2
Views: 392

Re: Mail TLS 1.2 LegalMail Fatt Elettronica

... :To := "xxx1960@legagmail.it" :CC :="" :BCC :="" :Subject := "Soggetto" :TextBody := "Testo del messaggio" :AddAttachment(hb_curdrive()+":\"+curdir()+"\test.txt" ) WITH OBJECT :configuration:Fields :Item( cSchema ...
by Romeo
Wed Jul 03, 2019 5:13 pm
 
Forum: All products support
Topic: Mail TLS 1.2 LegalMail Fatt Elettronica
Replies: 23
Views: 13672

Re: Mail TLS 1.2 LegalMail PEC

... :To := "xxx1960@legagmail.it" :CC :="" :BCC :="" :Subject := "Soggetto" :TextBody := "Testo del messaggio" :AddAttachment(hb_curdrive()+":\"+curdir()+"\test.txt" ) WITH OBJECT :configuration:Fields :Item( cSchema ...
by Romeo
Wed Jul 03, 2019 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mail TLS 1.2 LegalMail PEC
Replies: 4
Views: 723

Re: Mail TLS 1.2 LegalMail Fatt Elettronica

... :To := "xxx1960@legagmail.it" :CC :="" :BCC :="" :Subject := "Soggetto" :TextBody := "Testo del messaggio" :AddAttachment(hb_curdrive()+":\"+curdir()+"\test.txt" ) WITH OBJECT :configuration:Fields :Item( cSchema ...
by Romeo
Wed Jul 03, 2019 12:05 pm
 
Forum: All products support
Topic: Mail TLS 1.2 LegalMail Fatt Elettronica
Replies: 23
Views: 13672

Mail TLS 1.2 LegalMail PEC

... :To := "xxx1960@legagmail.it" :CC :="" :BCC :="" :Subject := "Soggetto" :TextBody := "Testo del messaggio" :AddAttachment(hb_curdrive()+":\"+curdir()+"\test.txt" ) WITH OBJECT :configuration:Fields :Item( cSchema ...
by Romeo
Wed Jul 03, 2019 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mail TLS 1.2 LegalMail PEC
Replies: 4
Views: 723
Next

Return to advanced search