Computer Store
Store.Prestwood.com
-Collapse +Expand

Message Boards

Tech Search:

Advanced
-Collapse +Expand Message Boards
-Collapse +Expand More Board Options
-Collapse +Expand My Moderator Settings
MODERATOROPTONS

BOARDSTATS
Posts: 13735
Threads: 4205
Topics: 91
Boards: 32
Groups: 32
 

Prestwood eMagazine

Subscribe now!
Enter your email:


   Message Boards   

New Activity

List shows most recent posts.

Switch to:  New Posts  (All groups, all post types)
  


25 Threads:

 Thread StarterReplies Last Post Board >> Topic
Sign In To Check If Stuff Is New
1604
Hits
TMonthCalendar and OnGetMonthInfo problems
I've noticed a problem with the OnGetMonthInfo event of TMonthCalendar. (IE. MonthCalendar1GetMonthInfo(Sender: TObject; Month: Cardinal; var MonthBoldInf...
1
Try such a nice piece of code as

Calendar.Date:=Calendar.Date+31; C...

9/4/2010
Delphi for Win32 >> Delphi VCL
Sign In To Check If Stuff Is New
26
Hits
PrinterSetCurrent
I have the following code on a form to switch printers behind the scenes.  There is a table that lists the users printers and a field in that table that defines what the printer is used for (i.e....
0New!
9/2/2010
Corel Paradox >> ObjectPAL
Sign In To Check If Stuff Is New
28
Hits
ReportPrintInfo DynArray
Can anybody explain to me the syntax to use ReportPrintInfo - the syntax # 3 version that uses an array? I need to set the PrintToFile option to create a postscript file and it seems to only be availa...
0New!
9/2/2010
Corel Paradox >> ObjectPAL
Sign In To Check If Stuff Is New
31
Hits
ReportPrintInfo DynArray
Can anybody explain to me the syntax to use ReportPrintInfo - the syntax # 3 version that uses an array? I need to set the PrintToFile option to create a postscript file and it seems to only be availa...
0New!
9/2/2010
Corel Paradox >> ObjectPAL
Sign In To Check If Stuff Is New
90
Hits
Printing forms as reports doesnt get all pages
I have a 3 page form that I need to open as a report.  When I open it, however, I only get the first page and a half.  Any ideas?  I have to do i...
1
Figured it out - has to do with the page size - ended up having to create 3 seperate reports but it ...
9/2/2010
Corel Paradox >> Paradox Reports
Sign In To Check If Stuff Is New
45
Hits
Changing account records based on a list
Does anyone know how to write this Paradox 4.5 code into a Paradox 11 script? This works in my old Paradox. It goes through a list of account names finds the account in another table and scans to pro...
0New!
8/29/2010
Corel Paradox >> ObjectPAL
Sign In To Check If Stuff Is New
266
Hits
Windows 7 Paradox 9 report crash
I've successfully installed Paradox 9 on a windows 7 workstation linked to SBS 2008.However, when I went to amend a report by redefining a field, Paradox crashe...
9
I've tried everything suggested in previous posts. Sometimes it works and sometimes it crashes. My w...
8/24/2010
Corel Paradox >> Paradox Reports
Sign In To Check If Stuff Is New
130
Hits
Server 2003 and BDE
I have just thought I might move all my delphi stuff onto my 2003 server and then use remote desktop to access it however some of my apps give me a bdertl70 err...
2
Hi Owen, I suspect a rights problem. The app/user needs full rights to the data folder and net dir.
8/16/2010
Delphi for Win32 >> Delphi Single User Apps
Sign In To Check If Stuff Is New
122
Hits
Paradox 7 Update
I know P7 is an ancient version but I dug the install disks out of a dusty drawer this morning and installed it in my XP machine. My question is whether I need ...
1
Never mind, I've applied the patch selectively.
8/11/2010
Corel Paradox >> Paradox Setup, Vista, etc.
Sign In To Check If Stuff Is New
69
Hits
Diplaying javascript error message from DB

0New!
8/7/2010
ASP Classic >> ASP Classic - Handling Data
Sign In To Check If Stuff Is New
626
Hits
Paradox11 on MS Server 2000 w/Mac desktop
Our church is using Paradox11 in a mixed-system environment (MS Server 2000, Macintosh desktops). We use a commercial package to support a membership of about ...
11
Hi Tom,  We work in...
8/4/2010
Corel Paradox >> Paradox Setup, Vista, etc.
Sign In To Check If Stuff Is New
77
Hits
Paradox 9 Runtime - Report with QBE included
I've inherited a Paradox 9 application that needs to be cleaned up and stabilized. The biggest single problem is that all users have access to the full version of Paradox so they go in an make copies ...
0New!
7/30/2010
Corel Paradox >> Paradox Runtime & Distribution
Sign In To Check If Stuff Is New
97
Hits
Debugger wont go away
I recently wrote a piece of code that locked up paradox and i hit Ctrl + Break a bunch of time to try to get it to stop.  No Success - had to pull up task ...
1
Hi Jon, Verify the debugger is not set to open in run nor design modes. Select Tools | Settings | ...
7/28/2010
Corel Paradox >> ObjectPAL
Sign In To Check If Stuff Is New
104
Hits
Opening a tcursor with a password
Hi thereI'm new to ObjectPAL and enjoying learning! I'm working with a Paradox database that has a password assigned to all the tables (the same password). Howe...
2
Many thanks Dan, that works perfectly!Cheers,Julian
7/26/2010
Corel Paradox >> ObjectPAL
Sign In To Check If Stuff Is New
123
Hits
Networking Paradox 9
My company has intentions of running Paradox 9 on Server 2008.  The Operating System on most of our computers  is Windows 7 Pro.  Is this a good ...
1
Sure, this will work well. Just stay away from Vista which it sounds like you are. If you need help,...
7/25/2010
Corel Paradox >> QBE & SQL
Sign In To Check If Stuff Is New
336
Hits
Q. Do you like our newly redesigned websites?
{Too Long}
7
Yeah, I seem to never be done. Currently I'm working on some behind the scenes features.
7/21/2010
PrestwoodBoards >> Just Conversation
Sign In To Check If Stuff Is New
94
Hits
Removing part of string
Hi Everyone,I am a retired guy who is trying to learn objectpal/paradox.Is there a command that will remove the beginning part of a string up to the first "blan...
1
try this strOUT = strIN.substr(strIN.search(" ")+1,strIN.size())      
7/12/2010
Corel Paradox >> ObjectPAL
Sign In To Check If Stuff Is New
153
Hits
Launching Excel using Objectpal
I run Paradox 9 on Server 2008. I'm currently installing new machines on the network that run Windows 7 Pro. Paradox runs without a hitch apart from one issue.P...
7
Launching Excel was not the primary reason for needing the code to work. Once the data's exported to...
7/12/2010
Corel Paradox >> Paradox Setup, Vista, etc.
Sign In To Check If Stuff Is New
93
Hits
Value to a query-push button on a form
Attempting to set up a form to query customer information by entering the account number. I copied the code from the guide but it fails. The debug highlights th...
1
Try this if Account is a field on the form then this should work sACCOUNT =  ACCOUNT.val...
7/7/2010
Corel Paradox >> QBE & SQL
Sign In To Check If Stuff Is New
224
Hits
Windows 7 and Paradox 10
I have Paradox 10 running on Microsoft  SBS 2003 and a few clients running one application from the server.  All those clients are XP. ...
2
Thanks - I may go that route but I'd rather not.  Our machines are getting old and will have to...
7/6/2010
Corel Paradox >> Paradox Setup, Vista, etc.
Sign In To Check If Stuff Is New
64
Hits
Are you getting error messages...
Are you getting error messages during startup? Have you double checked the netdir setting in the BDE? What about the drive mapping of the Q drive on the Win7 PC?
0New!
7/6/2010
Corel Paradox >> Paradox Setup, Vista, etc.
Sign In To Check If Stuff Is New
119
Hits
StruList Documentation
I have downloaded the StruList Utility, but the Installation documentation is missing.. do you still have that?   The Strulist is experciencing problems and I am sure it is my mistake in ins...
0New!
7/6/2010
Corel Paradox >> Paradox Tables
Sign In To Check If Stuff Is New
140
Hits
Paradox 9 RT on Server 2008 R2
I have Paradox 9 Runtime installed on a Windows Server 2003 Terminal Server, and it works just fine.We recently upgraded to Server 2008 R@ (64bit) and want to d...
1
I am not a Paradox guy but,  but do you have full rights to everything ? Did you try to ...
7/2/2010
Corel Paradox >> Paradox Setup, Vista, etc.
Sign In To Check If Stuff Is New
637
Hits
VPN
I am running Windows 2000 Advance Server and I have the routing and Remote running. I have a windows XP Pro workstation that I want to access my Server remotely...
1
This is a old post but I will answer in case someone else needs this info: Since each firewall ha...
7/2/2010
Windows Users >> Windows 9x, ME, NT, 2000, XP
Sign In To Check If Stuff Is New
166
Hits
Can anybody help me with getti...
Can anybody help me with getting a directory file listing into a listbox so that I can programatticlly go through the listbox and put the filenames into a datab...
1
Owen,Interesting question. The below code will add file names (excluding paths), except for director...
7/1/2010
Delphi for Win32 >> Delphi Single User Apps