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...
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...
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...
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...
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...
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...
I need MORE InterBase / BCB everything! I was seriously considering using InterBase as an embedded server within my application, but I can't find really any example source, any real [using InterBase with BCB] documentation, any how-to's or essentially anything of that nature. The IBDemo under...
I'm updating a DB system for a company that's currently using Paradox as their DBMS. I was hoping to get some feedback on my decision regarding what system to use.
* First off, I'm using Borland C++ Builder to create the GUI and display the recs, etc
* We're talking about tens of thousands of...
I've been using BCB for a long time and I've never truly understood how to make one of those menus that compare to to MS Word (or the BCB view), with the File, Edit, etc... at the top and then the colorful buttons w/ glyphs etc, each grouped in their own little menu chunks that can be...
I've actually got no experience at PHP, (I've always used ASP) but the server I'm on only uses PHP so I'm really in dire need of some help!
I need to grab all of the names of files in a certain directory, and package the results into an XML document. I have no idea how to go about doing this...
I am having the absolute DARNDEST time finding code to create a splash screen in builder!!! I've done search after search and am getting awfully frusterated. Any help??
Cyprus
God this is embarassing... But if you check my posting time, you'll understand.
Here's the exact code:
double secondBreakdown = WorldTimeTrackbar->Position / 4;
The position of the trackbar can be anywhere between 1 and 60, progressing by 1 each time. So it should be spitting me back decimal...
I need my images to be able to be brought on top of all other components. And I can't have the other components as owners of these images. Either that, or is there a decent workaround to this problem? I could have sworn there was code about this but I cannot find it to save my life and I've been...
My images are falling underneath other components (i.e. create a TShape and then a TImage, the image is underneath. And this is a big problem for me. For my life I can't figure out how to pair two components together. (I was going to pair some code to a custom TImage so it wouldn't fall...
I'm fairly certain when I tried to add a resource file it obliterated my project, but I could definately be wrong. It didn't start happening until I added the .rc file and compiled it.
So here goes... I added the .rc and compiled it with my project. Then it started giving me an access...
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.