Thread 25 of 25 |
Thread Starter | | |
 GaryG | printerSetCurrent causing Paradox to hangA couple of months ago we have started having issues with printerSetCurrent causing Paradox to hang. When this happens I have been telling my user base to reboot and then try again. Printing works for awhile, then it will hang up again.
Has anyone else run into this? Do you have any suggestions?
Thanks, Gary
|
 202 Hits |
|
Thread 24 of 25 |
Thread Starter | | |
 GaryG | printerSetCurrent causing Paradox to hangA couple of months ago we have started having issues with printerSetCurrent causing Paradox to hang. When this happens I have been telling my user base to reboot and then try again. Printing works for awhile, then it will hang up again.
Has anyone else run into this? Do you have any suggestions?
Thanks, Gary
|
 274 Hits |
|
Thread 23 of 25 |
Thread Starter | | |
 PS_4191 | Expert Writing AssistanceReady to elevate your academic performance? Feel free to reach out for a free consultation. You can contact me at take my TEAS Pro to discuss your requirements and get a quote. Let’s work together to achieve your academic goals and overcome any writing challenges you may face. Visit: https://www.takemyteaspro.com/ and enjoy quality services.
|
 542 Hits |
|
Thread 22 of 25 |
Thread Starter | | |
 Rabih.C | Customer-retail display screen communicationHi.
I wonder if anyone could help me write a code that allows control from Paradox onto the display screen that shows the price of the item entered throughyou. the bar code reader. Thank
2 replies. Last post: |  nam.d | Digital signage is an efficient communication channel for keeping retail customers updated. car games
|
|
 2984 Hits |
|
Thread 21 of 25 |
Thread Starter | | |
 EnigmaVariation | Paradox 9 : qbe with tilde variable does not run{Too Long!} |
 299 Hits |
|
Thread 20 of 25 |
Thread Starter | | |
 PS_3413 | graphic readfromfileI have used graphic readfromfile for years successfully in WinXP, Win7 and, until recently, Win10. All of a sudden, I get "Cannot read file". It had worked perfectly until a Win10 update. Corel support is unresponsive. Desperate at this point. Does anyone have a work-around suggestion?
Thanks.
Bob
2 replies. Last post: |  Steven.G | did you roll back the update, to confirm that the update is the cause?
|
|
 654 Hits |
|
Thread 19 of 25 |
Thread Starter | | |
 rum | Table Corruption{Too Long!} 6 replies. Last post: |  Steven.G | a Short in a compound key can cause corrpution, in any block size.. but especially in 32k block
|
|
 1149 Hits |
|
Thread 18 of 25 |
Thread Starter | | |
 Rick J | Pop Up Calendar for 10/3XIs there a pop up calendar available for 10/3x? |
 4666 Hits |
|
Thread 17 of 25 |
Thread Starter | | |
 tjclip | Paradox 9 Developers Edition Software BundleDoes anyone have the Pardox developers edition 9.0 or later for sale? |
 2498 Hits |
|
Thread 16 of 25 |
Thread Starter | | |
 gwatchmaker | Leap year date of birthTo all,
I have a report that includes dates of birth when printed. I have 4 digit year set as true in the BDE.
For one particular dob (2/29/1996), the date of birth prints as 2/29/2996! In the table, it is 2/29/1996. This is a leap year birthday. Although obviously not correct, it concerns my users. This report has printed tens of thousands of dates of birth and this is the first one they have noticed is wrong.
Any thoughts?
Greg
1 Reply: |  Steven.G | hadn't seen that before.. I'll test it here, too, but I don't know of anything you can actually do about it
|
|
 610 Hits |
|
Thread 15 of 25 |
Thread Starter | | |
 gwatchmaker | Index out of DateHi all,
I have run Paradox 8 on a Server 2003 for over a decade using RDP sessions with dozens of users. I upgraded to Paradox 11 and Windows 10 clients. All still fine. This week, though, I migrated my database from a Server 2003 to a Server 2016. All programs run fine but I am getting multiple index out of dates each day when multiple users save data in the tables. So far, I have:
1. Disabled write cache on drives
2. Excluded database directories and c:\netdir directory from Windows Defender scanning
3. Edited LanmanServer and LanmanWorkstation to add keys 'enableoplocks'=0 and 'disableoplocks'=1
4. Local share on BDE=true
5. All sessions map to the same c:\netdir for control file and use same path to database tables
Any help from those who have succeeded with a Server 2016 hosting tables in an RDS environment would be greatly appreciated.
16 replies. Last post: |  grantr | {Too Long!} |
|
 667 Hits |
