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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tonygr

  1. tonygr

    Is This Possible? using Formula in parameter

    Excellent, Thanks again LB Works a treat! TG
  2. tonygr

    Is This Possible? using Formula in parameter

    Hi LB, Thanks again for your input, would the above work if I had other parameters included in the record selection? please see below original record selection based on your first solution: ==================================================== {viewDaysLastVisit.EXPIRY} >= currentdate() and...
  3. tonygr

    Is This Possible? using Formula in parameter

    Sorry LB, I did correct as per your previous post and noticed my newbieness (Silly me!!!) Thanks for spotting it. I also added the "[1]" to make the below work, in case anyone else finds this thread of some use. select {?Age}[1] case "0 to 4" : {@age} < 5 case "5 to 10" : {@age} < 11 case "11...
  4. tonygr

    Is This Possible? using Formula in parameter

    Hi LB, Thanks for your response, who are we to question customers requirements :) I said the same thing about the groupings strange I know. Many Thanks Problem Solved
  5. tonygr

    Is This Possible? using Formula in parameter

    Hi All, I am using crxi2 R3 to SQL2000 DB I have a report that uses a dynamic prompt for selecting first a place then dynamic brings up list of values to select from that. I would like to add an additional parameter based (not dynamic) but referencing a formular which in turn references...
  6. tonygr

    help pulling data for 1st or 15th every month ???

    Thanks Madawc, Works a treat:) Regards Tonygr
  7. tonygr

    help pulling data for 1st or 15th every month ???

    Hi All, I am using crxi11 developer, sql2000 server. I am having trouble pulling all data for the 1st of every month or 15th of every month, ignoring month and year. The date field is held in datetime type, any help greatly appreciated. tonygr
  8. tonygr

    help with datagridview row to new detail form

    Thanks for the pointers. I have found some code see below, that does something along the lines of what I am after. 'DataGridView Form Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim frm As New DetailForm 'This assumes...
  9. tonygr

    Dynamic Data not visible???

    Hi All, I am running crxi dev, vs2005 vb.net, sqlserver2000 A strange thing has happend for no apparent reason, When I run a report with dynamic parameters non of the data is present that used to be there when I browse at the data tables in data explorer window I can see the data fine. These...
  10. tonygr

    help with datagridview row to new detail form

    Hi all, Sorry for asking such a newbie question, I am using vs2005 and sql 2005 server I have a form with a datagridview, and I want to double click a row and open a detail form. Can anyone point me in the right direction for this. Thanks in advance Tony
  11. tonygr

    Creating a search button on a form

    Hi TipGiver Thanks for the reply. Unfortnatley as stated above complete novice! is there any sample code available that you could point me to? all I have done is to place the textbox, and button along side the datagridview on the form. any help or tips on where to search for a tutorial would...
  12. tonygr

    Creating a search button on a form

    Hi all, I am using vs 2005, sql server 2000. Firstly sorry for the newbie question I have created a form with a datagridview from a table called tblMembers. when the form opens it displays the data from the table. I would like to search for a record using a textbox & button. If possible also...
  13. tonygr

    unmatched records from two tables help

    Thanks Ver Much! synapsevampire I took your advise and spoke to a friend who then helped me create a view on the SQL server for the first part. It looks at the customer visits and datediff to the last visit.I have then used crystal to group into months, using a simple formular. This shows...
  14. tonygr

    unmatched records from two tables help

    Hi all, I am Using Crystal Developer xi, SQL server 2000 I am trying to show unmatched records from two tables, but the selection criteria is based on both tables. I have a left outer join from table2(Visits) to table1(Members) linked via the member number fields the following works...

Part and Inventory Search

Back
Top