Compare commits
	
		
			6 Commits
		
	
	
		
			B2021-092
			...
			F2025-030_
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f3c8c860f5 | |||
| f7b27142c4 | |||
| 4fc37c54c5 | |||
| 849e1e57dd | |||
| c768ca5eba | |||
| 327aae687a | 
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -4190,15 +4190,19 @@ namespace Volian.Controls.Library | ||||
| 			if (oring == eEventSource.Keyboard) | ||||
| 				_OringFlg = 1; | ||||
|  | ||||
| 			int selectedSlave = MyItemInfo.MyProcedure.ProcedureConfig.SelectedSlave; | ||||
| 			if (MyItemInfo == null) return;   // if creating a pdf before rtb exists, return; | ||||
| 			if (MyEditItem != null) MyEditItem.SaveCurrentAndContents(); | ||||
| 			MyItemInfo.MyProcedure.ProcedureConfig.SelectedSlave = selectedSlave; | ||||
| 			OnPrintRequest(new StepTabRibbonEventArgs(MyItemInfo.MyProcedure, _OringFlg), 0); | ||||
| 		} | ||||
|  | ||||
| 		private void btnPdfQuickCreate_Click(object sender, EventArgs e) | ||||
| 		{ | ||||
| 			int selectedSlave = MyItemInfo.MyProcedure.ProcedureConfig.SelectedSlave; | ||||
| 			if (MyItemInfo == null) return;   // if creating a pdf before rtb exists, return; | ||||
| 			if (MyEditItem != null) MyEditItem.SaveCurrentAndContents(); | ||||
| 			MyItemInfo.MyProcedure.ProcedureConfig.SelectedSlave = selectedSlave; | ||||
| 			OnPrintRequest(new StepTabRibbonEventArgs(MyItemInfo.MyProcedure, _OringFlg), 1); | ||||
| 		} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user