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. Labell

    SQL Select logic, Form item reference in report

    I found the issue. It wasn't that I had a bad SELECT statement. I had to remove the 'partmast.' from the report fields when getting the 'cost' to show up. 'partmast.cost' did not work, 'cost' did work. If that makes any sense. Thank you both very much for the help.
  2. Labell

    SQL Select logic, Form item reference in report

    Thank you Mike, that did it! Now onto this SELECT problem... wish me luck :/
  3. Labell

    SQL Select logic, Form item reference in report

    Here's a picture of what the Report looks like. I'd like the Date range that the user selects to display below the Title of the report. The costs are obviously not linked correctly. I'm going off what I learned from reading how another form / report was done. So this code may or may not be...
  4. Labell

    SQL Select logic, Form item reference in report

    On what Olaf said, The SELECT statement I think I'm supposed to use looks something like this: SELECT partmast.cost FROM partmast LEFT JOIN oo_line ON oo_line.nsn = partmast.nsn I am using a 'SELECT outbound' statement to use the cursor as the ending select statement. I tried simply adding...
  5. Labell

    SQL Select logic, Form item reference in report

    Mike, I already have them selected out by dates in some code up above what I have shown. I simply want the String value put into the report.
  6. Labell

    SQL Select logic, Form item reference in report

    I'm not sure if everyone has read this but, I am a new software engineer, brought in on a really old product. I had never heard of FoxPro before until a couple months ago. I've managed to learn enough to make a few modifications to a form and report. SQL Statements still really get to me, but I...
  7. Labell

    VFP9 Form with drop-down box list of DB items

    I'm trying to create either a list or an array of unique 'location' items in my database, and place them in a drop-down box for a selection. So, you would click the drop-down box in the Form and you are presented with all the unique locations in the the DB. From that I can take the chosen...
  8. Labell

    VFP General Report creation help.

    I appreciate all the information and replies. I am however a visual learner. I will watch these videos and reference them for future questions. If I have a further questions, I will be sure to report back here. Thank you everyone. :)
  9. Labell

    VFP General Report creation help.

    I was brought in on an older program, as a fairly new programmer, I have little to no experience with VFP. I have upgraded the application from VFP7 to VFP9 by adding the line 'SET ENGINGBEHAVIOR 70' to allow this program to run. I am trying to add a report and form to choose what information...

Part and Inventory Search

Back
Top