dbTalk Databases Forums  

Sponsored Links


comp.databases.paradox comp.databases.paradox


Discuss in the comp.databases.paradox forum.



Post New Thread
Threads in Forum : comp.databases.paradox Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Go into the BDE Administrator and set the .net file location to a directory on c: (or network drive if networked). Paradox will recreate the file in...
Tony McGuire
07-10-2003 10:48 AM
Tony McGuire Go to last post
0 145
"Martin B. Brilliant" wrote: OK.. right-click on Properties, go to the Compatibility tab, and pick NT4.. remember, you're using v1.. very old, very...
Martin B. Brilliant
07-10-2003 09:57 AM
Dennis Santoro Go to last post
5 168
three_sixteen wrote: no, especially if re-booting curesi t, because you're in the same state you were the last time.. but if your client is using...
Steven Green
07-09-2003 05:39 PM
Steven Green Go to last post
1 135
We have been asked by a client to write a system which will log the durationof outgoing calls . This will then be logged to the database and we can...
poneill
07-09-2003 04:24 PM
Phil Hassid Go to last post
6 140
Thanks, This worked for my program and replaced the 3 line while statement with the following: stListValue = String(format("W10,EZC",...
Steven Green
07-09-2003 09:27 AM
Larry DiGiovanni Go to last post
10 270
Thanks, I shall give that a try. "Steven Green" <greens (AT) diamondsg (DOT) com> wrote
rob
07-07-2003 10:05 PM
rob Go to last post
3 126
Hello, I use Paradox 4.0 to open some text files, add information and save them in text format still. For some reason, my Paradox program adds some...
N! Xau
07-07-2003 05:10 PM
Steven Green Go to last post
5 149
I'm trying to display and edit a memo field from a database on a form. I can display the memo, its in edit mode, but when I try and edit it Iget...
John Sharry
07-06-2003 10:44 AM
RPrenPhoto Go to last post
1 175
Eg: Select (Emp.Title||''||Emp.Name) as EmpName, sum(Amount) from Emp Group By (Emp.Title||''||Emp.Name) as EmpName Above is my Paradox SQL Query...
Shafeeq
07-05-2003 01:34 AM
Leslie Milburn Go to last post
4 186
"Larry DiGiovanni" <larryd (AT) digicoinc (DOT) com> wrote Sorry - I mistyped. I meant to type "numeric" above but typed "integer" instead. I...
Karl Perry
07-04-2003 01:29 PM
Karl Perry Go to last post
0 142
I'll try this and see if helps. Thank you. So Tutility is bad to trust for verify but better for restructure than Modify/Restructure within the...
Steven Green
07-04-2003 08:03 AM
Steven Green Go to last post
7 176
Well Tony, You did beat her with one minut. But then I think that's because you used less sentences (:)) Pieter Cremers "Tony McGuire" <tony (AT)...
Karl Perry
07-04-2003 01:59 AM
Pieter Cremers Go to last post
1 154
On a table frame on my form I have a field on the right most column designed for users to left click on and then slide the mouse down over as...
Werking
07-03-2003 05:40 PM
Liz Go to last post
4 155
"Mike Irwin " <mirwin (AT) paradoxcommunity (DOT) com> wrote Hi Mike, The facts are as follows: Problems have been reported a number of times on...
Dennis Santoro
07-03-2003 10:27 AM
Leslie Milburn Go to last post
12 254
Oscar, 1. Start keeping backups! 2. ChimneySweep: http://www.sundialservices.com/ - no guarantee though. Liz
Liz
07-03-2003 09:19 AM
Mike Irwin [CTech] Go to last post
5 171
Get that modern look for your apps. http://www.crooit.com/pw32btip.htm -- For the quickest and best Paradox support...
Rick Kelly
07-02-2003 07:50 PM
Rick Kelly Go to last post
0 199
In article <3F030EA7.595DED72 (AT) diamondsg (DOT) com>, greens (AT) diamondsg (DOT) com says... configured with Network Type as Novell, and some as...
Dick Rubin
07-02-2003 05:14 PM
Steven Green Go to last post
1 188
"Steven Green" <greens (AT) diamondsg (DOT) com> wrote thanks N! Xau
N! Xau
06-30-2003 04:12 PM
N! Xau Go to last post
7 251
lots of good advice here, some things I have done in the past,... If the problems are frequent (daily), do not use one of the PCs for a few days,...
Jan Blickstern
06-30-2003 02:33 PM
Kevin Zawicki Go to last post
12 386
Well, more importantly is to find the root of the application error(s) and fix it (them). Then you won't get the lockups in the first place. ...
Reinhard Kronberger
06-30-2003 11:42 AM
Tony McGuire Go to last post
1 227
I don't know if P10 can do better than p7. I've never bumped up against an object limit in P7. But a cheap experiment (compared to redevelopment)...
Dennis Santoro
06-29-2003 11:36 AM
K+ Go to last post
4 199
Hi! ProView - an alternative Project Viewer with developer's extensions for Paradox 7,8,9,10 and 11 - updated. Current version is 2.7.1. Available...
Vladimir Menkin
06-28-2003 05:20 PM
Vladimir Menkin Go to last post
0 217
Hi Some kind person posted a reply few weeks ago, on how to tell if an application were delivered using Runtime or not, could you be kind enough...
06-28-2003 10:50 AM
Steven Green Go to last post
1 222
Thanks for the reminder. Denn Santoro President Resource Development Associates http://www.RDAWorldWide.Com Offices in the United States and...
Ben Williams
06-27-2003 04:53 PM
Dennis Santoro Go to last post
3 208
Steven Green wrote: Sounds like he only has Runtime. Plus, export to text is probably more trouble than it's worth with date formatting and memo...
Chris Wilkins
06-26-2003 10:46 PM
Larry DiGiovanni Go to last post
3 302
If I access an SQL table (one record, one longint field) from Paradox via an OBDC connection with a tcursor and if I can lock the record I grab the...
Roger Engdahl
06-26-2003 12:02 PM
Larry DiGiovanni Go to last post
6 290
Sergio Lapeņa wrote: try doing it on an empty table, then adding the data.. it might be faster.. but the bottom line is that encrypting a table...
Steven Green
06-26-2003 10:42 AM
Steven Green Go to last post
0 214
Mike Irwin wrote: Maybe if you roll outta bed earlier than 10am. Hmmm? :) -- Larry DiGiovanni Digico, Inc
Leslie Milburn
06-26-2003 09:14 AM
Larry DiGiovanni Go to last post
6 195
Roger Engdahl wrote: Stack overflow is usually caused by an infinite recursion of method-calls; in other words, an event handler triggers itself...
Sundial Services
06-25-2003 09:50 PM
Roger Engdahl Go to last post
7 263
I'm using P9 and I am trying to make my way through the following code: .... if WorkLib5.CreateReportResults() < 0 then msgStop("Error creating...
Karl Perry
06-25-2003 04:15 PM
Karl Perry Go to last post
4 232
Does anyone know how I can keep the leftmost column on a forms table frame from disappearing when I scroll to the right? I would like that column...
Werking
06-25-2003 12:53 PM
Mike Irwin [CTech] Go to last post
5 307
I have a push button on a form that creates a query and calls a report that needs to print to a label printer. I need to modify the...
Hilary
06-25-2003 07:23 AM
Hilary Go to last post
2 199
We are at the brink of upgrading our servers to Windows 2000 professional but are left with a registry question concerning a paradox 4...
Peter Verschueren
06-25-2003 06:35 AM
Steven Green Go to last post
1 295
How about SMTP/POP3/NTP/DNS Lookup support and a whole host of IP stats and network configuration...
Rick Kelly
06-25-2003 03:05 AM
Rick Kelly Go to last post
0 310
Ok, you don't have to be so sarcastic ---- "find a chump". I haven't been a newgroup person for long and don't know all the do's and...
ez153
06-25-2003 12:16 AM
Dennis Santoro Go to last post
5 246
Marco <<< So far as i know Karl Perry could be from GB, Kurdistan...and if it were so evident why was he trying with the ISO format? I have never...
marco
06-24-2003 03:12 PM
Bertil Isberg Go to last post
2 252
Thanks, I believe I've figured this out -- I wanted to change the operator's entry in an ACCEPT control, based on some validation rules, and continue...
Dick Rubin
06-24-2003 01:09 PM
Steven Green Go to last post
3 329
Hi! PxForms Anywhere engine updated. Current version is 1.0.2. Available at: http://cust.east.ru/~menkin http://members.fortunecity.com/menkin All ...
Vladimir Menkin
06-24-2003 11:33 AM
Vladimir Menkin Go to last post
0 229
Start a new query, go to the artists field type in Several queries to try, notice how the AS word renames the field in the answer table. when you...
ez153
06-24-2003 09:06 AM
ez153 Go to last post
3 314
Following previous advice to use RemLock following a crash, and remove the lck files properly, I have found that users are unable to access the...
Jan Blickstern
06-24-2003 06:32 AM
Jan Blickstern Go to last post
0 293
Hi Mark, You mentioned an rtf to tiff converter in your post. I am very interested in such a tool. Any chance you could let me know what...
scaddell
06-23-2003 10:19 AM
scaddell Go to last post
0 315
It is the abnormal end you are doing causing the damage. You need to write code that lets you better trap for errors so you don't get the lockups...
Dennis Santoro
06-23-2003 09:46 AM
Tony McGuire Go to last post
1 304
I was trying to prebuild a table for my answers instead of using a temporary table - I knew at one time that that was stupid, (but I was stupid...
Alan
06-23-2003 09:16 AM
Alan Go to last post
0 216
Post New Thread

Display Options
Showing threads 1651 to 1693 of 1693
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.