Hola elddys, en ese caso como los teléfonos análogos no tienen ese botón [TRNAS/PGM], al menos en nuestra central "LDK-100" es así:
* Si su sistema está programado con código de cuenta, para realizar llamadas externas, digite 9 + el código de cuenta + # + número telefónico (el código de cuenta...
Thanks doktor, I download and use the version you suggested, the version 3.1Bc did the job!!!
A little manual for other users with the same problem:
1. Download the Speed Dialling Editor version 3.1 or above
2. Connect with your LDK System.
* Menu->Connection->Connect
* (Choose your...
Im trying to deal with PGM224 "Toll Exception Table", but there is not a lot of information in the user guide i have for the LDK-100.
Where can i find a good manual for the LDK-100?
Where can i find a good manual for the PGM224?
Im lost because, in the manual show:
"Exception table A & B allow...
Doktor, thanks for your answer, but a few questions:
1. In the PGM451 there are a lot of options, which are the right one?
2. I press every button there (PGM451) but nothing happens, i need to config some printer or something?
3. The text file can be saved in a digital format (PDF, TXT)?
Thanks
I already read a lot of posts about LDK Spd Editor, but all the aswers are how to make the list or changing the list, but i have and problem.
In our LDK-100 (v: 3.7Bd) there is already a lot of {System Speed xxxx} configured (by users around the network), now we need to set a lot of new Speed...
Yes SQLSister, i thought that, but posted searching for another way.
And that approach take more than a simple SELECT...
Oracle has SELECT xxxx FROM DUAL, etc, etc, MSSQL-SERVER has something like that?
I need to spend a table to do that!!!?
it must have another way!!!
thanks
I need totals of a table grouping by date....
My Table is:
Empleado_Horas_Labor(....,EMPLEADO,Fecha,Horas_Normales,....)
SELECT Fecha,SUM(Horas_Normales) FROM Empleado_Horas_Labor
WHERE EMPLEADO = '02-061' GROUP BY Fecha
The result is:
Fecha...
I post that i solve the problem... i think i solve, but the truth is the code:
try
DataModuleACT.Query1.SQL.Clear;
DataModuleACT.Query1.SQL.Text := vU_InsRH.Text;
DataModuleACT.Query1.Active:= False;
DataModuleACT.Query1.Active:= True;
....
only excecute 909 lines and...
I Fix the problem using the code:
try
...
try
DataModuleACT.Query1.SQL.Clear;
DataModuleACT.Query1.SQL.Text := vU_InsRH.Text;
DataModuleACT.Query1.Active:= False;
DataModuleACT.Query1.Active:= True;
except
on ENoResultSet do //No hacer nada!!!! Do...
The problem is how to run a SQL script > 455 lines.
I have MsSQL Server and Delphi 5 and RX library.
with the SQLScript component i try to run a script about >1000 lines, but the script runs ok all the time from 1 to 455 lines and the rest of the script was ignored...
i also use Query component...
doesn´t work...
The code "ClaireHsu"... no work because "EXEC" try to run @File and @File is: "c:\MyData\HO_ACT200307080924.sql" MsSQL raise error, obvious c:\... etc has sintaxis error. I need to run the script in that file!!!
and "Glasgow" i test that...
how to execute a script from a file in a store procedure?
example:
-- (* UPD: 08/07/2003 *)
IF EXISTS (SELECT name FROM sysobjects
WHERE name = 'pr_ExecScriptFF' AND type = 'P')
DROP PROCEDURE pr_ExecScriptFF
GO
--Ejecutar script desde un archivo.
CREATE PROCEDURE pr_ExecScriptFF...
also when i test some query like this, i use LIKE.
I was writing my opinion when RSX02 solve it, but take the hint:
SELECT SUM(qty_shipped) AS [Amount Shipped]
FROM co_ship
WHERE co_num LIKE '%22%'
AND co_line = 2
AND uf_lot = 4
if no data returns, check the query again :-)
N: i use the...
I know DTS and how use it, but I need to generate the script code for a Table X, like MySQL exports...
Example: MyTable has (col1,col2,col3)
select * FROM MyTable
:
col1 col2 col3
---- ---- ----
a1 b1 c1
a2 b2 c2
a3 b3 c3
SQLServer has something to export this like Insert, etc...
( SYSDBA / masterkey ), doesn´t work... i dont know why, i finish up the installation and try... result: Unknown user name or password....
thanks anyway...
I'm look for tips in delphi, and find some in
Delphi5\Help\Examplesmore specific in Update\pcachup.dpr ... in this project ask for a password for a IBLocal DB, but i don´t know that password... in DBDEMOS is user:sysdba pass:masterkey, this from Delphi5\Demos etc...
i think that pass is...
Finally I solve the problem:
the application need some .dlls, i read,seek,help etc, and find the missing files!!!, some files depends of the DB engine that the program connect, for example: SQLServer need sqlmss32.dll,etc Oracle: SQLORA32.DLL,etc SyBase: SQLSYB32.DLL, etc. and anothers .dll
like...
yes there is a valid question Steven, but i have applications made without RX DBAware, and the problem persist, all the Delphi 5 ->with RX DBAware, and all the Delphi 6 without that, and all the application lunch the same error...
I seek and read a lot of documentation of all, incluiding...
Let me explain more of my problem:
I have diferents applications made in Delphi 5 and Delphi 6 and the problem is the same, someones works against SQL-Server (Majority), Oracle(few), Access(...), I don´t have this problems before but i think it was because in all the pc's i probe the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.