Search results for query: *

  • Users: dicky18
  • Content: Threads
  • Order by date
  1. 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...
  2. 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
  3. 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...
  4. 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
  5. 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
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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
  11. 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 =...
  12. D

    Help Datagrid how to delete everything in it

    Hi there i was hoping if someone could help me wiith my datagrid i have an invoice so i add products to to the datagrid for example i have 3 products in it for this invoice when i save the invoice i need to delete these products from the product table im using access database i thin we should...
  13. D

    Save Query "Image" problem

    hi there i have an image i want to save it in access database i want to save the image not the path im using this Dim tr As New ZieZoDB Dim conn As OleDbConnection conn = Me.OleDbConnection1 Dim fs As FileStream = New FileStream(OpenFileDialog1.FileName, FileMode.Open, FileAccess.Read) Dim s As...
  14. D

    Someone Help Binary Search on a file

    hi there i need ur help please on performing a binary search on a textfile in vb.net well this is for indexing project . the text file is like this "sorted already" index data 0 dfg 1 gdfg 2 gdg 3 gdg 4 jjyt 5 bds 6 dsf 7 vcv 8 ddsf how to do binary search on it if i want to search...
Back
Top