Page 1 of 1

Runtime Control File - Flex

Posted: Mon Mar 20, 2006 12:12 pm
by rickmds
Support__I have a version 11 runtime application that uses the control table rrwrunin.dbf. The master table SMCmmdd.Dbf (mm = month dd = day i.e., SMC0319.dbf) will be changed in the control file by passing the this table to the field ri_master. The master table is related to table VAL0319.dbf using the R&R Flex Link. What field do I use in the RRWRUNIN tabel to pass of the VAL0319.DBF table? For example, tomorrow I need to pass off the SMC0320.DBF table to the ri_master field but I am uncertain where to pass off the associated tabe VAL0320.DBF. Hope this makes sense.__Rick

=> RE: Runtime Control File - Flex

Posted: Tue Mar 21, 2006 11:28 am
by kfleming
You use an RI_ALIASn field along with the saved alias name.____So if your current relation uses the alias VAL0319 to line to the table VAL0319.DBF__your control file entry could use the field RI_ALIAS1 and the entry:__VAL0319=VAL0320.DBF____to override the saved relation.____Kathleen__R&R Support

=> RE: Runtime Control File - Flex

Posted: Sat Mar 25, 2006 2:57 pm
by rickmds
Kathleen__Thank you that did the trick.__Rick