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 SkipVought 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. Maximus37

    Form and Subform DAO Recordsets

    Thanx willir, I really appreciate your help; it solved my problem! :)
  2. Maximus37

    Form and Subform DAO Recordsets

    Thanx willir. I'm using about 10 recordset pointers, therefore the usage of public variables making the scope range to the entire app. And, the sub form is using a query that calls a table's records according to a field in the parent (main) form. For example, lets say that this is an Orders...
  3. Maximus37

    Form and Subform DAO Recordsets

    Hi all. :) I have this problem, it might be simple to resolv but I just don't see it. I have recordsets bound to a database through code using DAO; these are publicly defined as follows: Public db as Database Public rs1 as DAO.Recordset and several other recordset defined; In a Main form I...
  4. Maximus37

    HELP, Crystal Reports 9 Adv, Crystal Enterprise Web Reporting

    Well there is another problem there, in my RAS Interface, when I open the ePortfolio Lite, only the Preferences button is enabled, the rest, including the Log On button is disabled...how can I enable these options? or why are these disabled? Thanx for helping CJ, Max35
  5. Maximus37

    HELP, Crystal Reports 9 Adv, Crystal Enterprise Web Reporting

    Hello everyone. I have installed Crystal Reports 9 and Crystal Enterprise 9 on a Win2K Pro with IIS just to for testing. I can see the sample reports just fine, and in that same folder I saved a report I created, of course I tried it before saving it there and seems to work just fine. When...
  6. Maximus37

    CR9 and CE9 (RAS9)

    Hello everyone. I have installed Crystal Reports 9 and Crystal Enterprise 9 on a Win2K Pro with IIS just to for testing. I can see the sample reports just fine, and in that same folder I saved a report I created, of course I tried it before saving it there and seems to work just fine. When...
  7. Maximus37

    How to work with CFGRIDCOLUMN and HREF

    Thanx webmigit, I found an easy way also.... on the next page,the page the value is being passed to, create a new variable, this is what I did: <cfset variable = '#CFGRIDKEY#' then on your query just reference that variable. but thanx any way, all help is appreciated. And hope this also...
  8. Maximus37

    How to work with CFGRIDCOLUMN and HREF

    Hello everyone. I have the following code: <cfform name=&quot;CrossGrid.cfm&quot; action=&quot;Cross.htm&quot; method=&quot;post&quot;> <cfgrid name=&quot;CrossGrid&quot; query=&quot;ShowDetails&quot; rowheaderbold=&quot;Yes&quot; selectmode=&quot;SINGLE&quot; selectcolor=&quot;F39956&quot...
  9. Maximus37

    Crystal Report 9 and Visual Basic 6.0 SP5

    Try this, it's sort of a refresh, it works with mine just fine: Set crShowerDoorCutsheets=Nothing crShowerDoorCutsheets.RecordSelectionFormula=&quot;&quot; crShowerDoorCutsheets.Database.Tables(1).Location = ACCESSFILENAME crShowerDoorCutsheets.RecordSelectionFormula =...
  10. Maximus37

    Crystal Report 9 and Visual Basic 6.0 SP5

    DrJavaJoe, send the code you have to display that report, If I find something there I'll gladly help. Max35
  11. Maximus37

    Crystal Report 9 and Visual Basic 6.0 SP5

    I have received great help from this website, I maybe I can also help someone with the following. When working with the RDC (Report Desinger Component) of on a and the same report is used several times or in several cases; the first report will work just great, but the next will be blank; what...
  12. Maximus37

    Help with Crystal Report 9 Advanced!

    Hello everyone! First of all, I'd like to thank for the help I've gotten from various collegues here; I really appreciate it. I'm developing an app in Visual Basic 6.0 SP5 and CR 9 Adv. In my code I display some reports, at first, they work fine, but when I try to display the same report with a...
  13. Maximus37

    Visual Basic 6.0 SP5 and Crystal Reports 9 Adv

    Hello all. I need sample code or where can I get code of how to print a report in VB6 using Crystal Report 9. Thanx to all. Max35
  14. Maximus37

    Data Environment/Data Report Designer

    I did what you suggested JohnWN, but it still gives me an error &quot;Data Type mismatch in criteria expression&quot; but I konw that is not it, I have already checked my database and is defined correctly, I've even redone it. The strange thing is that when I do a Step-by-Step debug(F8), the...
  15. Maximus37

    Data Environment/Data Report Designer

    I had thought about that at before running into this dielma, but opted instead of just coding a little more, now I'll do what you suggest. Thanx for helping and yes, I'd appreciate it to if you send me that article whenever you run into it. Merry X-mas and a Happy New Year!
  16. Maximus37

    Data Environment/Data Report Designer

    I think you just uncovered my big little mistake :) in the DataRerport it self, the controls are bound to Command1, so even though I change the DataReport's DataMember to Command2, the controls are still bound to the Command1, but I cannot find a way to bind the Report's contorols in code, is...
  17. Maximus37

    Data Environment/Data Report Designer

    No, it's not a Child Command, and both of the command's Lock type are set to adLockReadOnly. It still not working, and I've tried different approaches. Could it be software installation or the like? Thanx Zgtrman, Max35
  18. Maximus37

    Data Environment/Data Report Designer

    Hello, thanx for the help. I've done that but it gives me a different error: &quot;Data Type Mismatch&quot; This is what I've tried with the DataReport: .DataMember=&quot;&quot; .DataMembrer=&quot;Command2&quot; and still the same error, &quot;Data Type Mismatch&quot;. Another thing that...
  19. Maximus37

    Failed getting Rowset(s) from current data source -- Help!!!!

    Hello guys, I have the following code in VB6sp5, using Access97 db: If Option2.Value = True Then With DataEnvironment1 If .rsCommand1.State = adStateOpen Then .rsCommand1.Close End If .Command1 dbcMedium, &quot;01/01/1990&quot;, Date...
  20. Maximus37

    Data Environment/Data Report Designer

    Hello guys, I have the following code in VB6sp5, using Access97 db: If Option2.Value = True Then With DataEnvironment1 If .rsCommand1.State = adStateOpen Then .rsCommand1.Close End If .Command1 dbcMedium, &quot;01/01/1990&quot;, Date...

Part and Inventory Search

Back
Top