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

    Index question

    I know i can do this in Foxpro but how do you create an index on two columns combined to together to create a Unquie index so no duplicate records are created. example In my application i have a parent table and child table that has detail lines what i would like to do is take both the Foregin...
  2. jjgraf

    How fast is fast

    I’m writing a com object that will be a web service and a standard DCOM used by desktop applications. I been trying to improve its performance. Specs: Database: SQL Server All Data checking is done by COM Can not use FoxPro Database objects or Remote Views So I have been using Sql Pass...
  3. jjgraf

    Is there a better way

    I need to generate a serial for product that is alpha numeric. I send this function the Last Used Serial Number and have it increment it. I was wonder if anybody can come up with a more readable one thanks **************************************************** function tserial LPARAMETERS...
  4. jjgraf

    ActiveX question

    I'm trying to write an app in VFP 7.0 sp1 that makes calles to National Instrustments (NI) ActiveX objects. NI ActiveX objects are methods to query data from Lab Testing Equipment Hardware I have been able to make calles and aquire data from the object but the return data is suppose to be in...
  5. jjgraf

    ISA with Exchange 2000 and running VPN

    Ok here is my problem. I need to deploy ISA with VPN and Exchange running on the Same machine. I get ISA installed and working on the W2K server and routing traffic to the Internet no problems. i then deployed VPN. still no problems able to get connected and still browse the web. I then...
  6. jjgraf

    Strict Date

    OK i run into a bit of problem with VFP 7 and this strict date format and my ERP software Database. I connect to the ERP software database which sends the date fields in the Year-Month-Date format and the cursor stores it in that format. Now when I try to do a select on the Cursor like so...
  7. jjgraf

    Thermometer/SqlPassthrough Question

    IN applications that i write i use SqlPassthrough What i want to do is use the thermometer to keep the users happy How do i do that? I know how to call the thermometer and update it that's not the problem The problem is when i issue the SqlExec() the code does not move onto the thermometer...
  8. jjgraf

    SQL and VFP 6.0

    I have a bit of a problem when updating or inserting new records into a SQL server 7.0 sp3 running on W2K sp2. I am used Foxweb to create an intranet web applications that is used by the Quality Control Inspector to record all Work orders he inspects. This Web App inserts new records into a...

Part and Inventory Search

Back
Top