My Bad....

Give your target form (the MDI form) a component ID, then try

Property <MdiFormComponentID>|TABLE Refresh 'true'

I don't have a test setup for it, but when I do this:

Property <MdiFormComponentID>|RBASE_FORM Height '100'

it sets the height, so deduction from that would make the table the piped 
property of the Form componentID and it should refresh....


----- Original Message ----- 
From: "Javier Valencia" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Wednesday, July 24, 2013 5:40 PM
Subject: [RBASE-L] - Re: Updating data in main form from MDI form


I was trying several variation of the command MikeB submitted.



The main form is called: swo_list_form

The MDI forms is called : swo_form and it is open as WOMDIForm

The driving table in both form is wo_file



The following command from the MDI form:

PROPERTY swo_list_form|TABLE wo_file REFRESH

Does not work and returns the error:

ERROR component swo_list_form|TABLE not found in current form



I have also tried:

PROPERTY swo_list_form| RBASE_FORM REFRESH ‘TRUE’

And it  not work and returns the error:

ERROR component swo_list_form|RBASE_FORM not found in current form



I have also tried:

PROPERTY ‘swo_list_form|TABLE’ wo_file REFRESH

And

PROPERTY ‘swo_list_form| RBASE_FORM’ REFRESH ‘TRUE’



With no luck. I am obviously overlooking something simple.



Javier,



Javier Valencia, PE

O: 913-829-0888

H: 913-397-9605

C: 913-915-3137

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Dennis 
McGrath
Sent: Wednesday, July 24, 2013 4:00 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Updating data in main form from MDI form



Would this work?



PROPERTY MainformName|TABLE tablename REFRESH



Dennis McGrath

Software Developer

QMI Security Solutions

1661 Glenlake Ave

Itasca IL 60143

630-980-8461

 <mailto:[email protected]> [email protected]

-----Original Message-----

From:  <mailto:[email protected]> [email protected] [ 
<mailto:[email protected]> mailto:[email protected]] On Behalf Of Mike 
Byerley

Sent: Wednesday, July 24, 2013 3:27 PM

To: RBASE-L Mailing List

Subject: [RBASE-L] - Re: Updating data in main form from MDI form



PROPERTY RBaseOtherFormName|RBASE_FORM PropertyName 'PropertyValue'





----- Original Message ----- 

From: "Javier Valencia" < <mailto:[email protected]> 
[email protected]>

To: "RBASE-L Mailing List" < <mailto:[email protected]> [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  <mailto:[email protected]> [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  <mailto:[email protected]> [email protected]

In the message SUBJECT, put just one word: INTRO

================================================

TO UNSUBSCRIBE:

Send a plain text email to  <mailto:[email protected]> [email protected]

In the message SUBJECT, put just one word: UNSUBSCRIBE

================================================

TO SEARCH ARCHIVES:

Send a plain text email to  <mailto:[email protected]> [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.

================================================


Reply via email to