88 Topics

Member Avatar for EnderX

I built a php-driven form that is intended to have its results printed out and shipped to another location. The results are laid out as a set of tables that hold the information in place. I tested the page on a system wher ethe default browser isFirefox, which displayed the …

Member Avatar for osman.sokuoglu.19
0
262
Member Avatar for EnderX

Does anyone know of a good site or doc that describes the ways to use a TStringGrid? I'm trying to figure out how to right-justify some of the items that are going to be placed into a TStringGrid, and none of the docs I've found so far seem to have …

Member Avatar for Micheus
0
162
Member Avatar for EnderX

I'm working on a Delphi program designed for use with an Access database. In addition to the onscreen output, however, my boss wants me to provide PHP reports for it as well. We have PHP installed on our servers, so that's good, but the database in question is installed on …

Member Avatar for Wolfgan
0
2K
Member Avatar for EnderX

I'm having to redesign a web-based data-entry page; as I had the original set up, it would have caused a high degree of duplicated information in the database I am working with. The original design called for a single form, in which a given set of data would be specified. …

Member Avatar for dsrtprwlr
0
143
Member Avatar for EnderX

From what I've seen, any discussion of any kind of scientific or pseudoscientific material on this board will nearly inevitably lead into a comparison with evolution. This is in addition to instances where the issue is brought up in terms of other beliefs, such as the depiction of Mike Huckabee …

Member Avatar for Ravenous Wolf
1
374
Member Avatar for EnderX

