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 SkipVought 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: *

  1. martinm

    Outgoing Trunk label

    There is a 3300 but it isn't in use, it's just a good old SX2000 really. So I guess imat won't help?
  2. martinm

    Outgoing Trunk label

    Nope - never heard of IMAT!!
  3. 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...
  4. 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...
  5. martinm

    Apache userID in JavaScript

    Thanks, that gives me a starting point!
  6. 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.
  7. martinm

    Need help to add(sum) cells in dataset

    Try FloatToStr instead of IntToStr and .AsFloat not .AsInteger
  8. 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...
  9. 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.
  10. martinm

    ADO cursor probs

    Solved it - for some reason the 2 triggers I had seemed to be called mutliple times. Put it all into 1 trigger now...
  11. 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...
  12. 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.
  13. martinm

    Error on reading number not string from Excel

    Ah, interesting. So they're variants, but of a single type. Bl**dy Microsoft. Thanks, I'll let the user know they need to use the ' .
  14. martinm

    Error on reading number not string from Excel

    Thanks, trouble is I can't see why there is a problem, as everything is returned as a variant, so is not typed?
  15. 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...
  16. martinm

    subform to subform communication

    Found the navigation buttons property! Just need to poke around and add an 'add new record' button and I can get on with the coce (it's the form stuff I find tricky, being a Delphi programmer) Thanks for your help folks.
  17. martinm

    subform to subform communication

    Nearly there... sfb has now been created in 'design mode' rather than using the wizard. As such I have control over the layout. Only remaining problem is the removal of the navigator (apart from anything else, must not be able to add new records other than one per master record)
  18. martinm

    subform to subform communication

    OK, found the answer in http://www.tek-tips.com/viewthread.cfm?qid=949593&page=6 Can just enter the values without using the builder. All works great. Finally :) I need to make the layout of sfb the same as sfa. I have done this in the sf design, but when run, it changes to a grid...
  19. martinm

    subform to subform communication

    Cheers - won't let me do it. 'Can't build a link between unbound forms' When setting the child or master value.
  20. martinm

    subform to subform communication

    That sounds exactly what I need thanks. Got 1 and 2 working (textbox contents change), but can't find where to bind the fields. I'm sure I've seen it somewhere, but not when needed....

Part and Inventory Search

Back
Top