Search found 387 matches: adt

Return to advanced search

Re: encrypt DBF using ADS Local

... user to access without the system to be? Clemerson Será posible desencryptar tablas libres y despues de leer sus registros encryptar nuevamente?, .Adt´s. Pues me lanza un error cuando lo hago de la siguiente manera : getConexion.Execute("EXECUTE PROCEDURE sp_DecryptTable('Tabla.Adt','12345678');", ...
by Joan
Mon Jan 22, 2024 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypt DBF using ADS Local
Replies: 7
Views: 5126

Re: ToExcel

Hola karinha, así lo quiere el cliente.
El problema me parece que es windows XP. En mi computadora con win 11 no tengo problema. El dbf es adt (ads). Tiene la opción de hacerlo con FileXls.

Muchas gracias.
Saludos
Ruben Dario Fernandez

Enviado desde mi 21081111RG mediante Tapatalk
by rubenfernandez01
Sat Apr 22, 2023 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ToExcel
Replies: 2
Views: 226

Help with complex JSON

... static function ReadVessel( hJson ) local aData := {} local aRow, aCalls, hCall local d, n, i, j, aDt local ARRI, DEPA local cPol, cPolName, cDateTim, dEtd, cEtdTime, cStr aCalls := hJson[ "vessel" ] AADD( aData, { "IMO" , aCalls["vesselIMONumber"] ...
by cdmmaui
Tue Mar 21, 2023 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1216

Re: FieldGet() no recupera bien dato NUMERIC de tabla ADT

Jose

Gracias por el dato, esta super

Rolando
by RSalazarU
Sat Mar 11, 2023 10:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FieldGet() no recupera bien dato NUMERIC de tabla ADT
Replies: 5
Views: 359

Re: FieldGet() no recupera bien dato NUMERIC de tabla ADT

RSalazarU wrote:Jose

Gracias por responder

>>La unica solucion que encontre fue grabar los numeros en campos alfanunericos y hacerme las funciones de conversion.

si, al parecer es la unica solucion.


Dale una mirada a este hilo.
by JoseAlvarez
Sat Mar 11, 2023 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FieldGet() no recupera bien dato NUMERIC de tabla ADT
Replies: 5
Views: 359

Re: FieldGet() no recupera bien dato NUMERIC de tabla ADT

Jose

Gracias por responder

>>La unica solucion que encontre fue grabar los numeros en campos alfanunericos y hacerme las funciones de conversion.

si, al parecer es la unica solucion.
by RSalazarU
Sat Mar 11, 2023 1:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FieldGet() no recupera bien dato NUMERIC de tabla ADT
Replies: 5
Views: 359

Re: FieldGet() no recupera bien dato NUMERIC de tabla ADT

Saludos.

Hace tiempo tuve un problema parecido.
La unica solucion que encontre fue grabar los numeros en campos alfanunericos y hacerme las funciones de conversion.
by JoseAlvarez
Fri Mar 10, 2023 11:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FieldGet() no recupera bien dato NUMERIC de tabla ADT
Replies: 5
Views: 359

FieldGet() no recupera bien dato NUMERIC de tabla ADT

Saludos Amigos. Debido a una normativa que saco IMPUESTO NACIONALES, acá en Bolivia, tuve que aumentar el tamaño del campo NROFACTURA de 15 a 20. Trabajo con ADS. Al grabar un numero de 19 digitos no hay problema (lo hago con una sentencia SQL) Al recuperarlos es el problema Ejemplo: 842449234744822...
by RSalazarU
Fri Mar 10, 2023 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FieldGet() no recupera bien dato NUMERIC de tabla ADT
Replies: 5
Views: 359

Re: Consulta Tecnica.

VitalJavier wrote:Antonio, que tal
Yo lo tengo en tablas ADT (Advantage)
Con un campo Binary
y la tabla no ha crecido demasiado.

Saludos.


Hola Javier

Muchas gracias por tu informacion, pero en mi caso, el cliente usa DBF y sin no tiene ADT.

Muchos Saludos
Antonio
by remtec
Tue Aug 23, 2022 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Tecnica.
Replies: 16
Views: 2324

Re: Consulta Tecnica.

Antonio, que tal
Yo lo tengo en tablas ADT (Advantage)
Con un campo Binary
y la tabla no ha crecido demasiado.

Saludos.
by VitalJavier
Mon Aug 22, 2022 5:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Tecnica.
Replies: 16
Views: 2324

Re: 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, ...
by Giovany Vecchi
Wed Apr 20, 2022 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2794

Re: Advantage Database Server

Giovany, I have my application setup to run either .DBF, or .ADT. That works just fine. Here is my concern. I am a reseller of ADS, so I have access to the ordering and updating system. However, if I obtain an upgraded user license for a client, I am selling ...
by TimStone
Wed Jan 19, 2022 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3668

Re: Advantage Database Server

Hello everybody. I work with ads since 2004/2005, in 2008 I started working with data dictionary using ADT. I have systems for registries where the data reaches 60gb because of the Blob/Binary fields that have PDF, Doc, Jpg files and others. Source codes currently use 80% ...
by Giovany Vecchi
Tue Jan 18, 2022 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3668

Re: Problem with tdatabase

... be chosen by the user. 2- Auto increment or any sequential number always after rLock() In practice I use a table of traffic lights called SEMAFORO.ADT. In it I have several fixed records with the fields: 1- L_UPDATE > True = In Use / False = Not In Use 2- C_FIELD_ACTION > Field of a sequential ...
by Giovany Vecchi
Sun Dec 19, 2021 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1852
Next

Return to advanced search

cron