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 Chris 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: *

  1. robnowa

    Send parameter from asp.net/c# to foxpro

    Hi! I've created a simple asp.net project where I can search for customers by name in my SQL database using LINQ Contains(). From there I'd like to open up my VFP9 program the custormer id. What I have now to test my vfp code: Normal Windows shortcut, properties: Target: C:\Data\test.exe...
  2. robnowa

    dbc connection string to SQL

    Hello! Thanks for your reply! In this case I was just trying one function to update 10000+ records and I found that using SQLEXEC() was much much faster then regular update/replace in a remove view and simpler then a stored procedure. Question: How do I ensure that my dbc is open?
  3. robnowa

    dbc connection string to SQL

    Hello! I'm using a SQL database, I have in VFP9 the tables as remote views and a (Project Manager>Data>Databases>varu>)Connection called Upsize with a connectionstring (below). It's stored in my Data\Varu.dbc file. Is there any way to refer to my Upsize connectionstring like this or similar...
  4. robnowa

    For loop table fields

    Thanks for the info and good point there Olaf! Yes, we're going to change that 12 months fields to something better in the near future.
  5. robnowa

    For loop table fields

    Ah yes the REPLACE I'm aware of, didn't get so far in the code just yet :) Thanks for your answer, I will try it out!
  6. robnowa

    For loop table fields

    Hello! I'm quite new to Visual Foxpro and would like some help with a for loop. I have the fields klubb1-12 in my table and lets say all even numbers are "checked" (klubb1="1", klubb2="2" etc) and I would like to loop through some rows and move everything +1. So if 2 is checked, then unckeck 2...

Part and Inventory Search

Back
Top