topic
stringlengths
1
63
text
stringlengths
1
577k
ADOXB
Hello, Does anybody have latest ADOXB functions?. It seems to me an easier way to start using ADO. Look at the commands: [code=fw:tamfyh4n]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; #command ADO CONNECT <StrDriver> <span style="color: #000000;">&#91;</span><disconected:<span style=...
ADOXB
[url:xy06jkxc]http&#58;//www&#46;pctoledo&#46;com&#46;br/forum/viewtopic&#46;php?t=6772#p35335[/url:xy06jkxc]
ADOXB
Antonio, Thanks but links don´t work and the code is from 2007. Now it does not work fine with latest Harbour due latest changes in ActiveX and Ole. But it will be a great approach to have such commands. I see the idea of a full ADO/SQLRDD is hard to accomplish, but to have a set of commands as regular DBF commands w...
ADS
I recently downloaded a sample app from René's web site. When executed it connects to remote dbfs and allows add/edit/view/browse of tables (DBFs). It is a very convinient solution to provide clients access to one common database from many remote work stations via a fast web connection, and still use the same xbase w...
ADS
Good to know you have tested our programs. And since you liked the talk about ADS, you can download some other interviews regarding MySQL, xHarbour.com, 32 bits migration, from here: <!-- w --><a class="postlink" href="http://www.listoelpollo.blogspot.com">www.listoelpollo.blogspot.com</a><!-- w --> All the intervie...
ADS
Rene; Thank you very much for your answer and quick guide. I think that you and "listoelpollo" with the radio program do a great service. I continue to write English for the benefit of the rest of the ng. I did as you said. It all went well. I got one of my apps to work with the ADS RDDs LOCAL server and still u...
ADS
Reinaldo: ADS daemon for Linux has a great misadvantage.... is a real PITA (pain in the....ss) to get it configured correctly. The last ADS for linux I installed took me over 3 days making tests until I dunno what I did that it started working under samba. You may check if you have a successful installation if you ...
ADS
Reinaldo, I am working with ADS over LInux, and I don't have any problem, you don't need samba, only if you want to work with ARC remotly. you can work with ARC for Linux and get access from Remote Xterminal or Local Xterminal Console. Regards Marcelo
ADS
I got it to work! Yea! Don't ask me how. I'm too new at the ADS matter to know exactly what did the trick. Perhaps it is too simple to even discuss it here. But the important thing is that I got it work. Now I move into more and more tests... Marcelo; You make quite an interesting point. As I think about it; ...
ADS
Reinaldo, I am happy that is working for you, I recomend to you to port your DBF file to ADT, with ADS ADT is more stable. Another good think, is that you can mix SQL with traditional dbf table navegation, yes this is possible with DBF too <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /...
ADS
Marcelo; I call that a very smart script. :-) Thank you.
ADS
saludos , tengo el ADS instalado en mi Servidor Linux y todos las pruebas de conexion funcionan perfecto pero.. cuando intento conectarme desde mi programa me marca error que no encuentra la dbf... alguna sugerencia. saludos Maximus
ADS
Maximus, tienes tomar en cuenta que para conectarte a una tabla que esta en linux, debes de colocar todo el path, es decir si tienes corriendo ADS en una maquina con IP 192.168.1.10 en el puerto 3000 y tus archivos estas en /var/ads/data, entonces podrias poner SET DEFAULT TO \\192.168.1.10:3000\var/ads/data Espero ...
ADS
Maximus, pero lo mejor que puedes hacer para evitarte problemas es definir un Diccionario, Advantage Data Dictionary, lo puedes hacer localmente, y luego lo copias al servifdor con Linux con todas las tablas e indices saludos Marcelo
ADS ?
Un saludo al foro, utilizo Fw 2.4 y xHarbour, hago ejecutables con AjMake 3.0 y tengo un sistema para red local pero necesito seguridad en dbf y subirlo a la web para que usuarios finales hagan transacciones como pedidos etc. Por donde empiezo? Por otro lado quiero que me aclaren algo, continuamente recibo public...
ADS ?
Andres, Desde mi punto de vista existen varias opciones puedes escoger la que mas te acomode : opcion 1 : FWH + xHarbour + Tmysql + MySql opcion 2 : FWH + ADO + xHabrour + Mysql ( o Sql en cualquiera de sus variantes ) mi humilde opinion Saludos desde Managua, Nicaragua Ramon Paredes
ADS ?
Hola,,, echale un ojo a: <!-- m --><a class="postlink" href="http://wmormar.blogspot.com/">http://wmormar.blogspot.com/</a><!-- m --> Salu2
ADS ?
Gracias por sus sugerencias Ramon y Willy, creo que el tiempo no pasa de valde. Tengo la version 2.4 de Fivewin y la version de xHarbour 0.92.0 y utilizo AJMAKE version 3.00 para instegrar mis proyectos; con esto puedo iniciar o que necesito?
ADS con servidor
Consulta Tengo que hacer otro sistema, pero requiero conectarme a otro que ya esta en funcionamiento mi pregunta es la siguiente: ¿Se puede hacer otro diccionario de datos y conectarse a otro diccionario para modificar datos? o hay que hacerlo en un solo diccionariode datos y agregar todas las tablas ... saludos ...
ADS con servidor
Precisamente acabo de terminar una aplicacion que hace justo eso. Se conecta a 2 diccionarios de datos remotos por medio del AIS, lee datos de 2 tablas distintas de los 2 diccionarios y luego se conecta a un tercer diccionario en otro servidor ADS en una lan y vuelca los datos ahi. Un Simple AdsConnect60() para cada ...
ADS missing in latest Harbour build from Fivetech
Antonio, In Harbour 3.1 build there are not ADS libs and ADS.CH. Thanks.
ADS missing in latest Harbour build from Fivetech
up.
ADS missing in latest Harbour build from Fivetech
John, [url:7oevoo39]http&#58;//code&#46;google&#46;com/p/harbour-and-xharbour-builds/downloads/detail?name=rddads&#46;lib&can=2&q=[/url:7oevoo39]
ADS missing in latest Harbour build from Fivetech
Antonio, Thank you very much. For future builds of Harbour, could you please always include and also and ADS.CH?. Thanks.
ADS missing in latest Harbour build from Fivetech
John, There is no need to rebuikd it for each Harbour build unless there is a main change in Harbour that forces to rebuild it, like pcode change, change in RDDs architecture, change in Extend API, etc. changes that are very unprobable.
ADS & PHP
Hello,Is it possible to connect to an ADS DBFCDX database via PHP? If so, does anyone have sample code they can provide?
ADS & PHP
hey there friendi work with PHP long time and php no is compatible with dbfcdxu can use mysql or sqlitei recoment mysql is more speed and easy to use
ADS & PHP
other alterenative is u use wepwap that u make urweb with how u make progman with xharbour, in the really is a xharbour that u make a file page.exe "CGI" that make connection with dbfthanks <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
ADS & PHP
yes<!-- m --><a class="postlink" href="http://www.renet.com.br/RenetHome/ads.aspx?content=ads_php_client_intro">http://www.renet.com.br/RenetHome/ads.a ... ient_intro</a><!-- m -->
ADS & PHP
This is a late answer, but I just read the post. Yes you can read dbf/cdx, adt/adi, and dbf/ntx with PHP + ADS. But you must be using ADS Data Dictionaries and all data access must be using SQL statements.Here are some PHP sample code working with DBF/CDX and DBF/NTXs. First how to connect to the data dictionary an...
ADS (Advantage Database Server) 8 and FWH (Microsoft)
Hello! I want to use ADS 8 with my FWH application. According to the documentation at <!-- m --><a class="postlink" href="http://www.fivetechsoft.com/english/fwh.html">http://www.fivetechsoft.com/english/fwh.html</a><!-- m --> [quote:2cw3bp4y]The link where you can find all the needed DLLs is on Advantage web site , ...
ADS (Advantage Database Server) 8 and FWH (Microsoft)
Roman, ace32.lib is just an import library (it has no code) and should be created from the ace32.dll version that you are using. To generate such ace32.lib file you may do: impdef.exe ace32.def ace32.dll lib.exe /def:ace32.def /out:ace32.lib
ADS (Advantage Database Server) 8 and FWH (Microsoft)
Antonio I think Roman is looking for the Microsoft MSVC lib to dll conversion .. and I don't think there is one.. your solution is from the Borland compiler and will not work if Roman is compiling with MSVC ???? Rick Lipkin
ADS (Advantage Database Server) 8 and FWH (Microsoft)
Hello! I generated ace32.lib according to your instructions, but it does not work. When I link resulting library with my app, I receive more than 100 unresolved externals like: [quote:38onc72g]rddads.lib(adsfunc.obj) : error LNK2019: unresolved external symbol _AdsRollbackTransaction@4 referenced in function "void __c...
ADS (Advantage Database Server) 8 and FWH (Microsoft)
Roman, have you used Microsoft LIB.exe or Borland TLib.exe ? > Library ace32.lib, which I found in aceapi.exe, works OK good! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
ADS (Advantage Database Server) 8 and FWH (Microsoft)
Hello! I used MS LIB - how can I use Borland TLIB? Roman
ADS (Advantage Database Server) 8 and FWH (Microsoft)
(message deleted)
ADS (Advantage Database Server) 8 and FWH (Microsoft)
Hello! I noticed that Advantage uses its own Upper()/Lower() implementation (Advantage Expression Engine), which is different than Harbour's. Advantage takes into account 'Windows Locale" setting <!-- m --><a class="postlink" href="http://www.cryer.co.uk/brian/windows/info_windows_locale_table.htm">http://www.cryer....
ADS + ADI - SCOPE - DATA VAZIA
Alguem poderia me ajudar com ADS e ADT Tenho um arquivo indexado desta FORMA //----------------------------------------------------------------------------------------- IF ! File( DIRDBF + "SLBDPLOJ"+EXT ) IF !myUSE(DIRDBF+"SLBDPLOJ" , "LOJAS" ,.T. ,3,,xRdd ) RETURN .F. ENDIF oText:Set...
ADS + ADI - SCOPE - DATA VAZIA
1. Don't use the "alias" into the index Lojas->producto is not a valid index expresion, use only the field name. 2. Set Order is not a valid command for ADT tables, you need to use the OrdSetfocus() function instead of dbsetorder().
ADS + ADI - SCOPE - DATA VAZIA
thanks Rene... already I made the changes… but exactly thus, it continues not accepting empty date in scope using ADT USE "LCTO" ALIAS LANC index on TIPO+DTOS(DATA_PAG) TAG DTPAG // TIPO = D-debit OR C-Credit LANC->(ordsetfocus(1)) LANC->(ordscope(0, "C" + SPACE(8) )) LANC->(ordscope(1, "C" + SPACE(8) ...
ADS + CDX no refresca
Compañeros, Trabajo en un entorno de red local con ADS e indices CDX con un programa de gestión empresarial. Todo bien y corriendo rápido. El problema está en que observo que si el "usuario1" está introduciendo facturas, estas NO se refrescan en el listbox del "usuario2", a pesar de tener un timer con un refresh. El "...
ADS + CDX no refresca
cuando agregues un registro dbappend() rlock() .... dbunlock() dbcommit() dbskip( 0 ) //esto es lo que hace que se vea en las demas pcs. saludos..
ADS + CDX no refresca
Holá, el más indicado, és que uses un DEFINE TIMER oTimer para refrescar el LISTBOX en tiempo real, desde el ACTIVATE DIALOG. Salu2
ADS + CDX no refresca
sysctrl2, probaré tu sugerencia aunque ahora estoy fuera y no podré retomar el proyecto hasta el Lunes. Karinha, ya tengo implantado un TIMER, de hecho, lo digo en mi post. Lo curioso es que este sistema lo tenía implantado con indices NTX y funcionaba perfectamente y se refrescaba bien. Gracias a todos. LOREN.
ADS + CDX no refresca
Compañeros, No pude contenerme y apañé provisionalmente una red local con 2 equipos... añadí al código fuente "skip( 0 )" despues de cada append, compilé y listo. ... Y la flauta sonó!! Ahora todos los equipos se refrescan perfectamente. Mil gracias. LORENZO.
ADS + harbour
Olá, Não estou conseguindo gerar a rddads.lib para harbour + bcc55, está me gerando estes erros de compilação: [code=fw:38inrf6m]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Borland <span style="color: #0000ff;">Resource</span> Compiler &nbsp;Version <span style="color: #000000;">5.40</span><br />Co...
ADS - FWH_812 Y xHAR ( LOCAL REMOTO)
Antonio, hasta ahora nuestras aplicaciones usaban el RDD de ADS para trabajar las DBF, creabamos una ADSCONNECT al server poniamos SET REMOTE SERVER abriamos las bases , ademas usabamos SET SERVER LOCAL para abrir las bases que la terminal usa localmente y funcionanba bien usando siempre el driver de ADS, pues ahora es...
ADS - FWH_812 Y xHAR ( LOCAL REMOTO)
Gustavo, Me alegro que por lo menos ya sepamos de donde viene el problema <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Debe haberse modificado algo en el RDD de ADS o en el propio ADS. FWH no interviene en esos procesos para nada. Has buscado en google por ese codigo ...
ADS - FWH_812 Y xHAR ( LOCAL REMOTO)
Antonio, me canse realmente, 5 días ya, el problema esta en el RDDADS.LIB de xharbour que algo a cambiado de eso estoy seguro, para no seguir perdiendo tiempo PREGUNTA, PUEDO USAR EL RDDADS.LIB de un xharbur viejoi que se que anda ?? como lo compilo para que sea compatible a la version que vino con fwh 8_12 y no tire P...
ADS - FWH_812 Y xHAR ( LOCAL REMOTO)
Gustavo, Mi consejo es que revises esta pagina: <!-- m --><a class="postlink" href="http://xharbour.cvs.sourceforge.net/viewvc/xharbour/xharbour/contrib/rdd_ads/">http://xharbour.cvs.sourceforge.net/vie ... b/rdd_ads/</a><!-- m --> y que le comentes el problema a cualquiera de los que estan modificando el RDD de ADS,...
ADS - FWH_812 Y xHAR ( LOCAL REMOTO)
GRACIAS ANTONIO ESO HARE, POR AHORA VULVO TODO PARA ATRAS SALUDOS,
ADS - FWH_812 Y xHAR ( LOCAL REMOTO)
Antonio el link que me diste, no funciona, An Exception Has Occurred The root "harbour" is unknown. If you believe the value is correct, then please double-check your configuration. HTTP Response Status 404 Repository not found saludos,
ADS - FWH_812 Y xHAR ( LOCAL REMOTO)
Gustavo, Prueba con este enlace: <!-- m --><a class="postlink" href="http://xharbour.cvs.sourceforge.net/xharbour/">http://xharbour.cvs.sourceforge.net/xharbour/</a><!-- m --> Miguel Angel ha modificado el RDD de ADS hace dos meses: 2008-10-22 10:30 UTC+0100 Miguel Angel Marchuet <miguelangel@marchuet.net> Luis Kr...
ADS - FWH_812 Y xHAR ( LOCAL REMOTO)
Gracias Anotnio ya pude entrar, pero no veo nada, ahora les escribiré, Saludos,
ADS - Question
Hi Everybody, I've seen alot of posts over the years about ADS (Advantage Database Server). If I am correct, the ADS "Server" program allows you to have one computer (server) handle the database files / searches etc... This one is not free but the "local" server is ... so, what exactly does the "Local" server do? ...
ADS - Question
Jeff: If you have Advantage Database Server installed the dbfs are managed in the server (client/server architecture) as you said. If you use Advantage Local Server client/server architecture is not supported and the dbfs are managed as usual, the utility of using Local Server is only for programing the aplicat...
ADS - Question
Jeff: The ADS local server has all the features of the remote server except: Internet data access, Client/server technology and Transaccions. The local server supports up to 5 concurrent users and it was though for development propouses only, so you can to have all the features of the remote server, but installed in ...
ADS - SQL ( Solucionado )
Estimados, para los usuarios de ADS - SQLTengo la siguiente situacion que no he podido resolverlanecesito a travez de SQL crear undices pero uno de estos tiene una funcion,al hacerlo por ARC y exportar este a codigo fuente no lo genera, lo deja en blancoejemplo[code:nt2x0x0a]la base de datos DOCU_DPR INDICE FOLIO TIPD...
ADS - Saber si el server está activo
Buenas Tardes, Estoy comenzando con ADS local. Necesito que al iniciar mi aplicación, verifique que el servidor está "activo". ¿Como se hace? Gracias. Rolando <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
ADS - Saber si el server está activo
Ya lo encontré, agrego la función para quién no la conozca. [code=fw:26d8nctb]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">IF</span> !AdsConnect60<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />     <span style="color: #0000ff;">msgin...
ADS - The future is <sadly> now so where do you go ?
Hi Tim, This motto I will also face. I use ads with data dictionary and ADT tables. I have LINKS, FUNCTIONS, PROCEDURES in the data dictionary. Builds the tAds class to transform each connection, resources and tables into objects. Today I'm studying Mod_harbour, I've already converted my tAds class to Mod_harbour and s...
ADS - The future is <sadly> now so where do you go ?
For many years I have used ADS as a Client Server option for my customers. It is expensive but serves them well. However the last build was in 2015. Although they advertise it still as a product they sell, I have finally confirmed that they effectively have set it for End of Life for December of this year. I have t...
ADS - The future is <sadly> now so where do you go ?
>My tables have complex division schemes as they use many blobs/binarys fields. Hi Giovany, can you please explain what you are doing exactly. Can't you use the file system instead? Best regards, Otto
ADS - The future is <sadly> now so where do you go ?
Tim ADO and Sql ( ms sql server, ms access ) is the database mechanism I have used for over 10 years .. 32 and 64 bit are both supported and is perfectly integrated into FiveWin .. the only difference is that you have to think of ADO in terms of an Objected oriented class and methods. Rao has simplified much of the...
ADS - The future is <sadly> now so where do you go ?
[quote="Otto":5txokkn7]>My tables have complex division schemes as they use many blobs/binarys fields. Hi Giovany, can you please explain what you are doing exactly. Can't you use the file system instead? Best regards, Otto[/quote:5txokkn7] Otto, I'm going to explain a case here. I have an agent table that has 320,0...
ADS - The future is <sadly> now so where do you go ?
Tim: I support the rick advise, Here you can found much support Regrads
ADS - The future is <sadly> now so where do you go ?
Hello Giovany, > aadd(lc_aStructTmp,{"bImgFileBlob","blob",8,0,0,"Bytes do arquivo imagem",Nil}) I mean can't you use a file for each record instead of the blob field? I used to have that problem too. But it seems now that you can store as many files as you want in a directory. Before (WINDOWS 2000!!! server), it was...
ADS - The future is <sadly> now so where do you go ?
[quote="Otto":1a9iwpb0] > aadd(lc_aStructTmp,{"bImgFileBlob","blob",8,0,0,"Bytes do arquivo imagem",Nil}) I mean can't you use a file for each record instead of the blob field? [/quote:1a9iwpb0] In the agent register from code 1 to 42000 the table with the images is N_AGE_DOCIMGS001, after 42001 to 84000 the table is ...
ADS - The future is <sadly> now so where do you go ?
Hello Giovany, I understand. And yes. [quote:2z4f4d8z] Scanned documents, images, pdfs, biometric templates, digital certificates and other things are in the tables because the server does not have active sharing of folders. Nobody accesses the server, only the program using ads server. And some employees work on th...
ADS - The future is <sadly> now so where do you go ?
RDP for me does not work. The terminals have A3 digital certificates (card), scanners, WebCams and biometric readers. Getting this to work in RDP is not easy.
ADS - The future is <sadly> now so where do you go ?
Hello Giovany, We need smartcards to sign the invoices. We also have many connections such as dispensing systems, telephone systems, etc. We use USB2NET and COM2NET adapters. It works well. Best regards, Otto
ADS - The future is <sadly> now so where do you go ?
Giovanni, Right now I have ongoing, daily, contact with SAP ( the owners of ADS ). This is not bankruptcy. They took away resources for further development apparently in 2015 ( the last release of ADS 12 ). Now they have used a funny term, but it is End of Life for 12/31/2022. I have asked directly if they will re...
ADS - The future is <sadly> now so where do you go ?
hi Tim, Alaska have made PgDBE using PostgreSQL PgDBE does have ISAM "Emulation" so you "only" change DBE ( = RDD) that is what Advertising say ... <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> --- even when change from NTX to CDX it was a lot of ...
ADS - The future is <sadly> now so where do you go ?
Gentleman ... for those who want to see what ADO is like ... here is the adorick.prg ... notice also .. incorporated into the program is a integrated xbrowse incremental search using filters ( very fast ) .. also as you can see you can use plain old ansi Sql .. see how I create a new .mdb from scratch using code .. ...
ADS - The future is <sadly> now so where do you go ?
[quote="TimStone":1d2rzf7c]Giovanni, Right now I have ongoing, daily, contact with SAP ( the owners of ADS ). This is not bankruptcy. They took away resources for further development apparently in 2015 ( the last release of ADS 12 ). Now they have used a funny term, but it is End of Life for 12/31/2022. I have ask...
ADS - The future is <sadly> now so where do you go ?
I went to look at some examples in MySql. I will explain a situation. 1-Open the data dictionary of the present registry office. Ex: \\Server\UNC\Folder\MyDictionary.add 2-I'm going to UNION the AGENT's Document linking it to another data dictionary that is in the central registry office on the internet. Ex: \\201.64.9...
ADS - The future is <sadly> now so where do you go ?
[b:1aextox8]Another example:[/b:1aextox8] [code=fw:1aextox8]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Servidor01 > DicCentral = \<span style="color: #000000;">201.100</span><span style="color: #000000;">.10</span><span style="color: #000000;">.10</span>\UNC\Carpeta\DicCentral.add <span style="col...
ADS - The future is <sadly> now so where do you go ?
I have finally obtained OFFICIAL answers regarding ADS, and it's future: 1). Advantage Database Server reached End of Life on December 31, 2021. 2). The product will be user supported only starting 1/1/2023. Until then, individual questions will be answered ( if you can find someone to do so ). 3). ADS will NOT, re...
ADS - The future is <sadly> now so where do you go ?
Dear Tim, Every app has a deadline, everyone. this is the truth. We have to be aware of this in order to move ahead of this moment. What is the solution? Stop or evolve? And in most cases, how? Technology goes faster than us... C.
ADS - The future is <sadly> now so where do you go ?
Carles, I've been doing this for the past 40 years, so I have evolved. However, at my age, I just want to keep my clients happy with updates, and I'm not trying to compete in the newest programming styles and languages. Frankly, the reason I don't "stop" is because clients actually have called me and asked me to n...
ADS - The future is <sadly> now so where do you go ?
Tim, Then you have your paradigm solved... <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
ADS - The future is <sadly> now so where do you go ?
Hello Tim, it is good that you mention that ADS might have a problem with a later version of Windows. I am sure Antonio and the FIVEWIN team will provide us with a solution for this as well. Fivetech has always had solutions. CLIPPER->HARBOUR, DOS->WINDOWS, WINDOWS METROSTYLE we had no problems, now WINDOWS 11 ev...
ADS - The future is <sadly> now so where do you go ?
Otto, A few years back, Microsoft turned off their Network Discovery feature that allowed ADS to query if a server existed. Suddenly, all installs failed. It also created massive problems for other Client Server systems. Then, Five Tech could have done nothing to resolve the problem. However, at the time, Advantag...
ADS - The future is <sadly> now so where do you go ?
Tim, >I've been waiting for 8 months for the completion of the RTF printing integration into the Printer class. I have posted in 2018 here how to print RTF with EasyReport. We use this for our registration forms daily. <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=...
ADS - The future is <sadly> now so where do you go ?
Otto, RE: RTF First, ALL of my reports are complex and coded directly using the Printer class in FWH. I've never gotten Easy Report to function properly in my application anyway, so rewriting reports is not a practical idea. Secondly, you have a fixed output. You essentially have a form, and then RTF text, all on ...
ADS - The future is <sadly> now so where do you go ?
Tim, I just wanted to let you know that there are workarounds. Unfortunately, I have shifted my focus to HTML reporting. With that being said, none of these is an issue. EasyReport. Have please a look at the source code. EasyReport and TPrinter work on the same object. You can use them at the same time. Your requir...
ADS - The future is <sadly> now so where do you go ?
[quote:2dfuximx] Select Tb01.cAgeCompareceuDoc , Tb01.nAtoNumero , Tb01.nAtoLivro , Tb01.nAtoFolha FROM N_AUT_DOCUMENTOS AS Tb01 Where Tb01.nAtoLivro = _nLivro_Lanca_ and Tb01.cAgeCompareceuNome <> '' Union Select Tb02.cAgeCompareceuDoc , Tb02.nAtoNumero , Tb02.nAtoLivro , Tb02....
ADS - converter campo criptografado
Ola amigos, estou convertendo uma base DBF para ADS. Em uma destas tabelas existe um campo CRIPTOGRAFADO(um dos caracteres é chr(0)). Ao tentar converter esta ocorrendo o seguinte erro: ADS Error: 7200: AQE Error: State = 42000; NativeError = 2113; [SAP][Advantage SQL Engine]Unexpected end of SQL statement Alguém s...
ADS - converter campo criptografado
[url:26mnxh13]http&#58;//nntp-archive&#46;sybase&#46;com/nntp-archive/action/article/%3C46f7d864$1@192&#46;168&#46;0&#46;1%3E[/url:26mnxh13]
ADS - converter campo criptografado
obrigado pela resposta, resolvido tirando a criptografia do campo e criptografando a tabela(usando recursos do ADS.)
ADS - recno() con query SQL SOLUCIONADO
Buenas tardes, Necesito saber si es posible usando ADS Server, implementar un query que me devuelva el recno() de cada registro que cumpla la condición de un select where. Gracias. Rolando <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
ADS - recno() con query SQL SOLUCIONADO
Rolando, de memoria de contesto, no lo he probado, pero si la consulta SQL no implica un JOIN, es decir que solo seria de una tabla, no veo por que no el RECNO() no te devuelva el valor correcto, es decir el numero de registro fisico saludos Marcelo
ADS - recno() con query SQL SOLUCIONADO
Marcelo, Gracias por responder pero te pediría me pongas un ejemplo ya que no lo he podido lograr. Obvio que el recno() del "Alias" resultante del query lo puedo visualizar pero l[b:1d713itl]o que me interesa es tener en ese "Alias" resultante, el recno() original del registro de la DBF a la que se le hace el query.[...
ADS - recno() con query SQL SOLUCIONADO
Hola, bueno si no estuvo claro, espero que este ejemplo si (el customer.dbf es el de siempre) [code=fw:2461wf3p]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</s...
ADS - recno() con query SQL SOLUCIONADO
Marcelo, Lo que propones entrega el recno() del cAlias que es la DBF "virtual" que crea el query, es decir que si hago una consulta a una DBF con 40000 registros y encuentra dos coincidencias solamente, el cAlias->recno() va a dar valores 1 ó 2 y eso no me sirve. Como expliqué antes, lo que necesito son los recno() q...
ADS - recno() con query SQL SOLUCIONADO
Rolando, no se si hiciste correr o no el ejemplo que publique con el DBF customer.dbf, este DBF tiene cientos de registros y la consulta solo devuelve 13 y los recno de estos trece se imprimen, y si tu tuvieras razon (no la tienes), lo que se deberia ver son los registros 1,2,3...13, pero no es asi, corre el ejemplo....
ADS - recno() con query SQL SOLUCIONADO
Rolando, prueba en modo remoto, deberia ser exactamente igual, no lo probe, saludos Marcelo
ADS - recno() con query SQL SOLUCIONADO
MArcelo, Parece ser que funcionara diferente en modo SERVER, ya probé tu ejemplo y no funciona igual en modo SERVER, no entrega los recno() de la DBF original sino como comenté al comienzo de este post. Saludos Rolando
ADS - recno() con query SQL SOLUCIONADO
Marcelo, Probé tu ejemplo y efectivamente funciona. La única diferencia es que yo lo uso ADS en modo remote y tu ejemplo es en modo local y ahí me parece que está la cuestión. Gracias. Rolando