topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
CDO MAILING | WHAT I NEED TO USE CDO TO SEND MAIL WITH MY APPLICATION IN FIVE WIN (FWH) |
CDO MAILING | <!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?f=3&t=21490&p=191444&hilit=CDO&sid=563530d537ebeaabc8eaa32d638f43c5#p191444">viewtopic.php?f=3&t=21490&p=191444&hilit=CDO&sid=563530d537ebeaabc8eaa32d638f43c5#p191444</a><!-- l --> |
CDO MAPI versions and files | Everyone,
I notice several of you have been having trouble with CDO lately. I have a client that also in having an issue after they installed a new mail server. I was reading up on CDO today and came across this page which lists all the versions of CDO and has the files available for download (it is a Microsoft site).... |
CDO MAPI versions and files | hi James
I leave CDO because in my lan there are a lot of pc that not work with any version or configuration (pc with Win7 and Win10) |
CDO MAPI versions and files | Damiano,
May I ask what are you using now?
James |
CDO MAPI versions and files | hi James,
[code=fw:3vyyrt2l]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">MAIL</span> oMail ;<br /> <span style="color: #0000ff;">SUBJECT</span> textSubject ;<br /> <span style="color: #0000ff;">TEXT</span> MessageText ;... |
CDO MAPI versions and files | For those having CDO problems I just found a very comprehensive list of errors and instructions for dealing with them.
<!-- m --><a class="postlink" href="http://www.ctimls.com/Support/KB/Error%20Fixes/Fix_CDO_Email_Error.htm">http://www.ctimls.com/Support/KB/Error% ... _Error.htm</a><!-- m -->
Regards,
James |
CDO MAPI versions and files | Damiano,
What you are using now is the basic simple MAPI. This doesn't have any of the advanced features that CDO has so you will have issues with those servers that require the use of those features. You are lucky that the server your client is using doesn't require any of them.
James |
CDO MAPI versions and files | hi James,
thank you for link and help.
I have to use MAPI because I now have not any others solution.
now I try with your link. |
CDO Once Again ... | I realize there are numerous threads on this but none of them has an answer to my specific question.
First, here is the code I am using:
[code=fw:1jad8kxv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Function</span> CDOSendMail<span style="color: #000000;">(</span>... |
CDO Once Again ... | Tim,
I am guessing you are trying to send via gmail?
Can we see all the parameters in aTabMail (except for the username and password, of course)?
Were you using the exact same EXE on the client's computer that was running on yours? If so, I am guessing it is the configuration of the client's PC having to do with cdo... |
CDO Once Again ... | James,
I have spent so much time in trial and error. Surely there is some way to know what that error message means.
No, I am not using gmail. I do nothing Google. Anything that passes through a Google server, no matter what it is, is open ( according to their very public license ) to the public domain. They can ... |
CDO Once Again ... | Tim,
>I have spent so much time in trial and error. Surely there is some way to know what that error message means.
Just about any parameter can cause that error--it is generic from my experience, so it doesn't help much. This is why I suggested eliminating as many variables as possible such as attachments.
RE: gmai... |
CDO Once Again ... | OK ... so I went online, CDO was there ... and then I looked at the obvious.
I compared Outlook settings with our email settings.
The guy guaranteed me over and over and over again that it was exactly the same.
Except the user name was not. He omitted the "@hisserver.com" section !
I corrected the error.
Now the ... |
CDO Once Again ... | Tim,
Glad to hear you got it working.
[quote:otgfb0kg]The guy guaranteed me over and over and over again that it was exactly the same.
Except the user name was not. He omitted the "@hisserver.com" section ![/quote:otgfb0kg]
This is why I kept suggesting reducing the number of variables. I would compile a test EXE h... |
CDO Once Again ... | how you resolve?, can you sharing with me? thanks |
CDO Once Again ... | My implementation is shared in the original post. It is correct.
The problem was that the user did not setup the server connection correctly. When I remotely took over his computer, and saw that, I fixed his entry and it all worked.
In most cases, when it asks for user name, it actually uses the full email.
He had... |
CDO Once Again ... | Hello,
CDO does not work with latest TLS servers, and it´s blocked by many antivirus!. |
CDO Once Again ... | CDO resolved the issues I've had with SMTP over the years. It continues to work fine for all of my clients, and I hear absolutely no complaints.
I recommend the built in security in Windows 10 which has no problems with it, or Security Essentials for older OS versions. |
CDO Once Again ... | [quote="TimStone":2f9itkvh]CDO resolved the issues I've had with SMTP over the years. It continues to work fine for all of my clients, and I hear absolutely no complaints.
I recommend the built in security in Windows 10 which has no problems with it, or Security Essentials for older OS versions.[/quote:2f9itkvh]
I a... |
CDO Once Again ... | Hi,
How do you send emails via TLS smtp server?
Thank you. |
CDO Once Again ... | I guess it is not possible:
<!-- m --><a class="postlink" href="https://social.technet.microsoft.com/Forums/windows/en-US/37d00342-e5e9-4c8d-975d-44362332d426/bug-in-cdomessage-smtpserverport-587-fails?forum=ITCG">https://social.technet.microsoft.com/Fo ... forum=ITCG</a><!-- m --> |
CDO Once Again ... | [quote="MOISES":yoxjcvkr]I guess it is not possible:
<!-- m --><a class="postlink" href="https://social.technet.microsoft.com/Forums/windows/en-US/37d00342-e5e9-4c8d-975d-44362332d426/bug-in-cdomessage-smtpserverport-587-fails?forum=ITCG">https://social.technet.microsoft.com/Fo ... forum=ITCG</a><!-- m -->[/quote:yoxj... |
CDO email | Hi, I try to send email using CDO but sometimes send and sometimes not, what I do wrong?
Thanks
local lRet := .f.
local oCfg, oError
local cServ := "smtp.rotamaxgroup.com"
local nPort := "587"
local lAut := .t.
local lSSL := .f.
local cPass := "XXXXXX"
cUser := Alltrim(_cUser)
cRemt := Alltrim(_cUser)
TRY
oCfg ... |
CDO email | use alltrim( -- values -- )
for each values you pass to cdo |
CDO email | [quote="Silvio.Falconi":3mgf28fz]use alltrim( -- values -- )
for each values you pass to cdo[/quote:3mgf28fz]
Thanks Silvio I Will Try. |
CDO email with signature | Hi,
I use CDO to send emails, is possible send with a signature, in this case a jpg image?
Thanks in advance. |
CDO email with signature | [code=fw:bw5jiuag]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">IF</span> IMAGEM = <span style="color: #ff0000;">"S"</span> <span style="color: #B900B9;">// Assinatura Digital no Email. Joao</span><br /><br /> &... |
CDO email with signature | [quote="karinha":2jctdu2w][code=fw:2jctdu2w]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">IF</span> IMAGEM = <span style="color: #ff0000;">"S"</span> <span style="color: #B900B9;">// Assinatura Digital no Email. Joao</span><br /><br /> <span st... |
CDO.Message (method Send) | You have configured this?
[code=fw:mih3e43j]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oEmail := CREATEOBJECT<span style="color: #000000;">(</span> <span style="color: #ff0000;">"CDO.Configuration"</span> <span style="color: #000000;">)</span><br />.../...<br /> </div>[/code:mih3e43j]
... |
CDO.Message (method Send) | All this is done and worked well before. A strange mistake |
CDO.Message (method Send) | What is the provider? Did you change the door? Changed Password? Changed from http to https? Check this out.
Regards, saludos. |
CDO.Message (method Send) | Hi,
I wanted to use my old (2013) program to send messages to mailboxes to clients.
oEmlMsg := CREATEOBJECT ( "CDO.Message" )
WITH OBJECT oEmlMsg
..................................
END WITH
oEmlMsg:Send()
However, I get an error:
[b:3izrpky3]Error description: Error CDO.Message/3 DISP_... |
CDO.Message method Send() | Hi, all !
For several years, from time to time, used the program sending messages using CDO. Now needed to make the list, but get the error:
Error CDO.Message/3 DISP_E_MEMBERNOTFOUND: SEND
What could be the reason ? |
CDO.Message method Send() | Please review this thread:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=173383#p173383">viewtopic.php?p=173383#p173383</a><!-- l --> |
CDO.Message method Send() | Antonio, thanks for your answer !
I made a double authentication for Google account and received the password of the application. How should I use this password from your program ? |
CDO.Message method Send() | Could you provide a small self contained example PRG of what you are testing ? thanks |
CDO.Message method Send() | [code=fw:1rbyq571]<div class="fw" id="{CB}" style="font-family: monospace;">procedure GMAdr<span style="color: #000000;">(</span>m_nam, pss, s_nam, adr, sbj, fil<span style="color: #000000;">)</span><br /><span style="color: #00C800;">local</span> st, zz, cBcc:=<span style="color: #ff0000;">""</span><br /><span... |
CDO.Message method Send() | Natter
The gmail account has to be configured to sign-in with 'less secure apps' .. see link
Rick Lipkin
<!-- m --><a class="postlink" href="https://myaccount.google.com/intro/security">https://myaccount.google.com/intro/security</a><!-- m --> |
CDO.Message method Send() | Thanks, Rick ! All work fine !!! |
CDO.Message method Send() | hi
I'm trying this code:
[code=fw:3tcrblpp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oEmailCfg := CREATEOBJECT<span style="color: #000000;">(</span> <span style="color: #ff0000;">"CDO.Configuration"</span> <span style="color: #000000;">)</span><br /> WITH OBJECT oEmailCfg:<span style="c... |
CDO.Message method Send() | ok solved! |
CDO.Message method Send() | Damiano
Please tell us how you solved it.
James |
CDO.Message method Send() | hi James
I followed Rick Lipkin suggestion.
in this link: [url:1k82f7bm]https://myaccount.google.com/intro/security[/url:1k82f7bm] |
CDX Compatibles en FWPPC & Harbour 3.2 | Hola
Estoy intentando usar CDX de una aplicacion HB (ultimo build de svn), pero no se, si algo algo mal o no son compatibles
podrian alguien confirmar, cualquiera de las 2 opciones
y si son compatibles, como los debo usar
Saludos,
Mauricio |
CDX Compatibles en FWPPC & Harbour 3.2 | Mauricio,
Te aparece algún error ? Debieran ser compatibles. |
CDX Compatibles en FWPPC & Harbour 3.2 | Antonio,
no, no me aparece ningun error, pero las busquedas siempre regresa FALSE, usando las mismas KEYS que en HB, creado diario del GIT
probare crear una tabla desde FWPPC y despues buscar en HB, no utilizo GUI, es HB en modo consola
Saludos,
Mauricio |
CDX TO NTX y duplicación de registros | Me ocurre algo extraño y se lo otorgo al uso de dbfcdx.
Tengo duplicación de registros idénticos y correlativos en una base de datos, la chequeo en forma externa al programa así elimino el problema de los índices. El código no tiene forma de duplicar el registro ya que no tengo pérdida de datos y si duplicación. Ahora ... |
CDX TO NTX y duplicación de registros | Me faltó anexar que noté que la duplicación se me hizo luego de hacer un pack, por lo que estoy haciendo una función propia de pack en donde copio a otra base de datos auxiliar todos los registros que no estan marcados para borra y después hago un zap a la base, luego le importo los campos de la base de datos auxiliar. |
CDX TOO SLOW | I have an archive of 61819 Records
I must index it on seven indexes
When Imade (cdbf)->(OrdSetFocus(n)) and refresh() the xbrowse it is too slow
How I can resolve this problem
I'm using a portable Pc with 8GBRam Winseven |
CDX TOO SLOW | Sivio...
DBF/CDX originally work base in physical platform.
the problem has came to me long time ago. from the time that, i migration to Oracle database.
Just a good idea. maybe you have to cast about to use other database like SQL Server, Oracle, DB2 etc.... <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt="... |
CDX TOO SLOW | Do you have a filter or scope set? |
CDX TOO SLOW | I use cdx to index the dbf then I use dbsetfilter but the filter is activate then when the user made a search not when I open the file
I'm afraid it not run ok or run slowly because perhaps xbrowse not run ok
On old app 16 bit I used lbx( wbrowse) no problem |
CDX TOO SLOW | Silvo
Set Scope to... is much faster than dbSetFilter.
Rick Lipkin
[code=fw:3cmpehr8]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"Ord.ch"</span><br /><br />cStockno := <span style="color: #ff0000;">"12345"</span><br /><br ... |
CDX TOO SLOW | If the filter is active while the browse is updating it might be the reason it is slow.
If you use a filter just for the search then why use a filter at all, a locate would be better?
Another issue that comes up is the number of deleted records that may have to be skipped during the browse painting. |
CDX TOO SLOW | Is this related to the incremental search question in another thread.
If so the the problem is trying to use wildseek() in a filter. It does not allow any optimization against the indexes.
When the browse does a go top and then tries to paint the rows it has to compare every record to match filter instead of using th... |
CDX TOO SLOW | the problem I have seven Get control and I wish filter on these get on dbf and I not Know how make it |
CDX TOO SLOW | did you try
index on DESTATOF to "TEMP" FOR (DESTATOF = "ARRIVATA" .OR. DESTATOF = "IN LAVORAZIONE" ) MEMORY
I had the same problem with xbrowse (30 pc in the network and for now 15000 records, use dbf and ntx) and it's ok. In fact I can set up filters and indexes in a free way and prg responds quickly.
Stefano |
CDX Temporary | Buenos días, compañeros:
Tengo el caso de un aplicativo DBF-CDX en RED LOCAL cuyo [b:34qkhp2u][color=#FF0000:34qkhp2u]"ARTI.DBF"[/color:34qkhp2u][/b:34qkhp2u] contiene más de 3000 referencias. Para agilizar la búsqueda por palabras de estas referencias sustituí el típico [b:34qkhp2u]dbsetfilter(&bfiltr,cfiltr)[/b:34qk... |
CDX Temporary | Después de usar el indice TEMPORARY haga asi:
SET INDEX TO
SELECT SUDBF
Salu2 |
CDX Temporary | Loren,
Añade la cláusula ADDITIVE al índice para que se añada a los que ya tienes. |
CDX Temporary | Gracias a ambos por contestar.
LucasdeBeltran, añadí la clausula ADDITIVE y aparentemente funciona correcto, pero al salir del programa y volver a entrar me genera un error justo al abrrir las DBF, del tipo:
[b:25njax6u]Unrecoverable error 9104: hb_cdxIndexFree: index file still locked.[/b:25njax6u]
ARTI.DBF tiene a... |
CDX Temporary | ¿...? |
CDX Temporary | Prueba con Set autopen off
Y antes de quit, ¿pones dbcloseall()?. |
CDX Temporary | Lucasdebeltran
Funcionó con Set autopen off y poniendo antes del quit "dbcloseall()"
Gracias. Un saludo.
LOREN |
CDX con indices temporales | Compañeros, buenas:
Tengo una aplicación circulando en red local. Un EXE en cada terminal y todos acceden a una carpeta compartida donde se encuentran los DBF. Todo "ok", pero la empresa usuarias, tras una prueba de 1 mes, me reportan un informe donde me dicen que:
- En las búsquedas por descripción parcial de artíc... |
CDX con indices temporales | Compañeros,
Para el que quiera seguir este hilo, la solución pasaba por crear el INDICE en cada equipo y no en la carpeta compartida, así NO se comparte el INDICE.
Así:
[code=fw:3l8oc6q9]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">index</span> <span style="color: #0000ff;">... |
CDX con indices temporales | Loren,
Te agregaría el siguiente comentario...
No te olvides de borrar el índice una vez que termines de usarlo.
Ya que dejarías archivos dando vueltas innecesariamente.
Saludos, |
CDX con indices temporales | Hola .
En lo personal lo hago asi.
index on descrip tag &(cRutaEqupo+tempor) to &(cRutaEqupo+tempor) for upper(alltrim(ctextoTecleado)) $ upper(descripcion) TEMPORARY |
CDX con indices temporales | Revisa please
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31054&p=179579&hilit=mem%3A#p179579">viewtopic.php?f=3&t=31054&p=179579&hilit=mem%3A#p179579</a><!-- l -->
Ahí tienes ejemplos de como crear un indice en memoria.
Saludos Cordiales |
CDX ordKey question | I can’t find out the function which returns the value “how many ordkey’s” a cdx file has.
Test.dbf
index on field->datum tag u_datum
index on dtos(field->datum)+str(field->renr) tag u_datrg
index on dtos(field->datum) + Upp... |
CDX ordKey question | Sir,
<cAlias>->( OrdKeyCount() ) will do.
Regards, |
CDX ordKey question | Hello fraxzi,
OrdKeyCount() I think gives back the items within an key.
I need the number of key which are compound in on index file.
For example:
Test.dbf
Test.cdx has following tags:
tag u_datum
tag u_datrg
tag u_datart
I would need as anwer 3 in this example.
ordKeyCount() gives me back 2945, which are the reco... |
CDX ordKey question | Otto,
OrdKeyCount() returns the number of matching records in an order.
In xharbour there is the function OrdCount(cBag) to get the no. of indexes in an order. |
CDX ordKey question | Hello Stefan,
Thank you. This function is what I was looking for.
If I remember well you are a CAD expert.
Some years ago I saw and tested an AUTOCAD clone written in FIVEWIN.
Do you know if this program is still available?
I would need a CAD program like “AutoCAD lite” for my personal use.
Best regards,
Otto |
CDX ordKey question | Hello Otto,
this AutoCAD clone had been written by Arturo Tamayo Daza, on his website [url:r1l31bgi]http://www.quark-costos.com/index.php[/url:r1l31bgi] you can get more informations.
For personal use there is open source project called CADEMIA, that offers a free CAD software. Look at [url:r1l31bgi]h... |
CDX ordKey question | Dear Otto,
Try this :
aindex:=getordnames()
msginfo(len(aindex))
regards,
Kok Joek Hoa |
CDX y campo MEMO | Hola a todos,
Tengo un archivo MIDB.DBF con un campo memo asociado.
el caso es que al abrirlo me busca el correspondiente MIDB.FTP pero el que realmente existe es un MIDB.DBT .
¿Como puedo forzar a que abra con el segundo en vez de con el primero?
Ya lo he intentado con USE midb NEW VIA "DBFNTX" pero no funciona...
gr... |
CDX y campo MEMO | [code=fw:177ts55r]<div class="fw" id="{CB}" style="font-family: monospace;"><br />ANNOUNCE RDDSYS<br /><br />REQUEST DBFCDX, DBFFPT<br /><br /><span style="color: #00C800;">FUNCTION</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> RDDSETDEFAULT<span... |
CDX y campo MEMO | José, antes de abrir la tabla seteale el RDD por default
RDDSETDEFAULT("DBFNTX")
DBUSEAREA( [<lAreaNueva>], , <cNombre>, , [<lCompartido>])
Te conviene meter esto dentro de una función y que el RDD sea otro parámetro más. |
CDX y campo MEMO | Gracias a ambos por contestar,
Ya habia probado casi todo lo que comentais, y al final lo he solucionado cambiando el primer bit de cabecera del DBF para obligarle a abrir un DBT en vez del FPT que el se empeña en abrir, funciona muy bien y asunto resuelto.
gracias de nuevo <!-- s:shock: --><img src="{SMILIES_PATH}/i... |
CE 5 File Transfer | Hello,
By any chance, does anyone have a working example of how to transfer files from a Win CE5 (MC3090) unit to URL using HTTP or FTP? I need to be able to store XML files on unit until a WiFi connection is available to transfer files. Thank you in advance for your assistance.
Sincerely, |
CELULARES CON WINDOWS | Amigos hay algunos celulares que vienen con windows, es posible ponerle un sistema con fivewin y mysql
Saludos |
CELULARES CON WINDOWS | Estimado
He trabajado varias versiones de telefonos con windows 8 y 10 y no te tenido problemas de ningun tipo.
SAludes. |
CENTER do Dialog não considera SideBar do Windows Vista | Antonio, quando centralizo uma dialog com o codigo abaixo:
[code:3gg6clzh] Activate Dialog oDlgOS CENTER[/code:3gg6clzh]
O Dialog não centraliza corretamente quando o SideBar do windows vista está ativo!! |
CENTERED dialogs | Consider this
DEFINE WINDOW oWnd
...
ACTIVATE WINDOW oWnd
DEFINE DIALOG oDlg OF oWnd
...
ACTIVATE DIALOG oDlg CENTERED
DEFINE DIALOG oDlgA OF oDlg
...
ACTIVATE DIALOG oDlgA CENTERED
Should oDlg open centered on oWnd, and oDlgA open centered on oDlg ?
If I open the window, then move it to the side of the display,... |
CENTERED dialogs | Try
ACTIVATE DIALOG .... CENTERED IN PARENT |
CENTERED dialogs | Thanks ... that works.
It's just not in the documentation, even online. |
CENTERED dialogs | Tim,
You are right, my apologies.
Anyhow it is inside dialog.ch:
[code=fw:20uroolu]<div class="fw" id="{CB}" style="font-family: monospace;">#xcommand <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> <oDlg> ;<br /> <span style="c... |
CENTERED dialogs | I know people don't like to write documentation if they are programmers. I hear that no one reads them, etc. I started a manual 33 years ago when I started creating a major application, and for the past few weeks I've once again been updating it to make it solid for my clients. It is a lot of work, and yet, for tho... |
CENTERED dialogs | Tim,
It seems as it was already documented:
[url:1nlzsrz3]http://wiki.fivetechsoft.com/doku.php?id=fivewin_commands_dialogs[/url:1nlzsrz3] |
CENTERED dialogs | And that is exactly where I looked before asking the question. I think I need a glass of wine and an easy chair.
Of course I would have to remember just where they are before I could use them .... getting too old ! |
CENTERED dialogs | Tim,
I also forgot that it was updated <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Time runs for all of us <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
CENTERED dialogs | Neither of you guys missed anything. I updated the wiki after I read this thread yesterday <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
CENTERED dialogs | Hua,
Many thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
CENTERED dialogs | Thanks for explaining. As the years go by, it gets harder to be on top of everything, but I do try. |
CENTRADO DE CABECERAS EN TREPORT | Hola amigos.
Alguien sabe como hacer para alinear las cabeceras y los totales de las columnas de un treport ?
Las cabeceras las alinea siempre segun el alineamiento de la columna correspondiente, como hago para cambiarlo y ponerlas todas centradas por ejemplo?
He probado con oHeader (ej:oRpt:oHeader:aPad[1] := RPT_CENT... |
CENTRADO DE CABECERAS EN TREPORT | Rterraz:
A ver si esto es lo que buscas:
En encabezados del reporte hay dos grupos, HEADER propiamente y TITLE, en cada uno puede
haber uno o mas renglones contenidos en arrays, entonces:
[code=fw:1ccpjcaa]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oReporte:<span styl... |
CENTRADO DE CABECERAS EN TREPORT | hola Armando, te agradezco tu respuesta
la linea de totales funciona perfecto
los header me ignoran, lo justifica siempre como justifica la data de la columna, sera porque tengo 2 lineas en cada header ? |
CENTRADO DE CABECERAS EN TREPORT | RTerraz:
Va un ejemplo más completo
[code=fw:3gjra1z9]<div class="fw" id="{CB}" style="font-family: monospace;"><br />REPORT oReporte CAPTION <span style="color: #ff0000;">"Ventas del mes por cliente"</span> PREVIEW;<br /> HEADER ALLTRIM<span style="color: #000000;">(</span><span style="color: #00000... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.