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

    connecting to remote sql server

    I am trying to set up an odbc connection to a remote SQL Server 2000 database. I have access to the server via remote desktop connection and can ping its IP successfully, but I cant get through odbc setup. In Create New Data Source, I select the SQL Server driver, For server I put the correct...
  2. MalcUK

    Problem with Browser activex control

    I'm writing a small browser app in vfp around the Microsoft Browser control. All works fine except any page that opens a new window, opens it in IE. I have put code into Newwindow3 method which opens up a new instance of my browser, with the correct page, but the page still opens in IE as...
  3. MalcUK

    fading an image

    Here is a tough one. I want to be able to fade a jpg image on the form. It's easy to do this on a web page by setting opacity but how about in VFP? There isn't a property like that on an image control, but is there something using Activex or API that would do this? BTW I cant do it by...
  4. MalcUK

    Making a Word doc non-editable

    I need users to preview a document without being able to edit it at all. Opening a file as Read Only still allows editing (even though it blocks a save) PrintPreview looks good, but on closing that, the user is back to an editable view. Is there a way of opening a document in word basic so...
  5. MalcUK

    Reading data from a Salter Weigh-Tronix

    I need to read data from a Salter Weigh-Tronix PC-3632B weighing machine. I have no documentation. Does anyone know A) what the speed and protocol of the serial port should be set to and B) how to get the machine to send data?
  6. MalcUK

    Reading rs232 Serial data in FoxPro 2.6 for windows

    I have weighing scales connected to PC via rs232 serial port (com1). Is there a way I can read the incoming data into FoxPro 2.6. Have tried using FOPEN("com1") but get no result. Help file says Foxpro for windows doesn't support opening ports. Any ideas how I can get this to work?

Part and Inventory Search

Back
Top