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 Mike Lewis 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. crisedefoie

    SQL MSDE Engine doesn't want to start

    Hi everybody, One of my customers has this problem. Last night, electricity shot down and when their server restart, the SQL Server (MSDE) engine didn't restart ! We try manuelly ... nothing ! We try to reboot the server ... nothing ! What ever we try, the SQL Engine doesn't start ! Has...
  2. crisedefoie

    Detail printed over header

    I forgot to say that on the screen viewer, the report is OK, it's when it's printed that it does his free game.
  3. crisedefoie

    Detail printed over header

    Good morning every one, We work on a VB.Net application with Crystal 10. We have a report with 4 sort groups without 'Repeat header on every pages'. But for one of our clients, the header of a group is repeated on the second page AND THE DETAILS ARE PRINTED OVER IT ! We tried to print this...
  4. crisedefoie

    "Unknown Query Engine Error"

    Hi everybody, I have a application in VB6 using SQL Server Databases which I connect via ADO; Crystal Report 10 is my report generator. On each of my customers, the application works fine et reports either. For one of them, the application works fine BUT when I want to print any report (even...
  5. crisedefoie

    Regional settings VIA Vb6

    Hi LFC8 thanks for taking your time to helping me. I got your code and changed the constant to get the short date format. But, any format I set on my computer, it ALWAYS gives me the dd/mm/yyyy format :¨-( Even the long date format is wrong when I want to get it!
  6. crisedefoie

    Regional settings VIA Vb6

    Thanks for answer, I realized I was not clear et enough; I forgot to tell that I have problems with DateTimePickers. A datetimepicker returns its value on Regional Settings Date Format even if the format string is different. So, when I want to use the datetimepicker.value in my own function...
  7. crisedefoie

    Regional settings VIA Vb6

    Hi, I'd like to know how to get the regionals settings of a computer via vb6. (specificaly for Date) I have many users who use different settings and I need to know what theirs to show the right format on the screen. Thanks for help.
  8. crisedefoie

    Force Scroll in a MsFlexGrid

    TopRow property works fine !!!!! It's a shame I didn't find it by myself self [sad] Thank you very much.
  9. crisedefoie

    Force Scroll in a MsFlexGrid

    It's a MSFlexGrid not a DataGrid. I offered to my client to displayed records by descending order but he doesn't want. Thanks for reply
  10. crisedefoie

    Force Scroll in a MsFlexGrid

    I have a MSFlexGrid in a VB6 form that I fill with many records (and I can't see all records without scrolling). I want to force the scrollbar to the bottom of the grid because the user of my application want to be able to see the last record. But I don't see how :-( I hope I was clear...
  11. crisedefoie

    MDAC and XP Family

    Thanks a lot. I searched for this error message in French but when I searched in English, I didn't translated it well :-( so you helped me a lot! Bye
  12. crisedefoie

    MDAC and XP Family

    Yes I forgot to tell that the computer is full patched (I verified). I tried to uninstall the curent installation of Mdac but it even doesn't appear on the list of available programs. Very strange! :-( ps. I apologize for my english, I need more practice but I try to do my best.
  13. crisedefoie

    MDAC and XP Family

    Good morning everyone, I installed a vb6 application using SQL Server databases and ADO. When I want to start the application, an error message pops up : The ~ method of the ~ object failed. We found that it's when it wants first open the database. I tried to installed MDAC 2.8 but it told...
  14. crisedefoie

    MDAC problem

    Good morning everyone, I installed a vb6 application using SQL Server databases and ADO. When I want to start the application, an error message pops up : The ~ method of the ~ object failed. We found that it's when it wants first open the database. I tried to installed MDAC 2.8 but it told...
  15. crisedefoie

    Parameters are missing (Crystal 10 & VB6)

    Thanks a lot Vidru! Your trick works! It,s a shame I didn't try it by myself. I tought the solution was so complicated. Now I'll keep this in my mind : Keep it simple! Bye
  16. crisedefoie

    Parameters are missing (Crystal 10 & VB6)

    Vidru, this my code after the parameters setting : For Each table In CrxReport.Database.tables Set props = table.ConnectionProperties Dim laTypeDb As TypeDb If UCase(props.item("Provider")) = "SQLOLEDB" Or UCase(props.item("Provider")) = "SQLOLEDB.1" Then If...
  17. crisedefoie

    Parameters are missing (Crystal 10 & VB6)

    Thanks a lot synapsevampire But the code in these exemples is the same of mine but it doesn't work :-( That appears so simple, however
  18. crisedefoie

    Parameters are missing (Crystal 10 & VB6)

    HI I have an vb6 application using crystal 10 reports. When I want to send parameters to my reports, it doesn't work. I see the parameter prompt windows. However, my debugger tells me that the value was good. These is a part of my code : Select Case pParamDef.ValueType Case 9 'boolean...
  19. crisedefoie

    RecordCount = -1 (ADO; SQL SERVER)

    It WORKS !!!!!!!!!!!! Thank you so much Frederico!
  20. crisedefoie

    RecordCount = -1 (ADO; SQL SERVER)

    Hello! I have a reccurent problem : I have a program in VB6 using SQL Server Database. When I try to open a recordset and to know the recordcount, it always return -1!!!! I saw in other topics many advices about cursor type etc.. but ... it doesn't work neither. There is a piece of my code...

Part and Inventory Search

Back
Top