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 Wanet Telecoms Ltd 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. Bystander

    Field on form refuses to update table using simple ObjectPal - what am I missing?

    Simplistic suggestion I know but don't forget that Paradox is case sensitive. I only say this because it jumps out at me that your PKGSWEAT field is in block capitals in your code while all other fields are lower case. Is it possible that the field naming convention in your database table is...
  2. Bystander

    Extract pictures from Paradox to file

    Hi Lidia, I think I can see what might be causing the error but for me to test it out it please could you share the structure of the images.db table. Once I know what the field names are in the table I should be able to come back to you within a day or so. Regards Bystander
  3. Bystander

    field value replacement loop

    dpizac, Just scanning questions and noticed this one. Good to hear that you have solved it. If you ever have anything similar I suggested a solution for Pharmer a bit back. It is at thread177-1271223 titled 'Want to substitute a blank field ditto?' I hope that this helps. Regards Bytander
  4. Bystander

    Paradox Tables

    doronlimor, You are welcome. I was assuming that you are using the Paradox relational database application so was referring to Tools on the application main menu bar. I am srabbling about in the dark a bit here but suspect the problems are coming from a write lock on one of the tables. But I...
  5. Bystander

    Paradox Tables

    doronlimor, From what you set out above theoretically there should be no performance issues. Would you be happy to explain what updating the database entails. Eg is it just adding new rows or updating existing rows? What you have described sounds like a lock is being put on a table but not...
  6. Bystander

    Can you access Paradox databases from Microsoft word?

    nomi1, In Word 2002 (and above I presume) ensure that your mail merge tool bar is on then go to Open Data Source - select your Paradox table - and then Insert Merge Fields - Database Fields into your Word document. Obviously that option can mean Word has access to your entire table. You may...
  7. Bystander

    Database Reconciliation..

    mwylde, I agree with TonyMcGuire you will probably have to use code to set the time stamp when records change. I presume you know that when you set up a timestamp field in a table if you set the default to NOW then everytime a row is inserted into the table it is time stamped. This however...
  8. Bystander

    churchpro and paradox

    philly0128, If I understand the question properly then I think all that you need to do is open Paradox and then go to File - Import and follw the prompts. I hope that this helps. Regards Bystander
  9. Bystander

    What is the latest version of Paradox

    Bubsi, Thanks for that. I keep flirting with the idea of buying from America but will surf German sites first. Much appreciated. Bystander
  10. Bystander

    Notebook

    Lewy, I have just noticed this and it is so long ago I assume that you have sorted it out or no longer need to. I have probably misunderstood what you are trying to do but would it not be possible to put a table frame of client details on to the tab first pane? Regards Bystander
  11. Bystander

    What is the latest version of Paradox

    Triedit, Thanks for the link. I know it sounds paradoxical (pardon the pun) but there is no way to buy Corel Professional from the UK supplier and you can't order from the US as UK isn't in the drop down menu. Back to the good old telephone. Regards Bystander
  12. Bystander

    Logging into Oracle

    smartglass, Glad to be of assistance. About the logging on once, I am not sure but I think if you do the code below then you will be prompted to log in once but the database remains open for the rest of your session and all of your queries etc. I hope it works. Regards Bystander...
  13. Bystander

    Changing Data Types

    smartglass, Good point, I forgot to mention about type casting. Glad you sorted it out and glad to have been of service. Regards Bystander
  14. Bystander

    Changing Data Types

    smartglass, A way that I would approach it is to get one table to have the same data types as the other by actually programmatically restructuring the data types of the fields. For example you may wish to either look for text fields and change them to numbers or look for specific named fields...
  15. Bystander

    Logging into Oracle

    smartglass, I'll hazard a guess that you need to be passing a string of the alias name to dbSQL.open. ie ensure that you have a Paradox alias that points to the Linux server. if Linux is the Paradox Alias then your command should be dbSQL.open("Linux",dynAlias) Let me know if you have any...
  16. Bystander

    What is the latest version of Paradox

    Jlockley, Thank you the guidance you have given. Please don't despair at Paradox as it probably gives the best inexpensive proper relational database for anyone following 3NF rules. Using Paradox forms and reports is not markedly different from Oracle forms and reports. If anything Paradox is...
  17. Bystander

    What is the latest version of Paradox

    SonOfTed, Thank you for this advice, it is much appreciated. I am in the UK and cannot even find anywhere to buy Paradox or WordPerfect Office Professional. These are desperate times. Regards Bystander
  18. Bystander

    What is the latest version of Paradox

    jlockley, Many thanks, that is much appreciated. If memory serves Filemaker wasn't even a relational database offering so I hope Paradox isn't sold to them. Oracle I could understand as much of Paradox is similar to Oracle Forms and Reports that were available with Oracle 8i and to this day...
  19. Bystander

    Button to open outside file?

    You are welcome. Don't forget to include the file extension so Paradox (or really your operating system) knows what to associate the file with. Regards Bystander
  20. Bystander

    Table Add code

    Bob, In version 9 code similar to the following would normally suffice. ;========================================================== var ansTbl Table destTbl String endvar ;substitute your source and destination tables below destTbl = "your_destination.db"...

Part and Inventory Search

Back
Top