|
Thread 14 of 25 |
Thread Starter | | |
 PaulHoran | Printer problemnew problems for me with windows 8, my copy of paradox seems to no n longer want to connect to my printer and the program shuts down when I try to use. All other programs still print, just not paradox 11. I also get An App Crash note of Paradox32.exe. 32 bit computer ? when I try to print. can someone point me in the direction to fix.
|
 3242 Hits |
|
Thread 13 of 25 |
Thread Starter | | |
 EnigmaVariation | Form synchronization{Too Long!} 14 replies. Last post: |  Steven.G | good to know.. thanks.. making your own "next number" process is a different way to look at your app, but it's very flexible.. and it doesn't break as easily as an AutoInc
|
|
 644 Hits |
|
Thread 12 of 25 |
Thread Starter | | |
 PS_3060 | QBE answer table not populated with dataI have a query which I wish to populate a particular table (not the answer table). I have been unable to run this in objectpal. I think it has to do with the tilde variables but i'm not sure. following is my code.
The variable are populated correctly so any advise is most appreciated.
son = 22013, sol = 1
, qvar = Query
Answer: :CaliachData:rptWorkorders.DB
, WORKORDERS.db |WKOWONO | WKOPTNO |WKOBAL | WKOUSER | WKOUSE1 | WKOUSE2 | WKOUSER3 | WKOUSER4 |, , |CHECK | CHECK |CHECK | CHECK |CHECK ..~sol | CHECK | CHECK ..~son| CHECK |
Endquery
ExecuteQBE(qvar), tv.open(":CaliachData:rptWorkorders.DB")
Thanks
6 replies. Last post: |  Steven.G | and errorshow() doen't fire?
I'd suggest string(sono) and string(solno), but errorshow() would fire if lack of that was the problem
|
|
 703 Hits |
|
Thread 11 of 25 |
Thread Starter | | |
 Bob Stubbs | filter button disappears when using dialogBoxHowdy. I've got a form that I use for dataEntry. When I use a dialogBox routine, the Pdox menu changes and when I close the dialogBox, those menu changes remain with my main form. The important thing for me here is that I lose the capability to use Filters. I have not found a way to reset the menu to the correct one. Any ideas? Thanks.
3 replies. Last post: |  Steven.G | you don't want to generically mask something that's wrong.. there's a focus issue here.. are you sure the dialog isn't just minimized, or hiding under the form?
|
|
 522 Hits |
|
Thread 10 of 25 |
Thread Starter | | |
 Bob Stubbs | Keeping graphics in Pdox tableI am trying to get graphics data into a table - envision a Movie database and I want to include DVD art into the table. I am able to get the graphic into the clipboard and then paste it into the table. Everything appears to be fine until I leave that record - then the graphics that I could previously see is no more. I've tried everything that I can think of within native Pdox and nothing helps. Any ideas? Thanks.
3 replies. Last post: |  Bob.S7 | OK - thanks. That pointed me in the direction that I needed to get.
|
|
 470 Hits |
|
Thread 9 of 25 |
Thread Starter | | |
 rum | Reports with Sub ReportsAnyone know If there is a way to add a subreport to a report? This is not a Parent/child data issue. Essentiall I need to cross tabulate data and give a summary of the report data by specific categories.
Thanks
1 Reply: |  Steven.G | I think you can put multiple table frames in the body.. historically, we've always done stuff like that by manually creating the text file for the report.. it's a ton of work, but then you can literally do anything you want
|
|
 427 Hits |
|
Thread 8 of 25 |
Thread Starter | | |
 j rutter | PARADOX 3.5 - RUN ON VISTA ?Hello, , I know, I know any Paradox 3.5 users should have upgraded years ago. I've got V9 but have many, applications developed in V3.5 that I use daily. They run fine on XP but am I going to be able to run V3.5 on Vista in all modes ( 32 and 64 )?. I've read conflicting info on the subject. I know it doesn't run on XP64 ( no 16 bit support ). Vista is 64 bit also, but I saw somewhere that Microsoft demo'd 64 bit Longhorn / Vista running 16 bit Visicalc !!. This is very important issue to me and I would be most grateful for any feedback., , Thanks. John.
