Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loops
Message
From
13/11/2002 08:53:19
Armando Villasmil
Visualpoint Business Solutions
Oranjestad, Aruba
 
 
To
22/09/2002 19:37:05
General information
Forum:
Borland C++ Builder
Category:
C++ Builder Language
Title:
Re: Loops
Miscellaneous
Thread ID:
00703216
Message ID:
00722058
Views:
18
Hi Amber,

It seems to me that you are not using C++ Builder or atleast are not programming the c++Builder way. The code is perfect for a DOS type of application (where data manipulation is not easily done). With C++ Builder you can make the input interface much better and faster, and at the same time use the Data components to make the data entry linked to tables directly.
Once that phase is ready, you can use the SQL components to get the information you want to extract.

To sum it up:
- Be sure you are using C++ Builder, if so try to make a program the C++ Builder way, using the components from tha Data Tab.
- Use the SQL component to get the information you want
- Use the Reporting components to show (printed or preview) your data.

If you can supply me with the C++Builder version and type you are using I'll be glad to translate the program for you.

Hope this helps,

Armando
Previous
Reply
Map
View

Click here to load this message in the networking platform