Search:

Type: Posts; User: suhailtholakkal

Search: Search took 0.02 seconds.

  1. Re: Data from newly created .text file is not readable to third party application

    thanks...but how can i solve this problem?
  2. Re: Data from newly created .text file is not readable to third party application

    Yea..i have done it ,Please check it
  3. Timed out error when windows XP tries to connect to sqlserver r2 2008

    My windows form application is developed on vb.NET using SQLSERVER R2 2008 Express as database.I installed sqlserver r2 on windows server 2008 of Client Location.There are about 8 systems on their...
  4. Data from newly created .text file is not readable to third party application

    I have developed a windows application, which will read updated data from .jrn files(In an ATM Machine) and will be copy the text to a temporary text file "tempfile.txt".

    There is another third...
  5. guidance for copying content from .jrn file to .text and delete content in every 1 hr

    I need to develop an application to copy the contents of .jrn file as soon as it is generated in ATM.The generated file name(.jrn) will be saved on the basis of date,What i wanted is,my application...
  6. connection failed:SQLState:'HY100' SQL Server Error:0

    I have developed one windows application using SQLSERVER R2 Express as database.I installed application in 8 computers,and I installed sqlserver managements studio on their server(windows 2008 Os)...
  7. Re: PrintToPrinter method is not printing,just creating PDF file

    I did not define printer name,so it must choose default printer,But why does this happen?..Printer is connected with my system over network.So,is it the problem?...or why does this happen?
  8. PrintToPrinter method is not printing,just creating PDF file

    Please see my code below

    Dim dfg As DataSet = searchobj.searchmethodsampleno(sampleno)
    If dfg.Tables("entertest_table").Rows.Count > 0 Then
    Dim...
  9. How to display full text of column in crystal report same like table?

    I need to display one table contents using crystal report.there are many columns to display in table,but i need to display all of the data in same manner as the table so that we can view all items in...
  10. Radiobutton_checkedchanged event is calling twice on one click

    see..the below message "HI" is displaying twice if i click any of the radion button in groupbox...how can i make it calling one time?
    Private Sub RadioButton_CheckedChanged(ByVal sender As...
  11. Re: Combobox is showing null value instead of "select" keyword

    i gave "select" just for an example,there actually the word is "cash creditor",there is some even to be called when cash creditor is invoked
  12. Combobox is showing null value instead of "select" keyword

    please see my code below:

    Function combobfill(ByVal table As String, ByVal field As String) As DataTable
    addconnection.Open()
    Dim selectstring As String = "select " +...
  13. Re: how to develop a program for finding the location of an object in cctv camera ran

    thanks for spending your valuable time, I am planning to do this in C# itself.This program should identify the location of a car/man once it is entered in CCTV camera coverage and it should notify to...
  14. Re: how to develop a program for finding the location of an object in cctv camera ran

    thanks a lot dear....can i have your favour to know one more thing that,do you think that one resource who have never been worked in such type of project before can complete this project in 2...
  15. how to develop a program for finding the location of an object in cctv camera range?

    Can anyone suggest me that,is it possible to develop a program in vb.net which can find the location of vehicle in a cctv camera range?if possible ,what are the APIs and technologies used for it?can...
  16. Replies
    5
    Views
    6,324

    Re: combobox is displaying null values

    i fixed the error..here the problem was,the column name i used in database should be same the name of column i added to table in order to assign datasource.
  17. Replies
    5
    Views
    6,324

    Re: combobox is displaying null values

    thanks for you help...
  18. Replies
    5
    Views
    6,324

    Re: combobox is displaying null values

    SQL query is giving the output of material names on SQLServer,I used just datatable also.still it is showing blankspaces corresponding to material names on database.
    the problem here is query is...
  19. Replies
    5
    Views
    6,324

    combobox is displaying null values

    the combox is bound database table,but it is not displaying the contents of table in database,instead it is displaying corresponding null values(blank).it is showing just "select" and the blank...
  20. how to include my local database to my windows application on the time of deployment?

    I have developed windows application using SQL Server 2008 Express as database.I have made it in the deployment set up form by adding prerequisites (.net...
  21. Error:conversion from string load report failed to type integer is not valid

    Can you tell me why does this error happen ?and how can i solve it ? only if there are many rows which are connecting to crystal report..there is one search button to see the report on datagridview...
  22. Error:conversion from string load report failed to type integer is not valid

    there is one search button to see the report on datagridview using year..so when the more items are there in database correspond it year(say 2012)..my datagridview will show the above exception by...
  23. how to print invoice crystal report in billing printer?

    I have created an windows application,which will generate the invoice based on input and it will print.It is giving a print out on my ordinary printer,and the invoice table structure is occupied on...
  24. how to keep the alignment of windows form same on maximization

    my application contained window forms,when the window form is maximizing its all text box and datagridview standing in same location and the magnified size is adding to one end...it means.....the...
  25. Re: [RESOLVED] Error:String or binary data would be truncated.

    I have resolved it by myself..it is happened just because of the space alloted for one field was lesser than its actual requirement..so increased size of the datatype(ex:varchar(20) to...
  26. [RESOLVED] Error:String or binary data would be truncated.

    I am trying to insert some data from my windows application to sqlserver 2008 R2 Express.But i am seeing this error..please see my code below:i am not able to find what is error
    ...
  27. Re: how can i deploy windows application with its local database SQL Server R2 Expres

    this is my first window application,so i am not that much familiar with deployment procedure,it would be appreciable if you could explain the steps to deploy my application including the database
  28. Re: how can i deploy windows application with its local database SQL Server R2 Expres

    thanks for your reply...i am using Visual studio 2010
  29. how to keep the windows form size in same propotional when it maximizes

    how to keep the windows form size in same propotional when it maximizes? I have developed a window application using vb.net and SQL Server.on maximizing the application,its all alignment is getting...
  30. how can i deploy windows application with its local database SQL Server R2 Express

    how can i deploy windows application developed using Vb.net and Sqlserver R2 Express as local database?..how can i make it in setup format(including sqlserver) to deliver to clients?is it compulsory...
  31. VS 2010 how can i insert image and text into sqlserver from excel sheet using vb.net?

    I want to insert some images and description of it from an excel sheet to it's sqlserver? since image is inserting to excel as an object,how can i implement it in the correct format?.if it is not...
Results 1 to 31 of 32



Click Here to Expand Forum to Full Width