8 replies. Last post: |  dieckert | Couple of options:
1.Run Dosemu in Linux.
2. Run older version of windoze in VMWare. VMWare works great on RedHat and other Linux versions.
Option 2 works best.
Hapoy Computing!
|
|
 20927 Hits |
|
Thread 7 of 25 |
Thread Starter | | |
 GaryG | Performance of SQL Passthru Query in a loop{Too Long!} 1 Reply: |  Steven.G | I don't think there's any way to make a significant change, other than "fastest machine you have".. you can do 1000 loops in a minute.. that seems quite reasonable
|
|
 298 Hits |
|
Thread 6 of 25 |
Thread Starter | | |
 KBNV | Complex report filterHello again,
I need to create a filter for a report from a client list. The records I want to filter have a string that's common in all the fields I want to filter. I want to filter on that specific string using the filter function in the report. I've tried several operators and either come up with nothing, everything, almost everything and then some or everything but. I even tried the ..*** used in search strings within a table.
I'm sure I'm missing something.
Thanks,
Karen
kbalter@sierraonsite.com
6 replies. Last post: |  Steven.G | awesome.. if you want to post the exact problem and exact solution, for others, that would be great.. thanks
|
|
 470 Hits |
|
Thread 5 of 25 |
Thread Starter | | |
 gwatchmaker | Logical IndexesTo all,
As I migrated from Paradox 8 to Paradox 11, I noticed that I was not able to recreate one of my secondary indexes in the newer version. The secondary index included a numerical field and then a logical field. The logical (boolean) field was not listed as one I could add in the table restructure dialog box. I went back to version 8 and added it. Is there another way to do this so that I can retire my older version.
Greg
1 Reply: |  Steven.G | from the help
"You can define a secondary index on any field or group of fields in a table except memo, formatted memo, binary, OLE, graphic, logical,"
in general, I use number/integer/short field with 1/0 as the indicator values.. 1 is true, 0 is false.. probably cuz I go all the way back to the beginning of PdoxDOS, and there was no logical field :-)
|
|
 336 Hits |
|
Thread 4 of 25 |
Thread Starter | | |
 Sam.S | Shared Printers for Paradox 7{Too Long!} |
 2873 Hits |
|
Thread 3 of 25 |
Thread Starter | | |
 rum | Table Frame controlAnyone know how to programatically show/hide columns in a table frame control? Mind you, I am not talking about the tableview object.
Thanks!!!
3 replies. Last post: |  Steven.G | I haven't used it, that I'm aware of.. but flipping the colors on a column, or certain records like that, yes, I've done it, it's simple
put it in New Value, then it applies to every record.. if this then color=red else color = white endif..
to hide a bigger area, you can have an empty box.. transparent normally, color on color to hide
|
|
 492 Hits |
|
Thread 2 of 25 |
Thread Starter | | |
 SteveM | Change Date Format to 4-digit Years?We have almost completed our port from Windows 7 and Paradox 8 to Windows 10 and Paradox 11. I am down to the last few bugs. One is that all my date queries suddenly produce no results. It turns out this is because I had been using 4-digit years, and now only 2-digit years seem to work in queries althought years are displayed as 4-digit in the queried table. Weird.
Anyhow, I suppose I could reprogram all date queries as 2-digit years, but this seem like bad practice. And hard. So, I wondered if there is anywhere that I can easily reset the date format back to 4-digit years? I already tried the Windows 10 short format, but it was already set to 4-digit years. Any other ideas?
Thanks!
Steve
7 replies. Last post: |  Steven.G | biggest issue, if you change, is sort orders.. first thing you have to do is re-index everything, or you're gonna get errors every time it tries to touch an index
other issue, is to actually compare the base 256 character sets, to see if there's anything different, and if that matters in your universe
|
|
 582 Hits |
|
Thread 1 of 25 |
Thread Starter | | |
 SteveM | Paradox 11 SP3?I have Paradox 11.0.0.676 and thought some of my woes might be fixed with the lates service pack. I contacted Corel tech support and they said... to contact you! You are probably either flattered or annoyed, or prehaps both. Anyhow, is this service pack available anywhere? Corel had Service Pack 3 for WordPerfect x7 Pro, which I bought, but it does not include the Paradox service pack with it.
Thanks!
3 replies. Last post: |  Steven.G | post specific issues, separately, maybe we can offer solutions
|
|
 483 Hits |
|