Thread 25 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Scott Wehrly{Too Long!}  mprestwood | Hey Ken. I sent Scott an email but haven't heard from him yet.
|
|
 3656 Hits |  PrestwoodBoards | |
Thread 24 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Forum : Encryption{Too Long!} |
 3998 Hits |  Pascal and Delphi Coding | |
Thread 23 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: delphi 6 windows 2000 profWe are building and deploying apps on Windows 2000 Professional workstations using Delphi 6 and BDE 5.01., , , , What exactly is the nature of the problem you experience on Win2K? |
 2 Hits |  Pascal and Delphi Coding | |
Thread 22 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Angel | Tips{Too Long!} |
 3736 Hits |  Pascal and Delphi Coding | |
Thread 21 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: TipsZ zzzzz.... Z zzzzz.... Z zzzzz...., , , , Whu? Someone on the Delphi forums??? I better wake up!  , , , , Good, tip, Angel. Of course, Mike will tell you that the place for programming tips is in our [b]Knowledge Base[/b]., , , , But then, if we start moving topics around, it could make the board members go away again., , , , Then I could go back to my Rip Van Winkle impersonation., , , , Z zzzzz.... Z zzzzz.... Z zzzzz.... |
 2 Hits |  Pascal and Delphi Coding | |
Thread 20 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: Competition for Programming Jobs[QUOTE] Visual BASIC was "way too easy for these baboons" [/QUOTE], , Well, Rick, I guess you and I are secure in our [b]Delphi[/b] jobs, eh? |
 2 Hits |  PrestwoodBoards | | | |
Thread 17 of 25 | Thread Starter or a Reply (but not last) | | | Group |  MerLiN | Help with StringGridHi, , Can someone show me how to change the font properties of a single cell in a StringGrid?, e.g. to make the text in that cell bold or a different color from the rest of the StringGrid., , Thanks, Merlin |
 4258 Hits |  Pascal and Delphi Coding | |
Thread 16 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: Help with StringGrid{Too Long!} |
 2 Hits |  Pascal and Delphi Coding | |
Thread 15 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: Unknown Function: substring?Well, using [b]SQL Explorer[/b], I get the same problem. I don't think that the InterBase driver for SQL Explorer has the ability to interpret SUBSTRING., , , , Since we're running IB6 with no UDF's, I also get the error that SUBSTRING is not a recognized function., , , , What happens when you try to create and execute the stored proc in the InterBase IBConsole's Interactive SQL tool? That's the tool you should be using. |
 2 Hits |  DBA, Databases, & Data | |
Thread 14 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Ritche M | substring in stored proc?how do we use substring is stored proc using variables. substring will only work with table columns., ex. variable1 = 'borland', how do we get 'land' from borland?, , need help... thanks. |
 3708 Hits |  DBA, Databases, & Data | |
Thread 13 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: substring in stored proc?This is a common newbie predicament in InterBase SQL. Any function that you can execute on a TABLE column can be executed on a local variable...the trick is in the SELECT statement., , , , For instance, this statement between a VARCHAR variable and an INTEGER column in a table:, , SELECT vsPRODUCT = CAST(Product_ID AS VARYING CHARACTER) FROM PRODUCTS , , ...can be reversed to assign the value to an integer variable like this:, , SELECT viPRODID = CAST(vsPRODUCT AS INTEGER) FROM RDB$DATABASE , , Notice the difference. When working strictly with local variables, use a SELECT statement with RDB$DATABASE in the FROM clause. |
 2 Hits |  DBA, Databases, & Data | |
Thread 12 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: Next version of Delphi announced[QUOTE] Dice currently has 384 C# jobs and only 64 Delphi jobs [/QUOTE], , And I would take that number with a grain of salt. You have to wonder how many of those Delphi postings are multiple submissions for the same job opening...  , , , , I remember last year when there were 14 Dice postings for the [i]same[/i] job opening at NEC here in Sacramento., , , , So, there are probably [i]fewer[/i] Delphi openings than the Dice search indicates., , , , I would agree that it seems that that companies are catching [b]C#[/b] fever. |
 2 Hits |  Pascal and Delphi Coding | | |
Thread 10 of 25 | Thread Starter or a Reply (but not last) | | | Group |  rrs | Linking to OracleI have problems when I try to link to Oracle table. I get an error message "Invalid field definition 'Field Name ' in defnition of index or relationship"., The table I am trying to link to is really big. It has around 260 columns Could that cause a problem ? , Thanks for your help. |
 4048 Hits |  DBA, Databases, & Data | |
Thread 9 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: Linking to OracleMoved from "Member Introductions"..., , , , The error message indicates that you have a [b]foreign key[/b] error, so you will find the problem in the foreign key definition., , , , If you have the metadata handy, check for column or table aliases. Sometimes the syntax of quotes around column aliases is OK for Oracle's interpreter, but when the metadata is exported to a development tool (VB??? Delphi??? Paradox???), the syntax is invalid in that tool., , , , If you included the source of the foreign key definitions on that table, we could probably provide you a better answer. |
 2 Hits |  DBA, Databases, & Data | |
Thread 8 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: Which programming language?{Too Long!} |
 2 Hits |  PrestwoodBoards | |
Thread 7 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: Break a loop{Too Long!} |
 2 Hits |  Pascal and Delphi Coding | |
Thread 6 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Rick Carter | Two linksDemotivators: http://www.despair.com/ , , The Poetry of D. H. Rumsfeld:, http://www.msnbc.com/news/894439.asp?0cv=CB20  Scott | Demotivators!!!, , Oh, they are a RIOT  , , I ordered the 60 note card set so I can share the pain with everyone I know. |
|
 2103 Hits |  PrestwoodBoards | |
Thread 5 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: Two linksDemotivators!!!, , Oh, they are a RIOT  , , I ordered the 60 note card set so I can share the pain with everyone I know. |
 2 Hits |  PrestwoodBoards | |
Thread 4 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: Chicken or the eggAnd based on the story in this link (which was posted to our Paradox forums):, , http://www.aaxnet.com/editor/edit029.html , , ...the assimilation is going to become even greater in the near future.  |
 2 Hits |  PrestwoodBoards | |
Thread 3 of 25 | Thread Starter or a Reply (but not last) | | | Group |  Scott Wehrly | Re: Help with Animated FormsOh, yes. Almost forgot. I'm sending a Zip file of my test form down under... |
 2 Hits |  Pascal and Delphi Coding | | | |
|