Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: martinm
  • Content: Threads
  • Order by date
  1. martinm

    Outgoing Trunk label

    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...
  2. martinm

    Debian Apache1.3 > 2 upgrade

    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...
  3. martinm

    Apache userID in JavaScript

    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.
  4. martinm

    Missing column on TDBGrid

    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...
  5. martinm

    Free Pascal/Debian Linux/Postgres

    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.
  6. martinm

    ADO cursor probs

    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...
  7. martinm

    Enabling 'source' no. for oputgoing calls on SX2000

    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.
  8. martinm

    Error on reading number not string from Excel

    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...
  9. martinm

    subform to subform communication

    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...
  10. martinm

    Access/VBA/Excel accessing first sheet in a workbook

    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...
  11. martinm

    JEDI installation

    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...
  12. martinm

    List of hunt groups an extension is in

    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...
  13. martinm

    SVG Fonts

    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...
  14. martinm

    short task in the middle of longer one

    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...
  15. martinm

    NULL in union causing ORA-01790

    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...
  16. martinm

    Inserting new record (VS2005 - C#, SQL Server)

    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...
  17. martinm

    Inserting new DB record on aspx sing VS2005

    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!!
  18. martinm

    dataGridView - commiting data

    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...
  19. martinm

    Last_Activity value

    This is shown in the OEM, I would like to use it myself but can't find where the data comes from!
  20. martinm

    Rule or Cost based

    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...

Part and Inventory Search

Back
Top