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 TouchToneTommy 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. SonicG

    Calculate percentage change from two years

    I haven't had a need for this type report yet, but there is always a first time. Check out: http://my.opera.com/duncans/blog/including-a-variance-or-percentage-growth-or-change-between-two-group-members It explains both 2005 and 2008 solutions. This may help you on your question.
  2. SonicG

    Pass Foxpro Form.RecordID via url to SSRS (Reporting Services)

    Update: This was tied tighter with the app and the way the process was to run reports. The app's report process normally builds and runs Foxpro reports. I had to use the syntax of x_name("http......&RecordID=$1",STR(THISFORM.pnParentKey)) from the app's report function. pnParentKey appears...
  3. SonicG

    Pass Foxpro Form.RecordID via url to SSRS (Reporting Services)

    Thanks for the quick response. The RecordID is an integer in the Foxpro form. The app allows me to link a Foxpro report to a form. How this is done, I don't know, but there is a table which holds all the variables that construct an SQL statement (formatted for Foxpro). We are pushing the...
  4. SonicG

    Pass Foxpro Form.RecordID via url to SSRS (Reporting Services)

    Greetings, First off, I have very little experience with VFP so please be kind. I've been searching for examples of passing the record id from a Foxpro form to an SSRS report that is expecting a parameter. From the app, I call an x_ routine that builds the majority of the url where I'm trying...

Part and Inventory Search

Back
Top