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

    Table Layout Panel control directions

    Hi All I've got a table layout panel with a fixed number of columns and rows. I've implemente drag and drop on it so the end users can re-arrage the controls as they please. This part is working fine. The problem is when the user drops a control onto a cell already containing an active control...
  2. safraser

    Publishing Com Component

    I'm sorry if this has all been hashed out before. I've spent the best part of the last two days trying to figure this out and got no where. I've created a vb project which I need to publish as a com object. I've been through MSDN so many times now I can't count I've set <Assembly...
  3. safraser

    Strange ODBC error

    Hi guys I'm a little stumped by this problem, I was hoping some here could give me some pointers etc I have a odbc drver that seems to work fine in some situations, others it just stops working. The driver is provided by an Accounting software developer for their own database implementation...
  4. safraser

    Web Service process

    Hi all Sorry if this is a elementary question but I've had a bit of a scout around and haven't found the answer. If there are multiple instances of an application consuming a web service, does this create a separate process thread of the service for each connection, or does it have one instance...
  5. safraser

    Unique ID of com object process

    I'm really sorry, I know this type of thing as been asked before but I've not seen a complete answer to my problem. I've had an existing project dropped on my desk with a problem, the original developer died last year so it has fallen to me to fix this issue. It has worked fine with a single...
  6. safraser

    String Comparisons

    Hi all Just inherited an older access project my boss did about 10 years back and hasn't been touched since. Anyway, after upgrading it from access 97 (I Think) to access 2007 I'm now having issues with string comparisons producing unpredictable results. Two strings, that I should be equal...
  7. safraser

    Eval CommandButton.OnClick

    Hi every one What I'm trying to do, is on the form load is modify the properties of a few command buttons based on values of a dataset. Which I seem to have working without any problems Where I'm coming unstuck, is I then want to fire the OnClick event of the first commandbutton I change...
  8. safraser

    Strange file not found error

    Hi All I have a client who is regularly getting a file not found error. The strange thing is the file that it’s not finding is a form included in the very same app file that is calling it. This same piece of code opens the form and works fine for a number of other clients. So my question is...
  9. safraser

    COM port usage

    I have a client that is trying to setup a device on COM1, however it is telling him that it is use. Does any know of a way of identiying what is using com1 so it can be disabled, or moved to another com port
  10. safraser

    Server Service

    I've got a clean intall of win2k profesional I was planing on using as a file server on a small network. The network is running fine all the pc's can see/ping each other, but eavery time the server is restarted, I have to start the server service on it. It is set to start automaticlly.
  11. safraser

    Closing Data

    We have a client who is reporting he is having problems trying to run re-indexing routines on a application that we have given him. The last thing that happens before the re-indexing routine starts is &quot;Close Databases All&quot;. Yet when re-indexing tries to open the files exclusively, he...
  12. safraser

    Send text file to a com port

    We are looking for an easyway to send a textfile to a comm port using native vfp6 code. Will I be able to do this with low level file functions
  13. safraser

    Internal email

    Is the any way that I could use win2kpro or even server so we can use internal email around our office, or would I have to use somethig like exchange server
  14. safraser

    I was wondering, is there any way t

    I was wondering, is there any way to right aline nembers in a listbox control when using a proportional font like Arial. I have tried formating it at the rowsorce but this still doesn't help

Part and Inventory Search

Back
Top