I am working on a program designed to map a networked drive to a Linux Samba share. I have been requested to give the end users a way to select what drive they want to map. I know that some drives are off limits for use; (A:, C:, and the …

Member Avatar for Duoas
0
1K
Member Avatar for EnderX

If this is in the wrong place, I apologize. I use ShellExecute only in Delphi, but I am aware that it may not be properly considered part of the language. I have a program that is supposed to generate a .csv file for an output report. However, my boss wants …

Member Avatar for Aborad
0
303
Member Avatar for EnderX

I'm working on a program designed to draw numeric summary information out of a database. The user can select four criteria via dropdown combo boxes, and the information is displayed in a string grid (TStringGrid component). A second string grid component is used to hold the highest-level division of the …

0
54
Member Avatar for EnderX

I'm working on a program designed to be used with a set of third-party barcode scanners. These scanners had been in use for some time before I came along, so I don't think I can get the company to change them. The scanners in question require a serial cable and …

Member Avatar for willcomp
0
152
Member Avatar for EnderX

I'm trying to set up a program to create an automatic hotcopy backup of our subversion files; the subversion setup is running SuSE 9.3 Linux and mounts to the backup, which I believe is also running the same. The script for automation is a simple shell script; it is supposed …

Member Avatar for DimaYasny
0
83
Member Avatar for EnderX

I've been requested to write a PHP-driven database report by my boss. The reports will be located on our servers, where PHP is installed. However, the DBs that I'm supposed to read from are going to be located on the client machines. The servers are running SuSE 9.3 with Apache …

Member Avatar for werks
0
448
Member Avatar for EnderX

If this is in the wrong place, I apologize, and humbly ask that my query be relocated to the correct forum. Thank you. Recently, my boss requested that I put together a Delphi program for use on a number of computer systems in the area. Some of these systems are …

0
74
Member Avatar for EnderX

I have been working on a program designed to read information from an Access database and display it on the screen. As my main development box doesn't have a copy of Access on it, I copied the data over to a PostgreSQL database and attempted to work from that. Now, …

Member Avatar for CertGuard
0
110
Member Avatar for EnderX

First thing: If this is in the wrong forum, I apologize, and ask that it be redirected to the correct place. This simply seems to be the best match so far as I can tell. Does anyone know what kind of formatting is used by Excel? I have been requested …

Member Avatar for Suspishio
0
73
Member Avatar for EnderX

I am working with a delphi form that appears to have a rather interesting problem. I am developing on a laptop sitting at 1920X1200 resolution. On my form, I have a trio of components. One is permanently invisible, and clicked to align/left. The next is permanently visible, and clicked to …

Member Avatar for ExplainThat
0
155
Member Avatar for EnderX

I have a php report page I'm working on that's giving me some problems. It's designed to be used on multiple systems; as far as I know, all of these systems are identical. On the system I did development on, the page displays information as needed. On the others, I …

Member Avatar for EnderX
0
119
Member Avatar for EnderX

I'm currently working on a Delphi program that, as its last step, calls up a php page to generate a report. On my test box, the default browser is Firefox, so the report opens in Firefox. On another box I've tested it on, the default browser is IE, so the …

Member Avatar for caperjack
0
96
Member Avatar for EnderX

I'm having a bit of trouble figuring something out. I have a css file I use to attempt to break pages in the correct spot, and to force a landscape print so as to ensure that the words on the web reports my php program builds aren't packed together when …

Member Avatar for MidiMagic
0
145
Member Avatar for EnderX

I am trying to program a work-related report system. The reports are generated in php, and I have been requested to have the results sent via email to the individual who needs to review them. (That is, one person generates the reports to look at via an external program, but …

Member Avatar for trudge
0
149
Member Avatar for EnderX

I'm supposed to be writing a program to pick up files left in an ftp server directory. I have ftp access to the directory, and I have a copy of the Indy pack components installed on my system. However, I'm running into a problem. The files I'm supposed to be …

Member Avatar for tsbrownstone
0
1K
Member Avatar for EnderX

I'm sorry if the title isn't the most informative, but this is something that I've had happen to me twice recently. I don't know if it's a problem on my end, I don't know if it's something that really needs to be worried about, but I thought I'd toss it …

Member Avatar for MidiMagic
0
160
Member Avatar for EnderX

Does anyone have a good method for formatting a numeric value as an American currency value in Perl? I'm not finding anything in my searches. Thank you for your consideration.

Member Avatar for KevinADC
0
98
Member Avatar for EnderX

Is someone messing with a system css or xsl page? Yesterday, I came onto the site, and after a few minutes, the coffeehouse messed up. The normal banners weren't working; all possible extended links in the dropdown segment up top were showing, and as far as I can tell all …

Member Avatar for Dani
0
136
Member Avatar for EnderX

I am working on a program in Delphi where I need to be able to escape the enter key. There is a method that might work, but using it requires that I know the Word datatype value of the enter key upon entering the code. Would anyone know where an …

0
54
Member Avatar for EnderX

I've been asked to look into a project with a TcxMaskEdit component that's throwing some problems. The main one is this: The user is expected to hit tab to move between fields. The TcxMaskEdit in question is the last field, and it is suspected that the user will hit enter …

Member Avatar for Micheus
0
162
Member Avatar for EnderX

I noted a small item in the editorial column of a paper a short while back that kind of caught my interest. It sparked a couple of thoughts off in me, and I'd kind of like to know what others think about the topics it raised. The item in question …

Member Avatar for EnderX
0
128
Member Avatar for EnderX

Does renaming the crontab file cause problems with the cron process? About a week ago, I was trying to make an update to the crontab files on all of our district servers. About halfway through, I got this 'brilliant' idea to simply copy the crontab file off of a system …

Member Avatar for pzuurveen
0
119
Member Avatar for EnderX

I've been working with a css file to produce a few bits of needful output formatting for some php-built reports that are designed to be printed from the web. Recently, though, on one of our systems, I had an incident where it looked as though part of the css was …

Member Avatar for MidiMagic
0
83
Member Avatar for EnderX

Would someone mind filling me in on what's happening with Rep points? My last item of rep (rep added to me) was on July 13th. About two weeks ago, I had 332 rep points according to my Control Panel. Yesterday, I looked at an older post, and saw that I …

Member Avatar for christina>you
0
153
Member Avatar for EnderX

I'm working on a php-built report that's supposed to be printed out. It may be used on IE, it may be used on Firefox, I'm not sure which and have no control over the issue. Differences in the output formatting of the two browsers mean I have to be able …

Member Avatar for cereal
0
114
Member Avatar for EnderX

Yesterday, I was attempting to reload a remote copy of a postgresql database that had been corrupted. Creating the new db went well, as did reloading the data schema, but somewhere during the reload of the data itself, I lost the remote connection. After killing the now-unworking putty connection and …

0
61
Member Avatar for EnderX

I'm trying to decipher a set of program files I was given to work with. I don't have the original source (as far as I know) or a copy of the executable, merely a set of files I was requested to deal with. The files came in two directories, 'data' …

Member Avatar for jbennet
0
165
Member Avatar for EnderX

I have a report page generated off of a database application. It is designed to be printed out, and I did my best to make the page as printer-friendly as possible. However, I have a problem. The layout works fine on landscape print format, but on portrait format, some longer …

Member Avatar for stymiee
0
85
Member Avatar for EnderX

I am trying to build a program for ftp transmission purposes. I have been requested to use another program written by my predecessor as a model. At one point, my predecessor's code makes reference to an item called flstvwBags, a TFileListView object. I cannot find this component on my own …

Member Avatar for radu84
0
140
Member Avatar for EnderX

I'm trying to figure out how to send files via FTP in Delphi. A program written by my predecessor makes use of the Indy package IdFTP component, but I'm having some trouble figuring out how to use it. Searching google only gave me sites in non-english languages, and I'm having …

Member Avatar for radu84
0
136
Member Avatar for EnderX

Recently, I have been requested to build a system to transfer some information to another system via ftp. I was recommended to use a specific, working file and modify it, as it already contained the transmission data. I was given a new target url and a new user id and …

Member Avatar for EnderX
0
123
Member Avatar for EnderX

Anyone ever heard of that before? I'm running AVG as my antivirus software, and it flagged that thing a few minutes ago. I've been trying to find out information about it in hopes of minimizing loss (I'm on my work computer, which means that any kind of hit is a …

Member Avatar for gerbil
0
80
Member Avatar for EnderX

I know that most Delphi components have an 'on mouseover' event that activates when you move the mouse over the component. Are there any text-box style components with a 'mouse-hover' ability, where the event occurs if you park your mouse over the item in question? And if so, what's a …

0
70
Member Avatar for EnderX

I've been working on a program designed to allow the end user to offer data corrections back to my company. (That is, they send us the originals, we process those and store it in a database, and this program is supposed to allow them to search the DB and send …

Member Avatar for EnderX
0
168
Member Avatar for EnderX

I've been attempting to teach myself some C, as I have been tasked with maintaining a program written for a handheld barcode scanner that appears to be written in this language. (At least, I'm assuming that for the moment, considering the fact one of the first statements I saw when …

Member Avatar for Aia
0
156
Member Avatar for EnderX

I'm attempting to teach myself some C programming, for use on a handheld barcode scanner. I've never worked with C before except for (maybe) 1 semester in college (which might have been C++ instead). I figured I'd try to start with a simple project; write a program to build a …

Member Avatar for MidiMagic
0
76
Member Avatar for EnderX

I've about given up on my previous problem. I [I]was[/I] beginning to think it'll be easier to do simply by dropping the user, then recreating it with the appropriate privileges next time around. Only, when I tried (as the superuser, no less) to drop the problem user, I got the …

Member Avatar for kaung
0
211
Member Avatar for EnderX

I am trying to maintain a MySQL db which is required for business usage. I recently ran into a problem where one of our programs would blow up with an SQL error; taking a look at the error message, the program description, and the database in question reveals that the …

Member Avatar for jbennet
0
113
Member Avatar for EnderX

I thought the group might get a kick out of this. Last week, an older couple at my church approached the pastor after evening services, and said they had a prayer request they wanted him to pray for. Apparently, a woman they know is looking for a computer in order …

Member Avatar for jbennet
0
133
Member Avatar for EnderX

I found this little list on another forum while searching for some info earlier today. It doesn't have the info I needed, but I thought at least some of the inhabitants of Daniweb might get a kick out of it. Note: I've only worked with a few of these languages …

Member Avatar for Infarction
3
244
Member Avatar for EnderX
Member Avatar for Aia
0
336
Member Avatar for EnderX

If I am somehow in error posting this, I apologize. However, I would hope that this is the best place to ask this question. I am dealing with a MSVC Compiler, version 1.52, on a system running Windows 98. I am using these rather antiquated pieces of equipment for a …

Member Avatar for EnderX
0
154
Member Avatar for EnderX

I am attempting to write a program that expects the value of a specific field to be a five-digit zip code. Logically, this should be a completely numeric value, but as I'm using a text field, it is possible for the end user to put [I]anything[/I] in there. I'm trying …

Member Avatar for Ferpudy
0
836
Member Avatar for EnderX

I'm kind of curious. Is there a reason for resurrecting so many ancient topics (most of them appear to have been started in 2002, for example), or is The Dude (Usually most recent poster) just having some fun?

Member Avatar for ~s.o.s~
0
95
Member Avatar for EnderX

I'm trying to figure out how to work with an operating system called GS-DOS. (Full name appears to be 'General Software Embedded[v2]'). It is being used in a handheld barcode scanner I have been asked to work with, in the hopes that I can figure out how to program it. …

Member Avatar for jbennet
0
104

The End.