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 bkrike 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 bluerain25

  1. bluerain25

    database field contains ########## characters

    hi people i got 46 rows of records in my table that contains ########## characters. I could not determine what causes this error. i dont want to delete this for i dont know what will happen to other data in another table that is link to the fields on this table. please help.. the table is used...
  2. bluerain25

    population drop down box from a query based on the selected value

    hi! new to php/mysql here. heres my code i dont know how to do this but i need help <table align="center" width="80%"> <tr> <td bgcolor="#3366FF" colspan=2 align="center"><b>Assigment</b></td> </tr> <tr> <td><div align="right">Area:</div></td> <td><? $query =...
  3. bluerain25

    dbf to mdb conversion

    good day everyone, is it possible to convert a DBF file into MDB? we have this application made in clipper and i am to create a new application in vb6 but my problem is hot to convert all the dbf file into mdb.. anyone help please... thanx
  4. bluerain25

    help needed Logon Failed DAO Error

    hi its ok guys got it fixed alreaady.. thanks
  5. bluerain25

    help needed Logon Failed DAO Error

    hello guys, i need help on this error. when i tried to run a report (crystal report 10)in vb6 (source of data is from a query on a password protected database) a error is displayed (LogonFailed; Details: DAO Error Code: 0xbd7; Source:DAO.Workspace;Description: NOT a valid password) but i...
  6. bluerain25

    FromVB6 to Crystal 10

    hi people, is there anyone there who can help me on how to pass all the data from a vb program to crystal? the program should be able to pass all the data gathered according to the value of the parameters entered. TIA
  7. bluerain25

    crosstab header

    hi LB, heres a sample data that should be displayed in the report for the coverage of May 16 to June 15 and collection date is monday: WEEK1 WEEK2 WEEK3 WEEK4 TOTAL AA 10 10 10 10 40 BB 10 10 10 30 total 20 20 20...
  8. bluerain25

    not supported error

    people, need help, why is it that in crystal the report works good.. it display the needed information but when i integrate it with the application where we run all the reports it displays an error message box : Crystal Report Viewer: not supported
  9. bluerain25

    dynamic parameter

    i tried that before and it works fine if i open it wth crystal but when i added the report in the program where we run all the reports (created in vb6) the combo box is gone. did i miss something? the program is developed by a programming firm and we ont know if the dlls added is for version 9...
  10. bluerain25

    dynamic parameter

    hi madawc sorry but i dont get you.. im new to this application and this is my first report to make. some suggested me to create UFL in vb6 but i dont know how to integrate it with crystal. everytim i run the report a combo box will display.. but it shouldnt behave that way .. it should be in...
  11. bluerain25

    dynamic parameter

    hi, is there anyone out there who could help me with dynamic parameters? im using crystal report 10 and i cant seem to repopulates the values. we are using different databses(with the same tables and queries but different data) if i add default values, the same info is diplayed in the drop down...
  12. bluerain25

    crosstab header

    Thanks lbass it works but there are cases where the report displays 2 columns with week1. mostly happens when the start of the coverage does not falls on monday and the collection day is monday but prior to that a member paid on the 16 and pay another premium on the proper collection date. both...
  13. bluerain25

    crosstab header

    2 for monday, 3 for tuesday and so on... data type is number
  14. bluerain25

    crosstab header

    collection date depends on the meeting schedule. example group 1 with 20 members is met every monday. group 2 every tuesday. in the database group table there's a collection day field
  15. bluerain25

    crosstab header

    hi again, need help here.. is there another way in chaning the column header of a crosstab report? here's the scenario: A report should be able to prompt the user for the start date and end date. the start is on the 16th of the previous month and end date is on the 15th of the current month...

Part and Inventory Search

Back
Top