Forum: C++ Oct 28th, 2008 |
| Replies: 3 Views: 581 Yes there is I do have DBGrid object in Borland C++ Builder, nad i actuali alredy figered it out
Dont remember it at the moment, but i'll postit when i get home |
Forum: C++ Oct 27th, 2008 |
| Replies: 8 Views: 422 Thanks, man!!!
It's only 3PM in colorado, so got 2 hours more to work |
Forum: C++ Oct 27th, 2008 |
| Replies: 8 Views: 422 Why don't you just give me simple, why you are trying to make me work so hard ? I do like to find ansfers by myself but i'm so tired today, i spand all night fighting with. please give me the ansfer... |
Forum: C++ Oct 27th, 2008 |
| Replies: 8 Views: 422 I'm sorry but i'm not experianced enoff to figer it out, did not i've done it in
ore you mean thet the parrameter is supposed to be a pointer? |
Forum: C++ Oct 27th, 2008 |
| Replies: 1 Views: 291 I sow here a question about test programm, and i got a question simular to thet.
I have a Interbase application, or i'd say more users interfase for the database, so just wanted to see how i could... |
Forum: C++ Oct 27th, 2008 |
| Replies: 5 Views: 696 Thanks, a good tip, i've just started to use the forum, did not have enoff time to figer it all out. really a good sears for knowlage. i really aprisiate help on the site |
Forum: C++ Oct 27th, 2008 |
| Replies: 8 Views: 422 So dowe it mean i can not reload the function, i need to have just a different name for the function?
so it is not possible to have to functinos under one name? |
Forum: C++ Oct 27th, 2008 |
| Replies: 8 Views: 422 I need to overload Dll Exported function, and the problem i'm getting is thet the compiller says only one overloaded function can be "C", how can i do this ?
extern "C" __declspec(dllexport)... |
Forum: C++ Oct 27th, 2008 |
| Replies: 5 Views: 696 I did recompile the dll it was the easiest think to do..
but it was hard for me ti figure out that i had to add a parameters in line 1 of the code and than add the parameters in line 12 it took me... |
Forum: C++ Oct 27th, 2008 |
| Replies: 5 Views: 606 what is tis line suposed to asign to varible date ?
DateTime date = DateTime::Parse(dtpDate->Text);
why do you try to compere it in this way ?
try instad
if... |
Forum: C++ Oct 27th, 2008 |
| Replies: 5 Views: 606 not shure exacly what did you do with the data picked in datatimepicker, but still you suposed to have the picked data samwhere, theather way what is the poitn of using the picker.. |
Forum: C++ Oct 27th, 2008 |
| Replies: 5 Views: 606 On change event, in datatime picker, compere date with Now().CurrentDate(); |
Forum: C++ Oct 27th, 2008 |
| Replies: 5 Views: 696 Hello !!!!
I'm callind a form from Dll it works jut pirfect, but i have no idea how it works, so now i need to add parameters to the function,so i can pass some parammeters to the form, and have... |
Forum: C++ Oct 27th, 2008 |
| Replies: 8 Views: 697 yes i do have problems with the spelling in English, but didn't you understand what i was trying to say ? |
Forum: C++ Oct 27th, 2008 |
| Replies: 8 Views: 697 Ok, The programm has to read a string to an array, check if there is no more then 3 deshis, check if first 9 characters excluding the deshis are numbers, make shure there is 9 numbers and the 10th... |
Forum: C++ Oct 27th, 2008 |
| Replies: 1 Views: 254 I found a solution for this so here it is
DBGrid1->SelectedField->FieldName; //Returns the name of the selected field !!! :):) |
Forum: C++ Oct 26th, 2008 |
| Replies: 2 Views: 340 void swaparrays(int* a, int* b);
{
int temp;
for (int i =1 , i=3, i++)
{
for (int j=1, j=2, j++)
{
temp = a[i][j];
a[i][j]=b[i][j];
b[i][j]=temp; |
Forum: C++ Oct 26th, 2008 |
| Replies: 2 Views: 340 void swaparrays(int* a, int* b);
{
int temp;
for (int i =1 , i=3, i++)
{
for (int j=1, j=2, j++)
{
temp = a[i][j];
a[i][j]=b[i][j];
b[i][j]=temp; |
Forum: C++ Oct 26th, 2008 |
| Replies: 3 Views: 581 all I need just know what column is selected in DBGrid, so when i do search in table the i will use selected field to search by. |
Forum: C++ Oct 26th, 2008 |
| Replies: 3 Views: 581 Can any one translate to c++ one line of the code pleas
int column = this->dataGrid1->get_CurrentCell().get_ColumnNumber(); |
Forum: C++ Oct 26th, 2008 |
| Replies: 1 Views: 263 People what do i do wrong, i'm new to the forum, but for some reason i'm not gettig any ansfers to my questions, please tell me what do i do wrong????
Thank you. |
Forum: C++ Oct 26th, 2008 |
| Replies: 1 Views: 254 Hello everyone!!!
Whow know how to determinate which Field in DBGrid is active??? |
Forum: C++ Oct 26th, 2008 |
| Replies: 2 Views: 402 People i realy need some help with this!!!
It doesnot give a worning if i dont invlude Customerdll.h in Customerform but i need to include it to use Search function in Customerform placeing the... |
Forum: C++ Oct 26th, 2008 |
| Replies: 2 Views: 402 Hello Peopel!!!!
I have a problem with a definiton. I have defined a form, in dll, then i had to include the file in the same form, after compiling i'm getting worning Public symbol... |
Forum: C++ Oct 26th, 2008 |
| Replies: 0 Views: 1,513 I'm developming a programm thet will use a dll forms, the problem i'm getting i have several forms in each dll, some of them have to use functions from other forms. For example, i have a DLL... |