CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dicecode

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    906

    Re: large text file

    hey guess what...you're right...! thanx....errmm however there seems to be a bit of problem and i was hoping maybe u could help me. you see the reason why i wanted to use FSO to read text files...
  2. Replies
    9
    Views
    906

    Re: large text file

    hi, i'm using your approach, although there are a few people ask me to look up on DAO or ADO. But i'm not going to use any access table for this matter. i have already included the microsoft...
  3. Replies
    9
    Views
    906

    Re: large text file

    hi, i am trying the FSO approach here is the snip of the code i'm using :


    Dim fp as string

    fp = File1.Path + "\" + File1.FileName

    set fso =...
  4. Replies
    9
    Views
    906

    Re: large text file

    the problem is that the file treats the whole content as one line, each line is represented as chr(10) in ascii (FYI,this file is extracted from a solaris machine). there are 2 file sizes. the first...
  5. Replies
    9
    Views
    906

    large text file

    hi there guru and all, i am working on a vb application to read data from text files. some of the files are okay to read but some of them are large size text files, when i run the application on the...
  6. Replies
    579
    Views
    637,770

    Re: Crystal Report

    i have an application made from vb6 that reads data from a text file and export it to an access table. Can i use crystal report designer version and design a report/graph reading from that table...
  7. Replies
    0
    Views
    657

    DataReport Refresh problem

    Hi there and great thanx for the gurus that came up with this site.

    i have come up with a data entry system that collects information entered and stores them in a table(access table).To generate...
  8. Re: splitting text in a long line using 2 delimiters

    thanx man it was chr(10)......thanx for boosting me up...now on i go.....appreciate it...
  9. Re: splitting text in a long line using 2 delimiters

    it doesn't seem to work by replacing the cr character. i tried to display the original content in one text box and doing a replacing function and displaying it in another text box but nothing seems...
  10. Re: splitting text in a long line using 2 delimiters

    thanx for the info paul, so i should use vbcrlf rather that chr(13). i will try something out from this information. thank you really appreciate it.
  11. splitting text in a long line using 2 delimiters

    i'm trying to extract values from a raw data file, when the file is opened it is put into 1 long line. there are 2 delimiters, one is the "|" character and another one is the carriage return which is...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured