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 jamiesadler

  1. jamiesadler

    OnLoad Event not running after using upsize wizard

    I am currently using the following code in the OnOpen event Private Sub Form_Open(Cancel As Integer) Dim cn As ADODB.Connection Dim rs As ADODB.Recordset 'Use the ADO connection that Access uses Set cn = CurrentProject.AccessConnection 'Create an instance of the ADO...
  2. jamiesadler

    OnLoad Event not running after using upsize wizard

    I have just upsized my database to run on an SQL server Now code I have in the Onload event does not run. Any ideas?
  3. jamiesadler

    Link picture based on parameter field

    Is it possible to have a bitmap image that is linked to a parameter field or a database field. i.e. Name: Joe Bloggs Parameter: c:\pictures\joeb.bmp where the report print the name and the persons picture
  4. jamiesadler

    Summing the last entry in a group

    I am grouping data by date. I then need to sum the data in the last entry for each group. If I setup a formula in the group footer that is equal to the data I am after the report displays the last entry in the group footer. If I try to sum this formula, is sums the data from all of the entries...
  5. jamiesadler

    Unsigned interger from MySQL reported in CR7 as signed

    I get the same problem with MSAccess97. I have found a message that says that ODBC 2.X does not support unsigned integers. MySQL(TCX) say they have an ODBC 3.0 driver but as yet can't install it due to a Microsoft Problem. So it looks like I'm stuffed for the moment...
  6. jamiesadler

    Unsigned int reported as signed value when queryed thru MyODBC

    I am currently writing reports in Crystal reports 7. When I access the MySQL data thru MyODBC it reports back values that are specified in the database as unsigned integers as signed values. I have also tried using Access97, viewing the tables via MyODBC give the same result. I have loaded the...
  7. jamiesadler

    Unsigned interger from MySQL reported in CR7 as signed

    Crystal sees the data as Type:Number I am currently using MyODBC to connect to the MySQL database My colleague has specified a 4 byte unsigned integer in the database e.g. 2731228448 is reported as -1563738848 which is the signed interpretation.
  8. jamiesadler

    Unsigned interger from MySQL reported in CR7 as signed

    I am currently connecting to a MySQL server which has several fields specified as unsigned integers. When I display the field in a report (CR7) the field is displayed as a signed value and starts giving me negative numbers. Is there any way to get Crystal to recognise the values correctly? At...

Part and Inventory Search

Back
Top