Scott W

1,354
reputation
269 views

Registered User

name Scott W
member for 1 year
seen yesterday
website
location Michigan, USA
age 30
Dec
15
comment How do you quickly check if a network location exists using Delphi 5?
Careful that this may provide invalid information if ICMP is blocked somewhere between you and the destination.
Dec
11
answered Handling arbitrary bit length data in Delphi?
Dec
10
comment to www or not to www
Should be on serverfault?
Dec
4
accepted Change username programmatically when connecting to a Sql Server using Windows authentication from a Delphi application
Dec
3
answered Change username programmatically when connecting to a Sql Server using Windows authentication from a Delphi application
Nov
30
comment Accessing Bugzilla from .NET
What version of Bugzilla are you testing against? It looks like the latest version of bugzproxy is for 3.0 series which is a few years old. I'm fairly certain there have been changes to the web service since 3.0.
Nov
18
revised Relative path of a given file from a service application in Delphi
edited tags
Nov
18
answered Relative path of a given file from a service application in Delphi
Nov
17
comment Issues with nVidia nView desktop manager and Delphi applications?
Perhaps a bug report to NVidia?
Nov
16
answered JVCL Component Documentation
Nov
4
comment Is there an easy way to do a complete migration from CVS to StarTeam?
Actually, it's not too late. The powers-that-be have not twisted my arm hard enough yet to get me to move.
Oct
29
comment Can I optimize this piece of code?
maybe this is silly, but since (a + 0) == a, can't you just drop the line fn_val+=0 completely?
Oct
28
revised Form is hidden behind other forms when ShowModal is called.
edited to reflect Ken's comments
Oct
28
comment Form is hidden behind other forms when ShowModal is called.
Fair enough... on further inspection, I realize that I was thinking about using the Windows.MessageBox function and passing the calling window's handle to make sure that the MessageBox shows up on top of the caller -- which I was considering to be the "parent". Will edit my answer to reflect this.
Oct
28
answered Form is hidden behind other forms when ShowModal is called.
Oct
23
answered How do I retrieve a file from a SQL Server database?
Oct
21
comment Accuracy of barcode vs qrcode?
On the "ability to read" side, absolutely, since all scanners that I have worked with present the data as a string, no matter the source. On the "ability to write" side, it gets a bit trickier as you have to consider things like how much data needs to be encoded and what will be the reading capabilities of the folks who receive the documents.
Oct
20
answered Accuracy of barcode vs qrcode?
Oct
5
comment how can i make a TCheckbox without transparent text (ie: it ignores themes)?
Rob, thanks for clarifying, I am using Mike Lischke's theme library. I don't recall where I got this impression, but for some reason I thought that the themes code in later versions of Delphi was just Mike's code anyway, so I thought it might have been more of apples-to-apples.
Oct
1
comment how can i make a TCheckbox without transparent text (ie: it ignores themes)?
What version of Delphi? Using Delphi 6 with the Themes package active, I get the behavior that you desire without any extra consideration.
Sep
28
comment GPL and Webapp sources
If the answer to this question impacts the operation of your business at all, you really should consult with a lawyer and not a bunch of programmers.
Sep
17
comment C#+BDE+DBF problem
Strange. My experience with the BDE has been that if you aren't explicitly using it, you wouldn't even know it was there. Sorry I can't be of any further help.
Sep
17
awarded  Popular Question
Sep
16
comment C#+BDE+DBF problem
How exactly are you using the BDE in this process? Based on your code, you are going directly through the Microsoft drivers, so you would never even access the BDE. How do you know that the DBF files that complain about being invalid are actually valid? Can you get them to open properly in some other program?
Sep
15
answered Online passes with Barcode
Sep
10
comment Form Designer for Dummies…
Thank you to whomever brought me back to zero with an up vote, but why the downvote? Seems this is a perfectly legitimate answer to the question posed.
Sep
9
answered Form Designer for Dummies…
Aug
31
accepted Delphi code for sanitizing a URL entered by the user
Aug
31
comment Online lorem ipsum generators
See also: stackoverflow.com/questions/94747/…
Aug
28
answered How to view date bug was closed in Bugzilla?
Aug
27
awarded  Yearling
Aug
26
comment barcode reading in wpf
Can you choose a different \pre that the user is unlikely to enter manually? As for the delay, a delay of 50ms will be hardly noticeable to the user. Another option would be to display everything immediately, just go back and strip off the \pre if the full data is entered before the timeout expires.
Aug
25
answered barcode reading in wpf
Aug
21
revised What is your single favorite development tool?
linkified
Aug
20
answered Redirect dynamic subdomain to same subdomain with subpage. How?
Aug
20
revised Java print barcode labels
corrected spelling
Aug
20
answered Java print barcode labels
Aug
19
comment Fake modal dialog using Show ?
Depending on the type of control that your controls are contained within, you should be able to just disable the parent. For example, if your components are all on a TTabSheet, disabling the TTabSheet prevents access to all of those controls.
Aug
12
comment Does the Illinois Mega Million lottey ticket have the number encoded on its barcode
Rob, fair enough. I guess I just interpreted the OP as poorly wording a question about how to decode a scanned image of a barcode, rather than asking how does Illinois Lottery encode their barcodes.
Aug
12
comment Does the Illinois Mega Million lottey ticket have the number encoded on its barcode
You might take a look at this question: stackoverflow.com/questions/1223511/…
Aug
12
comment Does the Illinois Mega Million lottey ticket have the number encoded on its barcode
I think this is a fine question, just worded imperfectly. Would it please the closers if this were reworded to ask about how to parse a barcode from a scanned image and drops the Illinois information?
Aug
10
comment Processing MySQL query shown on progress bar
Let's pretend that your SQL takes a long time (e.g. 30 seconds) to execute. Are you looking for a progress bar that will fill smoothly over those 30 seconds based on some information that you have that the database is currently some percentage complete with executing your query?
Aug
6
answered How can I access the palette of a TPicture.Graphic?
Aug
4
comment Delphi 3 to SQL 2008
The BDE native driver (at least, the last released version of it) will support SQL 2008 if you set the compatibility mode for your database to 80 (SQL 2000) and you have a copy of ntwdblib.dll (last officially released as of SQL 2000).
Aug
3
comment GenoTechs GTSizer component
Link to referenced article: delphi.about.com/od/standards/…
Aug
3
comment How get the T-SQL code to find duplicates?
Google points to several options: google.com/search?q=sql+server+management+studio+…
Aug
3
answered Are there any good free/cheap Delphi grid controls?
Jul
31
comment Options to print label with barcode?
I can't speak for all label printers, but I know that the Zebra printers that I have worked with actually have sensors to tell the difference between a "label" and a "gap" between the labels. As such, it always knows exactly where the labels are positioned.
Jul
31
comment Is there programmatical way to get short day names in windows?
If you're looking for just the first two chars of the word, why not pull back the full string (using "dddd") and then just grab the first two chars and drop the rest?
Jul
31
answered Options to print label with barcode?