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 foxuma2001

  1. foxuma2001

    word to pdf

    How will I convert a word doc in to a pdf file? plz give some online ref if necessary thanx
  2. foxuma2001

    help plz....urgent

    Dear friends, I made a mistake. Plz tell me how to rectify this as Iam desperate. The problem is: In controlpanel -> ODBC 32 bit in User DSN tab in the list of User DSN items, we have MS Access Database know. By mistake I went to that configuration and changed the name as mydsn instead of MS...
  3. foxuma2001

    help urgent

    Hai friends, I have installed Cobol5 for DOS in my system. As I am new to Cobol and doing a self study, kindly tell me how to compile and run a simple cobol program in this version and to see the output. As I am desperate plz help. Thanx in advance.
  4. foxuma2001

    doubt in clrscr

    Hai, Thanx for ur reply. But I have added uses Crt in the program (ie) program test(input,output); uses Crt; begin clrscr; writeln; Writeln('Hello'); Readln; end. But its giving a runtime error as Division by zero for this. Plz help me as Iam desperate.
  5. foxuma2001

    doubt in clrscr

    Hai friends, Iam using Turbo Pascal 7.0. In this simple program: program test(input,output); begin clrscr; writeln; Writeln('Hello'); Readln; end. Here, in this program in line 3 (ie) clrscr; Its giving an error saying unknown identifier. I want to clear the screen and show the...
  6. foxuma2001

    Hai friends, I got one excel file

    Hai friends, I got one excel file from my friend. My problem here is : The contents in A1 (ie the excess data from A1) doesnt flow to next cell, even though the next cell is empty. What formatting was made there? plz let me know. Next doubt is ,I want to format the numeric figures entered in...
  7. foxuma2001

    text files

    Hai friends, How to connect to a text file thru ADO? Can we able to loop thru those data as we select, insert and delete in to relational databases? Plz help.
  8. foxuma2001

    help regarding file creation

    Hai friends, I think most of the accounting packages dont use any backend databases. Those softwares create some files with some extension for that particular software and saving its data in those files (like Tally which create files in data directory with unique extension for each new company...
  9. foxuma2001

    help regarding display

    Hai friends, I am involved in developing an accounting package in VB. As a part of this software, I want to display Profit and Loss Account and Balance Sheet for a particular company. What r all the available ways for this display purpose ? For eg., A particular profit and loss account may have...
  10. foxuma2001

    scrolling form

    Hai friends, This is very urgent for my project. Plz go thru this and suggest me with coding as regards this. I want to use 50 textboxes in my form. No tabstrip control to be used. I want to show all the 50 textboxes in one form one by one. I cant place all the boxes at design time bcz at design...
  11. foxuma2001

    help plz

    Hai friends, Can anyone please tell me how many maximum number of tables can I have in an Access dbf file. Also tell me how many maximum records can I have in a single table?? I need to have 600 tables aprox in a single dbf file. I need to have nearly 15000 records in a single table. Also...
  12. foxuma2001

    urgent plz help

    Hai dear friends, Thanx all for having cleared my doubt as regards this.Yaa I have backup and I will take my prg files from that. As u all said I should do virus check first. My server is Novell netware. Thanx a lot. Regards Uma
  13. foxuma2001

    urgent plz help

    Hello friends, Iam having a directory for all my foxpro files (.prg and .dbf files) and I work in that directory daily. But today when I called fox exe from DOS prompt (ie) c:\foxpro\>fox, it gives me an error message saying that some .ovl file is missing. Then what I did is, I just copied the...

Part and Inventory Search

Back
Top