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

Search results for query: *

  • Users: Vinay355
  • Order by date
  1. Vinay355

    How to organize program code into different units

    Hi Johan, You can simply write down the classes for each tab page. This class can be written in the units page. Moreover, this is a good approach for programming and it looks like an 0bject Oritented Prograaming. I think u know how to write the classes and declare the objects in the C++...
  2. Vinay355

    Info about Quick Reports

    Hi all, I am glad to say that i have saved quick report in pdf file by using 995pf printer. Really this is a freeware and easy to use iot... Thanks for the support got from Mr.James. Vinay
  3. Vinay355

    Info about Quick Reports

    Thanks Mr.James, I have gone through this site earlier.But the software is paid version. I need a free version.... Can you help me in this regard? VInay
  4. Vinay355

    Info about Quick Reports

    Hi... How can i get a pdf file output from the Quick reports? thanks vinay
  5. Vinay355

    QReports Expressions

    Hi, I have used this SUM(DAtaField Name)in my report genmodule.I have notfound any error in usding it..I have successfully usedit. If i want to solve ur issue, i need to know one thing from u..Are declaring these exprsns at run timeor at desing time.If u can submit the sample code.I can help...
  6. Vinay355

    [C++ Error] main.h(60): E2303 Type name expected

    I am also faced the same erro and thought tocreate the component by reading the eveloper's guide. u please read the developer guide and implement the sample code... This mayworks fine for you.. vinay
  7. Vinay355

    class problem

    I have gone thouigh the helpfile and i am using the sample code given. facing errors *.dfm file not found.if i doesn't include this file, the prog is working fine. But when i declare the object to use the class, i am facing the error. What shall i do? vinay
  8. Vinay355

    class problem

    hi, i want to put my base class in the main window. And write the inheritance classin the cpp file. i haev includeed this file to the main file. when i am declaring the destructor tothe inheritance class ,i am getting the error"Conflict in the destrcutor of the base class with the main...
  9. Vinay355

    About the access of the dbf file

    Hi itsgsd, getc() doesnt returns the signedchar.it returns the unsigned char.I have declared earlier as char and not able to process the character by character as ascii values are defined from 0 to 255 not from -125 to 125. I think that u have understood it. When i am processing , i have...
  10. Vinay355

    About the access of the dbf file

    Hi friends, Thanks for ur responses.. This is my code.... I am openeing my file as a text file as earlier metnioned.So what must be my last char to end the reading... Thnaks in advance, Vimnay FILE *stream; unsigned static char c; unsigned int TotalCount = 0; unsigned...
  11. Vinay355

    About the access of the dbf file

    I knpw the he value of the eof file character which is equal to 255, the last char in the ascii set..But when i convert char into hex, it not putiing the end in reading the file.. Please help me.. I will give my code in the next mail.. Bye vinay
  12. Vinay355

    About the access of the dbf file

    Hi, i Have wrote the code to access the file in C Builder. but i have the problem in reading the end byte which represents the end of file. I need to stop exectuing my program when i get this character. I dont know how to compare it as the character is a binary. Thanks in advance, Vinay

Part and Inventory Search

Back
Top