click on the variable and press Ctrl+F5. That will put the variable you're on in your "Watch List". If you want to watch another variable, press Ctrl+F5 on that too and it will add it as well. Sometimes that variable, however will be out of scope.
For example if you've got the following code...
Glad you got it taken care of!
Watch your dependencies in a program with CppWebBrowser. I've had a lot of trouble in the past with that component and dependencies.
Cyprus
I already know WHAT this problem is... The Root Directory that the manager shows, it has a hard time reading. My problem is, it doesn't always do this on all windows machines, not even on all XP machines!
I used the same CD to install the same thing on two identical computers sitting next to...
Alright I just made a generator for incrementing the number, but I've got myself a problem! The following code generates a SQL error -104
Unexpected end of command
CREATE GENERATOR SetKey;
SET GENERATOR SetKey TO 100;
CREATE TRIGGER GAMES FOR CUSTNUM
BEFORE INSERT AS
BEGIN
NEW.CUSTNUM =...
I'm writing a program that uses IBase and I have a field set aside for a key number, but since so many records get deleted and created so often, it's been a real challenge trying to assing it key numbers myself. Is there any way for IB to assign a new record a key automatically in a designated...
If you could give us a few more details, such as what the error is and if possible, what file is throwing it and we may be able to help further!
Cyprus
I'm trying to show some data, and for a complicated reason, all of the integers in a particular field are negative. They're converted to positive in the program that uses them, but I'm using a SELECT statement to show the numbers, and I need them to be shown as positives (and realistically I'd...
If you find it let me know, but don't overextend yourself!
I've done a few searches for a solution, but I can't find any information even close to this, and I can't remember any time I've heard this discussed before. And trying to use the word "help" in a search just makes it go nuts.
Cyprus
Does anybody know of a way to figure out where/when, the Help TBorderIcon clicks? Or even when it's in "help mode" for lack of a better term.
Reason: There's a few panels & things I'd love to have context-sensitive help for, but when the user clicks on it, even though there's a context, it...
Well it looks like FastNet is out of business, and I can't seem to find any relative documentation on this subject. I'm trying to log in to the internet using a proxy on a FastNet component (TNMHTTP). The component, however, doesn't have a place to put a user name or password for the proxy. I...
The thing is... I don't even know where to get the information to display! I remember seeing once a website that broadcasts stock information and anything can run out and grab it. I can't seem to find it now.
Cyprus
Would anybody know how or where or have ANY information on grabbing some market information off of the web and getting it inside of an executable? I really don't even know where to start...
Cyprus
I've tried this a dozen ways and I cannot figure out what IB isn't liking about this... Can SOMEBODY please help??
SELECT * FROM BKMASTER WHERE Trim(LEADING ' ' FROM MISB) LIKE '99999';
It's whining about the ' '... I found in InterBase documentation that this is how you're supposed to do...
As of right now I'm using a SQLDataSet, DataSetProvider and ClientDataSet to grab a SQL table I've got. The table, however, is about 500,000 records, and any time I try to load it with a good old fashioned CommandType = ctTable, it locks down. I have been using a query, "Select * from...
Check out QuickReport (A watered-down component set came with Enterprise edition, under the tab QReport. I'm not sure about the other two editions). They have a component for PDFs and they've got fairly good integration in my experience.
http://www.qusoft.com/
Cyprus
I'm just trying to order some data correctly. In that respect, I've got the following SELECT statement...
SELECT * FROM BKMASTER WHERE MATKEY='MCCOECO' ORDER BY MEDSTA ASC
The thing is, there are only about 5 two-digit options for MEDSTA: NULL, "OE" "OP" "RT", etc. I want any records with...
I've got a rather large project and at some point somebody threw in a TCppWebBrowser component (and then removed it sometime). Now when I put the program on test computers it asks for bcbie60.bpl. I didn't want that dependency so I unchecked it from the "Packages" option and took "bcbie" out of...
I have a need to release a program (made in C++ Builder) that utilizes InterBase. However, I need the server embedded within the app. I've been using FairCom's c-Tree, which is a snap to embed, so I guess I'm just rusty. I could have sworn all it took was a dll, but I can't find ANY resources...
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.