Hi,
is there a function to send a mail in C++ Builder?
Kind Regards,
Rowin
User Profile
Collapse
-
C++ Builder 6 - Send Mail
-
C++ Builder 6 - Getting a value from a DBGrid
Hi,
How can I do the following?
I have a DBGrid and I need to get values that grid.
When I click on a cell in the grid, I need to get all values in the selected row.
If for example there are 3 columns named ID, name and age.
If I click a cell in the grid, the value for the Id is displayed in a textbox, the value for name in another one and also the value for age in another textbox.
That is I need... -
What I have done is that when I click on a column in the DBGrid, the rows in it are ordered.... -
I have done a similar thing in C++ Builder.
Would you be able to convert the code to VB?Leave a comment:
-
C++ Builder 6 and Crystal Report
Hi,
I have an C++ Builder application. I want to print a report with the values appearing in my application. I get these values from my database.
I already have a crystal report format of how the report should be printed.
How to do this?
Kind Regards,
Rowin -
C++ Builder 6 - DBGrid
Hi,
How to count the number of rows in a DBGrid?
There are not such methods or properties as RowCount.
Kind Regards,
Rowin -
-
-
C++ Builder 6 - Opening a File
How to open a file (for reading) in C++ Builder using codes? -
C++ Builder 6 - Controlling the main form
Hi,
Can anybody tell me how to control the main form. I want to make the main form appear depending on a check that i am going to make. For example when running the exe, i need to check first if the username and password is already present in the Registry. If it is present then i wont show the login. If the login is not correct, i shouldn't get the main form but the login again.In which event of the main form should i do this check... -
C++ Builder 6 - Password
When using a datamodule and a database (Tdatabase), how can I retrieve the password that I set in the login prompt? I can retrive the username by:
ShowMessage(Dat aModule1->DatabaseProjec tTracking->Params->Values["User Name"]);
But for the password it's not working. -
-
C++ Builder 6 - Datamodule
When using a datamodule and a database (Tdatabase) how can I set the User Name and Password by codes?
Eg: DataModule->Database->.......
Rowin -
C++ Builder - how to read and write the registry
How to read\write to registry using codes?
Rowin -
C++ Builder 6 - Getting ODBC Parameters
Using C++ Builder 6, how do i get the login name and password that I have set to create a DSN.(I must do this using codes)
No activity results to display
Show More
Leave a comment: