Search results for query: *

  1. D

    Help problems after conversion 2003 to 2005

    thx man it worked thx a lot
  2. D

    InvalidComObjectException help??

    hello there im facing a problem in vs.net 2005 that didnt occur in 2003 i am adding data to a data grid on runtime but im reading some data first this is my code PublicFunction ordertotal() UP.Connection = Me.OleDbConnection1 UP.CommandType = CommandType.Text UP.CommandText = "SELECT...
  3. D

    Help crystal report after conversion

    i tried that and im getting this error {"Logon failed. Details: ADO Error Code: 0x Source: Microsoft OLE DB Service Components Description: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. Error in File...
  4. D

    Help crystal report after conversion

    Thx 4 ur time but i tried that and its still giving me login to database window coz i think it didnt find the database in the temp folder and my application startup path is correct
  5. D

    Help crystal report after conversion

    i dont know what you mean how can do thatwell whats really going on is in the database location of all the reports changed to the temp folder do i have to redo all connections sorry im kinda new to CR thx
  6. D

    Help crystal report after conversion

    startup path my startup path is the bin folder of my project mydocuments\visual 2005\projects\karian\bin and my database is there but i realized that in my crystal report the database path changed automatically to the temp folder after i converted from 2003 to 2005 is there a way to fix...
  7. D

    Help crystal report after conversion

    my code thanks for the reply thats how im loading sorry im new it will be great if u have a sample code thx Private Sub PurchaseOrderReport_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.CrystalReportViewer1.ReportSource = ".\POReportPrint.rpt" End Sub
  8. D

    Help problems after conversion 2003 to 2005

    hello there i recently converted an application from vs.net 2003 to 2005 and i had a splash screen which has a transparent background but then the splash screen background is not transparent anymore how can i fix that? thanks in advance
  9. D

    Help crystal report after conversion

    Hello there i recently converted a project from vs.net 2003 to 2005 and i had reports in the projects which i converted from crystal report 9 to XI when i run my application(vb.net) i got logon failed after asking me for user name and password and my database path is ./Database.mdb which i...
  10. D

    help Print Preview

    hi there the thing is that i have a page with picture textboxes and a datagrid i need to print preview any one has a code for this kind of thing i tried print screen but its not functional its bad quality and it doesnt work on other machines i think it depends on the resolution thank u
  11. D

    help access database through web service

    hi there i need ur help i have a web application that has insert delete statements but the thing is im not allowed to use SQL i need a webservice to connect to the database to update or delete data so i need a method that connects to database
  12. D

    problem in deploying the application

    while deploying u should add crystal reports modules and instert the liscence key in there properties or else the easiest way is to go here and download it if crystal reports 9 or else there is one for every version find urs...
  13. D

    help filtering data on runtime

    hi there i need some help in filtering data in crystal reports on runtime i have this code to filter who paid or not the guys who paid there is a date for them while who didnt its empty i want to filter to see on the peoplr eho didnt paid i.e the empty records i have this code but missing Dim...
  14. D

    Help Crystal Report filter empty records

    hey there im new to crystal reports and i need help in filtering empty records for example i have an invoice with a PayDate as a record i want to filter the records that are empty no date in there i mean i want to see only the not paid records when the date is empty i have this code Dim Fltr...
  15. D

    help vb net appliction on other machine

    thanks 4 ur reply but the thing is ive installed dnf 1.1 on the other machine and im using print previewdialogue thats what made me go crazy on my for i have textboxes datagrid and an image i need to print preview and its working perfectly on my machine does ithave to do something with...
  16. D

    help vb net appliction on other machine

    hello there i need help in a vb.net window application that has a print preview function which works perfectly on my machine but on other machines it doesnt work just nothing happens when i click preview so if anyone could help me about this issue that would be great thanks
  17. D

    help :data from database to label.text

    vb.net i am using vb.net
  18. D

    help :data from database to label.text

    hello there well the thing is im new to vb and i need to display data from database to labels for example i have quantityavailable for products in my datagrid i have only 3 rows rawmaterial quantity available ______________________________________ gold...
  19. D

    Help dropdownlist items from text file

    hello there im new to asp.net i need to have a drop down list of countries of the world i havethem in a text file is there a way to get them from the file to the dropdownlist or any other sugesstion would be good thanks
  20. D

    help delete all rows from ultragrid

    :confused: hi im using vb.net i need help to delete all rows from ultragrid the coding is different from the datagrid any one has any ideas i have this code but in datagrid but i want ultragrid coz ultragrid1.item(x,1) doesnt exist Try Dim dt As DataTable dt =...
Back
Top