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 strongm 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. campagnolo1

    Windows Form to update VFP table with datagrid

    Greetings everyone, I'm stuck on a project that has me turning in circles and I need some help. I have created a small windows form project in VS2010 using C#. The form has a datagrid which is tied to a VFP table. The table has no primary key and I can't add one (the table was given to me and I...
  2. campagnolo1

    converting a VFP9 script to C#

    Greetings, I've been working on a project for a while where I call an exe from a code-behind in a web page. This works all fine and dandy, but I would like to try and put the code directly into the code-behind page, not having to rely on the exe and VFP. Following is the code from the VFP exe...
  3. campagnolo1

    how to update SQL table from FoxPro cursor

    Hello everyone, I've been chasing my tail here for a while and could use some help. I have a FoxPro exe that runs a bunch of queries and puts them in a cursor. In the end the exe copies the final cursor into a dbf but I want it now to put the data into a SQL table. I created the SQL table with...
  4. campagnolo1

    web portal for Crystal Reports

    Greetings everyone, I have been on a quest to figure out how to serve up several Crystal Reports in a web browser to eliminate the need for every user to have a CR viewer installed on their machine. Obviously, CR server would be a top candidate, but because of the top price it is out of the...
  5. campagnolo1

    SQL Command using 2 database locations or do I need a custom data source?

    Hello everyone, I'm trying to figure out how to write a SQL statement in the Add Command box that will let me query tables from 2 different data sources. I have been chasing my tail for the better part of the day with no real success. I'm not even sure if it can be done in CR or if I need a...
  6. campagnolo1

    Multiple Queries in one or Recordsets or...?

    Greetings, complete Access newbie here with a slight problem: I'm trying to create a table in Access that then I want to run a Crystal Report on. I have linked my Access database to some FoxPro tables and then created 3 queries. The first query uses the linked tables and then creates a table...
  7. campagnolo1

    export asp table to csv and xml file

    Greetings everyone! I have been banging my head against the wall for a while now trying to figure out how to solve this particular problem. I have an asp page that displays a record set in a table. I want to export that table to either a csv and xml format. I have benn reading post and blogs...
  8. campagnolo1

    AspCrypt

    Greetings, I just volunteered to take over maintenance and development for a non-profit website and am creating a test environment on my own server at home. I have successfully set everything up and while going through the site, I encounter an error when trying to log in as a member. After...
  9. campagnolo1

    loop to calculate a fee

    Greetings, I'm chasing my tail here trying to come up with a way to calculate a shipping fee. Here is my situation: I need to calculate a fee for shipping an item. right now I have an if/else statement that checks if the cost of an order is between a certain amount (let's say 3k to 4k) and then...
  10. campagnolo1

    input box that will span multiple lines

    Trying to get a shopping cart together and am stuck with a memo input field that I would like to span across multiple lines (it's for special shipping or order instructions). Unfortunately it's not working out correctly. Here is the code I'm using: <table width="550" border="0" align="center"...
  11. campagnolo1

    PHP5, Apache 2.2 looking for GD2

    Greetings, still fairly new to php I have stumbled upon some very nice code for a shopping cart. This cart has support for images, which I really like. Unfortunately the code makes use of the gd2 library, which does not seem to be included in the PHP5.x release that I'm using. I have searched...
  12. campagnolo1

    parse through memo field to extract only certain lines/parts of lines

    Ok, after another day of banging my head against the wall and scouring through forums I have to say that I'm at the end of my witts. Just to recap real quick as to what I'm trying to do: 1. I have a memo field that I converted to Text. 2. I want to go through this text field create an array...

Part and Inventory Search

Back
Top