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

    can't save form select option to database

    Hi all, First I'm new to ROR (stated today ) and I've googled abit to see if I could sort this out but I'm drawing a blank. I'm using bitnami rubystack and netbeans 6.8, I have two tables movies and durations which I used netbeans to create the scaffolds for. I then edited the movies table to...
  2. comboy

    Capturing AT responses and showing them on a label

    Hi All, I'm trying to design a sms application, I've done most of the work in that it can send sms both in plain and pdu mode but I'm stuck on one thing, getting the AT command responses once the send message button is clicked to show on a label on the application form itself. I've written a...
  3. comboy

    Print from DOS to USB via Microsoft Loopback Adapter question

    Hi all, Firstly I'm just looking for a bit of clairification regarding using MS Loopback adapter to print from a DOS based program written in Pascal on MS XP. I've read up on how to install the loopback adapter and using the net use command my questions are as follows; 1. Can use lpt2+...
  4. comboy

    How to determine the CSP of a cert

    Hi all, I've been asked by work to determine if the CSP of a certificate is Microsoft Strong Cryptographic Provider or not for client computers that are on workgroups not domains in order for part of our application to run. Could any one please tell me if this can be done and how. Many...
  5. comboy

    New to Java Array question

    Hi all just started studying Java and need a little help on arrays. I'm trying design a program that will allow a user to enter a year (an int variable) and return <=values from two external arrays based on the year. my arrays are as follows public static final String[] names = {...
  6. comboy

    Laptop Keyboard Not allowing Ctrl Alt Delete

    Hi all, I've got a Toshiba Tecra laptop that is aboput 3 yrs old. Today its built in keyboard has started acting funny. When I tried to logon to windows it just stayed on the login screen, nothing was working. I've noticed that when I press the Alt key the light on the Caps button comes on...
  7. comboy

    Control Panel and Shell.exe missing

    Hi all, A friend has phoned me saying when she starts her p.c. she is getting a message saying that the Shell.exe is missing, also she is getting messages saying she is not the admin for the pc and can't perform certain actions (she is) and when she goes to start > settings Control panel is...
  8. comboy

    How do I use the results of one query in antother query

    Hi all, I'm just starting to look and php & mysql so bear with me please. I was wondering how I can use the results of one query to generate results for another query. I have two tables trainer and schedule the trainer primary key (id) is a forigen key of schedule.trainer row. What I'm trying...
  9. comboy

    Ultimate Defender and Onlinesecurityworld.com

    Hi all, I have a friend who has phoned me today and said that her pc is infected with a virus. After a few questions over the phone I've found that she has been infected by the Ultimate Defender and onlinesecurityworld.com spyware programs. Now I live over 100 miles from this friend so I've...
  10. comboy

    Need help with php parse error

    Hi all, Hope some one can help me here I am developing a guestbook for a college project and am getting the following error Parse error: parse error, unexpected T_VARIABLE, expecting ',' or ';' in C:\Program Files\Apache Group\Apache2\htdocs\guestbook\guestbook.php on line 100 The origional...
  11. comboy

    Design / Primary key Question

    Hi all, I'm new to sql so if I'm asking something that is plain obvious sorry in advance. The situation is that I currently have a excel sheet that is used to store schedule information for three trainers in the following format DATE | Trainer 1 | Trainer 2 | Trainer 3| 12/1/07 | Mackens...
  12. comboy

    PHP cant connect to MySQL on localhost

    Hi all, I'm new to web development but I've set up apache 2.x MySQL 5.x and PHP5 on XP home. When I use a phpinfo() script it shows up on the local host and seems that every thing is ok. However when I try and connect to MySQL using the code below I just get a blank page with no warnings etc...
  13. comboy

    Users Question use of generic or developed table

    Hi all, I'm new to MySQL and advanced SQL queries so hopefully my question will be clear. I'm designing a DB that will hold details of client training dates etc. I will be building a front end in PHP but was wondering how to easily grant privileges to users based on user categories. Can I...
  14. comboy

    AD-Aware doesn't find potential Spyware

    Hi I've got a client who keeps getting pop-up messages telling them their p.c. has spyware installed or that windows has 55 critical errors. The message only appears when IE is active and the form has the title Message Services or Messenger Services. I've run AD-Aware and their Anti-Virus...
  15. comboy

    FireFox doesn't break lines &amp; gaps in IE around Images

    Hi All, I'm new to XHTML and CSS but have a good grasp of HTML 4.0. I've two problems regarding the site. 1. One of my pages has a 3 col layout and in FFOX only the paragraph in the middle col does not seem to recognise the </br> tag as their are no line breaks appearing and the text is...
  16. comboy

    Trying to add up hours in Excel

    Hi can someone please let me know what I'm doing wrong, I'm trying to total a column of hours using autosum but am getting wrong answers each time. my sheets looks like this Start Finish Hours 07:00 12:30 05:30 06:30 20:00 13:30 05:45 20:30 14:45 08:00 17:30 09:30 09:00 17:00 08:00...
  17. comboy

    Searching for records Invalid Bookmark error

    Hi all, I'm trying to teach myself VB and am using unbound forms as advised, my question is how can I use an InputBox to allow users search for records using words and phrases and return the first record that matches the text entered into the InputBox if they are held in an Access DB. I've...
  18. comboy

    Child forms moving down screen on loading

    Hi all, I have a mdi form which currently has two child forms that are loaded from the menu of the mdi. The problem is that when I open the mdi and load either of the child forms for the first time it is positioned correctly at the top of the screen under the toolbar of the mdi. However when I...
  19. comboy

    Colour Picker

    Hi all, Can anyone tell me if there is a colour picker control available in Word 02 VBA and if so what its called. Am trying to build a form that will allow the user to change the colour of selected text. Thanks in advance for any help. Slainte, Graham
  20. comboy

    Newbie ADO quesstion

    Hi sorry this is more than likely a very silly question but I have to ask. The book I have to try and teach myself a bit of VB for databases always sets the connection to the datasource via VB e.g. Dim Data1 as New ADOBC.Recordsource. But I can just place an ADO connection onto my form and work...

Part and Inventory Search

Back
Top