Actually thats not working for me either and even though scrumpy's idea is pretty good, does anybody of how Im supposed to code the ArcCos funtion to get a more approximate answer?
Is there a reserved word for 3.14 so I can get an approximate value in a formaula Im using instead of just being able to use 3.14. Is there a header file that goes with it?
Here's a C++ statement:
double B1 = 2.0;
cout << "B1 = " << B1 << "lbs." << endl;
Whats the equivalent code in Borland C++ Builder?
I know
RichEdit1->Lines->Append("B1");
does the first part but Im not familiar with string and variable concatenation.
Thanks
Thanks for your help Bob, after toying with it all day, I discovered that my approach to what I was trying to do was wrong anyway. I really didnt need what I thought I needed in the first place so thanks for trying to help. I got it to work now. If I need something else, I'll be sure to ask. Thanks
Bob, TABLE#1 on FORM #1 does NOT have the Part_Name field available. Whoever designed the database felt the need not to place it in that table seeing that it was already placed in another TABLE#2(Which is the Parent table for TABLE#1, the table I'm having the problem with) and I cant change or...
To kjv1611, I the fields are blank whenever I click the button in form number two. When I first tested the button out with the D1 field, it worked but the I tried it again and it didnt work anymore and it doesnt work for any of the other fields.
To BSman, the only reason I've created form#2 is...
I have FORM#1 which is populated from Table 1 and field - PART_NUM on this form has a combo box which can automatically populate the entire form when the correct PART_NUM is choosen. However, if the user does not know the proper PART_NUM that they are looking for, I have a CHOOSE PART# button...
I have a form in access which Im using to enter data into a table. Well, when I click the save record button, Access saves the date in my Entry_Date field to the default date which is 4/20/1992 instead of the current date. What should I do?
The first step works great for string concatenation. However, I guess I worded my problem wrong. What I was looking for was not the concatentation of the numbers as much as I was actually lookin for the addition of the two (ie. if L1 =1 and L2 = 2, the answer I was expecting would be 3 instead...
I'm using two edit boxes in Borland C++ and I'm trying to get the values of the two boxes to be calculated and displayed on the screen by way a go button that I click. I tried writing &Edit1+ Edit2 in the OnClick section of the event handler for the go button but this is not working. Please help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.