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 derfloh 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: mickallen
  • Content: Threads
  • Order by date
  1. mickallen

    Extracting query information

    I'm trying to extract query information from a resultset, the problem is I don't know the column headings as the query is created by the user. I can get the column headings using query.columnlist but can't seem to use this within a cfoutput query. Is there anyway to extract the query results...
  2. mickallen

    Multiple Join advice

    I would appreciate a little advice on the best way to develop an application. I have a number of tables for different job roles which relate to a person table. Each person can have numerous job roles. My problem is whether to use my application to search each individual table where a person...
  3. mickallen

    Can't map network drive

    I have just set up Samba but I cannot map a network drive to the shares fron either Windows XP or 2K. I can do a net view \\server and see the shares but the server does not show in My Network Places.
  4. mickallen

    Samba DNS

    I'am new to Linux and networking, I have installed the Samba Server and the deamons are running as expected. But I can't see the Samba Server from the client. I can ping the Samba Server from a XP client using the servers IP address and I can ping the client from the Samba Server again using the...
  5. mickallen

    sub select

    I have two tables one contains quiz scores the other contains users. When a user completes a quiz they are entered in the scores table. Firstly I need to select user id's from the scores table based on a particular quiz. e.g. SELECT user_id from scores where quiz_id = 13. I then need to...
  6. mickallen

    Finding database size

    Can anyone tell me if it is possible to identify the database size of a MySQL database stored on a remote server, maybe by using SQL? Thanks Mike
  7. mickallen

    Coldfusion and Microsoft Word

    Is it possible to use coldfusion to use the content pulled from a database and save it to a Microsoft Word file.
  8. mickallen

    Web Services

    I'm just testing some of the Web Services at XMethods and I dont know if I'm missing something. I can get some of them to work but others I keep getting the same kind of results e.g. com.serviceobjects.www.WhoIsInfo@2cd728 The '2cd728' changes everytime I refresh the browser window. The...
  9. mickallen

    Web Services

    I'm just testing some of the Web Services at XMethods and I dont know if I'm missing something. I can get some of them to work but others I keep getting the same kind of results e.g. com.serviceobjects.www.WhoIsInfo@2cd728 The '2cd728' changes everytime I refresh the browser window. The...
  10. mickallen

    which ecommerce software

    Could anyone give advice as to which e-commerce/shopping cart software to use. I want to have control of how each individual site developed looks, as e-commerce facilities will often be added to existing sites.
  11. mickallen

    MSDN style movable boxes

    Can anyone tell me how to implement the callapsible moveable boxes which are used on http://msdn.microsoft.com/ (down the right hand side) Thanks Michael
  12. mickallen

    screen resolution

    I know this question has been asked before, but I have tried all the suggested solutions with no luck :-( The windows are to big for my screen! I have changed the settings in XF86Config and using ctrl-alt + or - does not change anything even though the XF86Config says there are various...
  13. mickallen

    retrieving information

    I'm wanting to be able to gather information from various web sites and present it on mine for example: to give an insurance quotation to a customer where the quotation will be given by another web site. I have been told that the XML application Resource Description Framework (RDF) will be the...
  14. mickallen

    Delete an array item

    Can anyone tell me the best way to delete an item within an array. I want to search for a value within the array and then delete the item from the array if it meets certain criteria, which means the value could be anywhere within the array. I also want to be able to delete it totally from the...
  15. mickallen

    Synchronising

    I'm looking for advice as to what is the best way to keep two databases synchronised. I'm wanting to add records on a local database then when finished put the changes to a remote database held on my hosting companies web server. Thanks in advance for any advice
  16. mickallen

    Print multiple pages

    Is it possible to print multiple html documents from a single click of a button or hyperlink. Thanks in advance to anyone who can help.
  17. mickallen

    table unwanted resizing

    I have a table with the alignment set to centered. The sizes of all the table cells and the table its self needs to be kept the same throughout the whole site. I have set the table height and width to the same on all pages, but as soon as I add content the table resizes. Is there a way to lock...
  18. mickallen

    table unwanted resizing

    I have a table with the alignment set to centered. The sizes of all the table cells and the table its self needs to be kept the same throughout the whole site. I have set the table height and width to the same on all pages, but as soon as I add content the table resizes. Is there a way to lock...
  19. mickallen

    Error checking form input

    How can I keep the data already entered into a form after error checking to make sure the user has filled in all form fields correctly. I want to display an error message and direct them back to the form to correct any errors. I only seem to be able to bring back a blank form after displaying...
  20. mickallen

    Redirect

    I'am wanting to execute a php script from within another php script for example: if (action == 0){ script1.php } I know I can use include to include the script but this would not work for what I'am wanting to do.

Part and Inventory Search

Back
Top