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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by prgm

  1. prgm

    vb how to print the form ?

    Hi all I have created a form in vb6.0 in which the users enter some data and is saved to a text file. when the user hits the submit button..i have an option to ask then if they want the copy of the form(the quesitons and the answers tat they gave) as a printout. I don't know how to add the...
  2. prgm

    store a text file to a central databse ?

    Hi all, I have created an applicaiton in VB6.0 in this appln. i load data from a text file (its like-reading and writing to a text file) I want the content of thsi text file to store it in a central databse -on the server side. I dont know how can i do this..which technololgy to use. the...
  3. prgm

    using formatstr

    hi , gwf : I don't know how to to set each component into an array of 3 columns. Can you help me with this. johnwm:Thanks for the code but stince we use a tab here...sometimes if the name is of length >7 then the date's format becomes disturbed. HERE IS MY CODE I have also Dim...
  4. prgm

    using formatstr

    I have a big prolem here.... i have created a vb appln. in which it reads and write to a texr file users iformation. I have used "|" to separate the records and ";" to show difference between column i have content like tom;03/09/2004;john|david;02/01/1999;elizabeth and so on....... these are...
  5. prgm

    replace a line in the array and overwrite the file

    Hello all, I am trying to create and appln. where the data/records of individuals are listed inthe list box from a tex file.When the user clicks the particular record..it takes to another form and displays the name and id of the person selected and there is also an textbox where the user just...
  6. prgm

    segmentaion fault

    HELLO I AM TRYING TO RUN THIS PGM. I WAS ABLE TO COMPLILE IT BUT WHEN I GIVE THE SAME PAGE NO. TO B REPLACED AGAIN IT SAYS #include<stdio.h> #include<string.h> #include<malloc.h> #include<stdlib.h> /*I this program I am using Queue as Data Structure with front and rear Pointer LILO (Last In...

Part and Inventory Search

Back
Top