PROPERTY RBaseOtherFormName|RBASE_FORM PropertyName 'PropertyValue'
----- Original Message ----- From: "Javier Valencia" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Wednesday, July 24, 2013 2:05 PM Subject: [RBASE-L] - Updating data in main form from MDI form I have a Main form where I display selected data from a work order table (wo_table) using an enhanced grid. In the form I have an enhanced speed button that launches an editable MDI form that displays data for the record selected in the grid in the Main table. The MDI form is used to edit work order data and uses the same table (wo_table). Now, when I update data in the MDI form, the changes are not reflected in the Main form. I tried using: PROPERTY table wo_table ‘RFRESH’ >From the MDI form, but it refreshes only the data for the MDI form and not for the Main form. I seem to recall reading about a PROPERTY command that allows updating the data in the calling form from the MDI form. Does anyone remember how to do this? Any help will be appreciated. Javier, Javier Valencia, PE O: 913-829-0888 H: 913-397-9605 C: 913-915-3137 --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

