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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alvinmcg

  1. alvinmcg

    Report from two different queries

    I want to create a report to display the results of two similar but different queries. We have an application to track permits. I have a report that lists all applications. When a CO is issued for a structure, that triggers a new process for closure. I could simply create the two separate...
  2. alvinmcg

    Automatic Date Entry

    if recordstatus("Modified") then dmPut("projects","updated",today()) endif This code has been added to the depart event for each of the eight pages to this form. I just tested the form again by adding information to several of these child tables and none of them resulted in updating the...
  3. alvinmcg

    Automatic Date Entry

    I have added the code to each page of my multipage form hoping that any change which may be made on that page would automatically force the update. This works great but only on the page which includes information to the master record. Updating any of the child tables does not cause an update...
  4. alvinmcg

    Automatic Date Entry

    OK, I have confirmed my settings were set to beginner and changed it to advanced. However, and I know this is basic, how do I attach the code to the "depart event for the record of the master and any detail tables." Do I attach the code to the Form, Page, Notebook, Notepage or one of the many...
  5. alvinmcg

    Automatic Date Entry

    Thank you for your suggestion. Can you explain "the depart event for the record of the master and any detail tables"? I do not see a "depart" event when looking in "Object Explorer." I added your code to the "canDepart" event on the Notebook. I did substitute the name of the table in the...
  6. alvinmcg

    Automatic Date Entry

    I need to automatically add the current date to a record if the record is updated. I have seen some terrific wizardry in this forum but nothing I have tried has worked. Specifically, I have added a date field "updated" to my table. If the record is changed in any way, I want the current date...
  7. alvinmcg

    Table Import from Paradox

    I am beginning to convert a database which was created in Paradox. However, in importing the paradox tables, some give me an error which says: "Index or Primary Key can not contain a null value." I have looked at the original paradox table and none of the records have a "null" value in the...
  8. alvinmcg

    how to adjust form size to window size?

    I prefer to work on my PC with a greater number of pixels displayed. However, the balance of my coworkers work in the 800x600 world. The forms I generate in 1024x768 appear too large on the 800x600 screens. Is there a way to automatically adjust the form to fit the users screen settings? Alvin
  9. alvinmcg

    VAL file corrupt?!

    I ended up doing as suggested... Delete ALL *.VAL and *.X* and *.Y* files and then recreating the validity checks, and referential integrity. The problem is gone and I am thrilled.
  10. alvinmcg

    VAL file corrupt?!

    I have run into a serious problem and our IT folks (who do not like Paradox) have been unable to find a solution. I have an "application" that includes 27 tables. Last week, there appears to have been some sort of network problem and now the master table VAL file has been corrupted. However...
  11. alvinmcg

    table lock

    Yes, I believe I do. However, currently the tables are unavailable as the VAL files have been corrupted. Our IT department is restoring same from a backup. The lookup field is an inspector's name. Each project has only one assigned inspector. Could this referential integrity cause the type...
  12. alvinmcg

    table lock

    I am having a problem with my current project. This is in Paradox 8 and in use on a network. I have several lookup tables for key fields. One in particular appears to be causing a lock on the master records and we get the following error: This record in LOOKUP TABLE.DB is already locked by...
  13. alvinmcg

    DataTableView

    I am not certain I understand. I have a tabbed form which includes many fields from a variety of linked tables. However, none of these includes a MRO for that specific table. However, this table is the master table upon which all other tables are related. I appreciate any advice. Please let...
  14. alvinmcg

    DataTableView

    In a tabbed form, it has been suggested that a table view such as is discussed above, would be useful to view projects. I can not get this to work as described. I add a table view to a tabbed page. However, when I attampt to "define table", the desired table is not available. I can...
  15. alvinmcg

    web link

    Thank you Bystander. I tried your fix but got an error message when checking the syntex. ERROR: UNKNOWN METHOD NAME We are using Version 8, if that helps. ********************* Var Web string EndVar Web = self.value Startwebbrowser(Web) ********************* Thank you for your advice. Alvin

Part and Inventory Search

Back
Top