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 Shaun E 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 richmond88

  1. richmond88

    Exports in VB/Crystal XI

    I have created a report on a VB form with an Export Option. The problem I have is that when I get the export dialog, I only get 4 options - PDF, XLS, DOC and RTF. I was under the impression I should get :- Crystal rpt Adobe pdf Excel 97-2000 Excel 92-200 Word Doc Word Editable RTF Rich Text...
  2. richmond88

    & Chr(13) Why Does it show up as an error

    Thanks. I missed a line of code above ParameterField.PromptText & Chr(13). Once again Many Thanks
  3. richmond88

    Prolems with the CrystalDecisions.Shared.ParameterField Collection

    I I am going through the David McAmis - Crystal Reports XI for Developers book and I am upto Ch9 - Integrating Reports into Windows Applications. Specifically "ParameterField.Name" which is in the bottom line of this code. VB tells me that it is not a member of...
  4. richmond88

    & Chr(13) Why Does it show up as an error

    Thanks for the reply, I am sorry but it is the & before the Chr(13) that is the problem. Chris
  5. richmond88

    & Chr(13) Why Does it show up as an error

    Hi, I have the following code:- ParameterField.PromptText & Chr(13) DisplayText = DisplayText & "Report Name: " & ParameterField.ReportName & Chr(13) DisplayText = DisplayText & "Has Current Value: " & ParameterField.HasCurrentValue &...
  6. richmond88

    Can Datasheet Column Names apear Vertically ala Excel

    Thanks for the reply PHV. But where would I actually put this on my form. Thanks Chris
  7. richmond88

    Can Datasheet Column Names apear Vertically ala Excel

    As the title says is it possible to have the Column Names appear vertical. eg C H R I S as opposed to CHRIS Thanks
  8. richmond88

    Conditional Formatting

    It would but they need to know the grade. Chris
  9. richmond88

    Conditional Formatting

    Thanks for the reply SNYPER. I could get that to work but there would be too many options in the case statement and it would turn out quite messy. Thanks anyway. Chris
  10. richmond88

    Conditional Formatting

    I have an application that tracks student grades. The students do a benchmark test so that we can measure there progress during assessments, this is then measured against there current assessment and that assessment grade is colour coded depending it is up/down or on target against there...
  11. richmond88

    Query

    Thanks for the Reply Crowley. At present I do what you say in the last paragraph but it is becoming a pain in the arse to keep track of all the Queries from various reports - so that is why I am looking for a bit more organised way. Thanks Chris
  12. richmond88

    Query

    I have reports that can be run from a number of Forms and I dont know which is the best way to feed the data to the reports. The criteria can also change based up on which field the user wants to report on. Hopefully someone can give me some advice on the best way to do it. Should I :- 1)...
  13. richmond88

    Can you run an append query with selection criteria from VBA

    Hi all, I want to run an append query from VBA and attach a criteria. A: Is this possible B: If it is how do you do it. C: If it isnt is there a workaround. Thanks Chris
  14. richmond88

    Exclusive Access Problem

    I have an application that is split into a front end and a backend on my laptop. I have all the necessary rights both at disk level and workgroup level as well as having shared access to the DB's. Everytime I try to either copy or re design a form or report(Tables and Queries or fine) - I get...
  15. richmond88

    How do you reference a field on a Form Footer from a subform

    Tried all of those fellas and it just dowsnt show up. Ill try and explain it a little better I have a main form - which includes a dfetail line - in the footer of that form it adds one of the fields that is in the detail how I want it. Also in the footer I have a sub form - on that subform...

Part and Inventory Search

Back
Top