Hi, on an SX2000 light I need to change the outgoing trunk ID to the DDI of the extension making the call. It currently shows a 'fixed' number 01234 789123 - this would need to be 01234 78wxyz where wxyz is the ext number. However, I can't find which form this is stored in, and how to change...
Hi, I'm migrating an Etch/apache 1.3 setup to Squeeze/apache 2
The 1.3 modules.conf file has various .so files such as:
LoadModule config_log_module /usr/usr/lib/apache/1.3/mod_log_config.so
LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
These don't appear to exist in...
I want to use the Apache userid in some JavaScript, either from within the JS or passed from the HTML (via an OnClick event).
Note Apache 1.3(!) on Debian.
Must be easy but Google can't help.
Ta,
Martin.
I've a TADOQuery on a DataModule that returns 3 fields.
A TDBGrid/TDatasource on a form.
If I set all to active at designtime I get all 3 columns in the grid.
However, at runtime the ADOQuery still has 3 columns but the grid only has the first 2!
I've edited the columns and fields to no...
Hi, I've got FP compiling, but need to use Postgres.
Debian Etch, Postgres 8.1
A google indicates I need libpq, but:
1. What file exactly (so I can find it!)
2. How do I add the path ?
3. Any examples anywhere!
Ta,
Martin.
Hi, I'm modding a D7/SQL Server 2005 Express app. which uses ADOQueries.
When I try and post an edited record I get exception
'A cursor with the name 'MY Cursor' already exists'.
I've tried changing the 'recordset approach' to a straight SQL 'Update' statement, but get the same.
I've even...
Hi, I need to enable the passing of the CLI for outgoing DASSII trunk calls. I've looked in the COS but can't see anything likely that isn't already enabled!
Ta.
My App happily reads strings from a spreadsheet. These values may now be numbers (i.e. have no aplha chars in them).
The individual cells have to be formatted as text, otherwise I get a runtime error 'Numeric field overflow' on accessing this value. I thought that the data was retrieved as a...
Right, I'm getting the hang of things now, but have been banging my head against anything hard on this one
The current form has a subform showing products, and a few details for each product.
I need to add new functionality to allow each product to have related data from a new table, linked by...
Hi all, I need to convert someone else's Access VBA so that it opens the first sheet in an Excel spreadsheet, and not the named one.
The existing code:
Set ltb = db.CreateTableDef(strLink_name)
ltb.Connect = xConnection_string
ltb.SourceTableName = xTable ' e.g. sheet1
I've tried replace...
Been a few years since I did this, but need to instal on a new PC with Delphi 7 Ent. (Win XP)
Tried with D6 Ent (update 2) first and ran the installer that comes with the latest JEDI download, but no JVCL components on the pallette, and the only packages loaded appear to be the 'helper' ones...
Hi All, I spent a few years working on varioius SX2000's in the 90's, and by some quirk of fate find myself in charge of one of them..... Anyway, I vaguely remember being able to find out which hunt grps an extension was in, but can't remember what it was (or if in fact you can!) Any tips...
Not sure if this is the right forum, but seems to be the closest! I have some Javascript produced SVG that works fine.
However, I need to create some text in Red - the text is usually white on a black b/g, or black on a white b/g depending on the config. I can create the red text, but it seems...
Project 2003 Pro
Hi,
Say I have 2 tasks assigned to 1 person. One that takes 9 days, one that takes one day. The one dayer must be done in the middle of the 9 day, so 10 working days total, with the 9 dayer effectively split.
Is there a way of removing that day from the 9 dayer so the...
Oracle 8.0.5.0
The following code fails when I return a NULL as c2 in the first part of the union, but is OK if the date is used.
Seems very odd to me!
Is this correct (hopefully not.....)
select c1,
c2
from(
select t1.wip_due_date as c1,
null as c2...
I have a GridView and DataSource.
The grid has select/edit options, but I can't find an 'insert' option.
I have linked the params of the DataSource to Text boxes, but can't find a method to actually insert. The Query text exists.
What am I missing!!
I've tried the insert by code, but...
I have a GridView and DataSource.
The grid has select/edit options, but I can't find an 'insert' option.
I have linked the params of the DataSource to Text boxes, but can't find a method to actually insert - the Query exists.
What am I missing!!
Hi all, new here, Delphi developer for about 9 yrs, now having a tinker with C# using Visual Studio 2005. I'm having a problem with a dataGridView - I've got it connected to my SQLExpress DB - it's displaying existing data. However, I can't get new/edited records data to commit. Also, I've got a...
Hi all, not really an Oracle expert by any means, but just started a contract where I'm the best they've got....
Using Oracle 8.0.5 (9i on it's way)
I have some fairly simple queries that are taking waaay too long to execute. I have found that (by looking at the explain plan) the optimiser...
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.