Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ACCESSDUMMY

    Tableadapter.Fill error with Date Parameter

    I'm trying to pass a date parameter into the Fill method of a tableadapter and I'm getting an error message stating "cannot convert from 'string' to 'System.DateTime?'. Here's my code... using MIS_Database.Schemas.Rpt3YrsDataSetTableAdapters; using System.Data; namespace MIS_Database.Schemas {...
  2. ACCESSDUMMY

    Which DBMS should I switch to in the future?

    Hi Tony, Let me start by saying I love Paradox... it's what I know. We're not looking for something b/c we're not happy with Paradox and it's features. My boss just wants us to move towards a software package that will continue to get updates.. you know roll with the times. He's worried that...
  3. ACCESSDUMMY

    Which DBMS should I switch to in the future?

    We currently use Paradox for our database programming, but as we have heard Paradox will soon become obsolete. I understand it may continue to work, but as far as we know, no company is going to continue enhancing it. What we're trying to figure out now is which direction to head. Does anyone...
  4. ACCESSDUMMY

    Why Can't Paradox Handle Filter Changes?

    Hi, I don't know why Paradox and filters don't agree, but I have learned to NOT use them in Paradox. We recently had to remove all filters from Paradox forms and reports due to problems when the program is shared by more than one user. It's like the filters get confused?? Our work-around was...
  5. ACCESSDUMMY

    lck files not deleting from private directory

    Well Tony... I do have a very complicated data model for one of the reports. It looks something like this: table1 -------->> table2 (one to many) | | | |---> table3 (one to one) | |--> table4 -----> table5 (one to one) (one to one) On top of that, I do have a couple...
  6. ACCESSDUMMY

    lck files not deleting from private directory

    Lance, I'm having a similar problem with a Paradox application that is being used via a Citrix server. In addition to the Paradox .lck files being in the private directories of the users, there are also .out files and some weird looking .db files. They typically look like this: _QB7345.db...
  7. ACCESSDUMMY

    Printing a report

    I had that same problem, but when I added the following code the extra page didn't print anymore. rpi.panelOptions = PrintClipToWidth I hope this helps you. Amy
  8. ACCESSDUMMY

    Paradox error message when opening a form

    Hi Tony, I checked the form and it doesn't have any filters set, so I think it must be something else. This is only happening on one user's computer, so I think it must be an error associated with Paradox. I have tried totally uninstalling Paradox off that machine, and then installing a fresh...
  9. ACCESSDUMMY

    Insert key causes list to appear on Paradox 8 form

    If you're asking what I think you're asking, it sounds like you need to view the properties of the field in question. Then select the Define Values button on the General tab and add the new values to the list.
  10. ACCESSDUMMY

    Select more than 1 item from a list

    Thanks for the reply Tony, but I found what I needed using the ActiveX control for List Box. I was able to use the multiselect feature of it and from there I captured the values selected and made the field in question equal to those values. It works quite well. There was some coding to make...
  11. ACCESSDUMMY

    Select more than 1 item from a list

    I have a drop-down list, but the users want to be able to select more than one of the items from the drop-down list. Is this possible? For example, I want the user to be able to hold down the CTRL key and click on all the items in the list that are relevant for that record. Any help would be...
  12. ACCESSDUMMY

    Paradox error message when opening a form

    Has anyone ever seen this error message in Paradox? An attempt was made to access an unnamed file past its end. I don't know why it's all of a sudden coming up on a computer of existing paradox programs. Thanks, Amy
  13. ACCESSDUMMY

    Watermark on a Report

    The watermark is a calculated field in which I'm combining the data from 2 other fields together. It will be a different description for each record. What I've done for now which seems to work, but is not my favorite option, is to use the substr() method and break up my data in between the...
  14. ACCESSDUMMY

    Watermark on a Report

    Is there a way to create a watermark on a report in Paradox? The only way I know to create the watermark effect is to change the font color to "Gray". My problem is that on the report I have a table frame that will have many records. Each of those records needs to display the watermark that...
  15. ACCESSDUMMY

    BDE Error Code

    Hi Lance, Thanks for all your help. I don't think it's my user account, because I have administrator privileges. I also don't think it's the drive being out of space, because I have the .cfg file saved on a network drive. Your third idea is possible because I'm working on a file that many...
  16. ACCESSDUMMY

    BDE Error Code

    Is there a limit to the number of aliases that you can store in the bde file? I'm at a point to where when I try to add another alias to the bde, I get a message saying "cannot write to engine configuration file". I think the code was 8453. Does anyone know how to get around this? Thanks in...
  17. ACCESSDUMMY

    cannot write to file

    Thanks for the response, but I found the problem. My Antivirus software was conflicting with Paradox, and causing me to not be able to save anything in Paradox. After I uninstalled the antivirus software, I was again able to save my work in Paradox. It was also affecting some other software...
  18. ACCESSDUMMY

    cannot write to file

    In Paradox 10, using an XP machine, I'm getting an error message saying "cannot write to file" when I try to save my work. This is happening when I try to save all forms and scripts. Does anyone have any ideas as to why I'm getting this error message? Thanks, Amy
  19. ACCESSDUMMY

    Dot Matrix Printing from Paradox 10

    I tried that, but I still have problems with the papersize. I'm trying to print on continuous form, where each "page" is 8.5 x 5.5. Here's the script I used based on the thread you referred me to... var rpt Report uio UIObject pt Point endVar...
  20. ACCESSDUMMY

    Dot Matrix Printing from Paradox 10

    I need help printing to a dot matrix printer from Paradox 10, but the real problem is that the paper size is 8.5 x 5.5. I can't get Paradox to remember the page size when it starts to print. Everything looks fine when I print to the screen. Does anyone know how to manipulate Paradox so that I...

Part and Inventory Search

Back
Top