0
Need Script for transfer Dates
Hi Fred again with problems, I feel like I'm. going backwards.
On the Documents I have Two Buttons ADD Documents One by One and the other ADD ALL Documents and Works excelent.
Now I need to Copy from 'Control Deliverables' to 'News Forecast Dates' all dates Real 1 to 5 and all dates Plan 1 to 5 on OldPlan 1 to 5
On 'Control Deliverables' I have a Button name Forecast Days Re-Planning with the script.
Can you help me.
5 replies
-
There are any way to do this
-
I did a test and found this works:
newR.( 'Control Deliverables_>' := me; Name_Document := me.'Name Document'; 'Forecast 1' := me.'Real 1'; 'Real 1' := me.'Real 1' )
You don't need to create all those variables since you have the 'me' variable already.
Give this a try and if works for you then just expand it.
Content aside
- Status Answered
- 7 mths agoLast active
- 5Replies
- 72Views
-
2
Following