| | Thread Starter or a Reply (but not last) | Last Post | Board >> Topic |
 | RE: Paradox 3 table addWhat methodology are you using to add the records? a QBE query? Code in a script?If it were a Key collision you'd end up with an error message, not a corrupt table, so it's not that. ... | N/A. Post is a reply. | Corel Paradox >> Paradox Tables |
 | RE: Clients That Don't Pay??I think there are some good lessons to be learned here. You can't really sell your services without at least doing a "mockup" or two of your ideas. It's probably good to publish guidelines... | N/A. Post is a reply. | Website Owners >> WWW Website Owners |
 | because...Why can't I create it in VWD?Why does it work fine for BING and other search engines?Why when I create a plain text file in VWD, is it stored as anything other than plain text? | N/A. Post is a reply. | Website Design & Hosting >> Website Design HTML, XML, CSS, Graphics |
 351 Hits | Google Crawler IssuesAs it turns out, the Google Crawler can'... | Why can't I create it in VWD?Why does it work fine for BING and other search engines?2/22/2010 | Website Design & Hosting >> Website Design HTML, XML, CSS, Graphics |
 | RE: Byte stored in reverse orderin general, this function will reverse a single by... | N/A. Post is a reply. | C# (Visual C# & VS.Net) >> C# & WinForms |
 | RE: Hi Everyone (introduction)I am doing some C#, ASP.NET, and SQL Server work at the moment, but I also have Delphi and Paradox in my DNA somewhere. | N/A. Post is a reply. | PrestwoodBoards >> Member Introductions |
 758 Hits | Hi Everyone (introduction)I have been around the boards for a while, but never introduced myself.I am Bryan Valencia and I am from California I have a lot of web experience in HTML web d... | I am doing some C#, ASP.NET, and SQL Server work at the moment, but I also have Delphi and Paradox i... 8/26/2008 | PrestwoodBoards >> Member Introductions |
 2 Hits | Re: How can i hidden my real IP(windows me)Sorry, you can't. You can "spoof" it using a firewall/router, but ultimately the IP address is the only way that an internet service has of routing it's response to the right computer. Otherwize the ... | N/A. Post is a reply. | Delphi for Win32 >> Delphi Internet Solutions |
 2 Hits | Re: Hepl!!! I/O Error 32 is chasing me!!I think you're problem is in the AssignFile(PathFilerout, temp '\Path.Ini'); line, but not sure. You should look up in the help under the following items. INIFILES, Tinifile. There are also some ... | N/A. Post is a reply. | Delphi for Win32 >> Delphi Object PASCAL |
 2 Hits | Re: proceduresTry this: caption:=... Refresh; or Application.Processmessages. The caption IS changing, but you must tell Windows to repaint the form. | N/A. Post is a reply. | Delphi for Win32 >> Delphi Object PASCAL |
 2 Hits | Re: Blob Errors with Delphi and ParadoxPerhaps it would help if you said what kind of errors you're getting. There is a BDE setting called "Blobs to cache" (I forget if it's in Paradox or not) but I have needed to raise this value for Ora... | N/A. Post is a reply. | Delphi for Win32 >> Delphi Distributed Apps |
 2 Hits | Re: Someone PLEASE HELP!Here's the deal. If you're log file isn't in use, then you should be able to load it using tStringList.LoadfromFile('log.dat'); Then you can search it with Locate, which will tell you where the firs... | N/A. Post is a reply. | Delphi for Win32 >> Delphi Single User Apps |
 773 Hits | How can i hidden my real IP(windows me)When I use httpcli to post some data to server, the CGI scripts will get my IP, how can i hidden my real IP(windows me) thanks! | Sorry, you can't. You can "spoof" it using a firewall/router, but ultimately the IP address is the o... 12/3/2001 | Delphi for Win32 >> Delphi Internet Solutions |
 874 Hits | Byte stored in reverse orderHi all, I would to read a byte (unsigned char) and to store it in reverse order (b8...b1 becomes b1...b8). What is the best solution in Code and Time performan... | in general, this function will reverse a single by... 1/3/2010 | C# (Visual C# & VS.Net) >> C# & WinForms |