Time Phase Inquiry suggestions and transfer order suggestions ch

Ok, let’s see if this works.  I tried to respond a couple days ago, but had problems with the site.  So, we’ll try it again.

 

We’re on 803 and this custom code mod works fine for us.  Not sure of any  difference in 9.05 or higher than what we are on. It could be totally different from 803.  Either way, it might give you an idea if you don’t come across anything else. It was pretty easy for me and when something easy works, I just go with it. I’ve used similar code on other forms too. Your mileage may vary.

 

 

Private Sub oTrans_partPlantAdapter_AfterAdapterMethod(ByVal sender As object, ByVal args As AfterAdapterMethodArgs) Handles oTrans_partPlantAdapter.AfterAdapterMethod

                              '// ** Argument Properties and Uses **

                              '// args.MethodName

                              '

                              'Add Event Handler Code

                              '                            

              

                              Select Case args.MethodName

              

                              Case "Update"

              

                              Case Else

                               '*********  substitute the x's below with the epiGIUD of the checkboxes  *************

                                             Dim CB01 As EpiCheckBox = CType(csm.getNativeControlReference("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ), EpiCheckBox)

                                              CB01.checked = false

                                             Dim CB02 As EpiCheckBox = CType(csm.getNativeControlReference("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ), EpiCheckBox)

                                             CB02.checked = false                 '

                              End Select

              

                              End Sub

 

Kurt

 

Does anyone know how to change the 2 suggestion checkboxes in Time Phase Inquiry to being unchecked by default when you enter a part number? We are running on version 9.05.702a.

Thank you!

Lori Gustafson
IR Manager
Precision, Inc.
If you have access to EpicWeb answerbooks you could try looking at AnswerBook #:   5196ESC.
This gives a pretty good example for setting checkbox defaults on the Sales Order.

Bump.

 

I’d also like to know how to change defaults to checkboxes.

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Lori Gustafson
Sent: Monday, April 28, 2014 2:49 PM
To: Vantage Group
Subject: [Vantage] Time Phase Inquiry suggestions and transfer order suggestions checkboxes

 

 

Does anyone know how to change the 2 suggestion checkboxes in Time Phase Inquiry to being unchecked by default when you enter a part number? We are running on version 9.05.702a.

 

Thank you!

 

Lori Gustafson

IR Manager

Precision, Inc.

Me too – I have tried saving layouts which work with a lot of the forms but, have had no luck with Time Phase.

 

 

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Ree Pruehs
Sent: Wednesday, April 30, 2014 10:49 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Time Phase Inquiry suggestions and transfer order suggestions checkboxes

 

 

Bump.

 

I’d also like to know how to change defaults to checkboxes.

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Lori Gustafson
Sent: Monday, April 28, 2014 2:49 PM
To: Vantage Group
Subject: [Vantage] Time Phase Inquiry suggestions and transfer order suggestions checkboxes

 

 

Does anyone know how to change the 2 suggestion checkboxes in Time Phase Inquiry to being unchecked by default when you enter a part number? We are running on version 9.05.702a.

 

Thank you!

 

Lori Gustafson

IR Manager

Precision, Inc.

you have to do it through a customization.

This is how we do it for the job scheduling window….

 

You would just have to change the name of the fields in red to the correct ones in the time phase module.

 

 

                Private Sub ScheduleForm_Load(ByVal sender As Object, ByVal args As EventArgs)

                                ' Add Event Handler Code

 

                                Dim edv As EpiDataView = CType(oTrans.EpiDataViews("ScheduleEngine"), EpiDataView)

                                edv.dataView(edv.Row)("OverrideMtlCon") = true

 

 

                End Sub

 

 

 

Marco Vissuet

Systems Engineer

Pacific Contours Corporation

Cell (619)507-2311

Anaheim Office (714) 693-1260

San Diego Office (619)670-3900

Fax (714) 693-1252

mvissuet@...

http://www.pacificcontours.com/

 

"The information contained herein may be subject to the International Traffic in Arms Regulations (ITAR) Warning: - This document contains data whose export is restricted by the Arms Export Control Act (Title 22, U.S.C., Sec 2751, et seq.) as amended, or the Export Administration Act (Title 50, U.S.C., App 2401 et seq.) as amended. Violations of these export laws are subject to severe criminal and civil penalties.  Disseminate in accordance with provisions of DoD Directive 5230.25.

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Cathy
Sent: Wednesday, April 30, 2014 11:19 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Time Phase Inquiry suggestions and transfer order suggestions checkboxes

 

 

Me too – I have tried saving layouts which work with a lot of the forms but, have had no luck with Time Phase.

 

 

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Ree Pruehs
Sent: Wednesday, April 30, 2014 10:49 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Time Phase Inquiry suggestions and transfer order suggestions checkboxes

 

 

Bump.

 

I’d also like to know how to change defaults to checkboxes.

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Lori Gustafson
Sent: Monday, April 28, 2014 2:49 PM
To: Vantage Group
Subject: [Vantage] Time Phase Inquiry suggestions and transfer order suggestions checkboxes

 

 

Does anyone know how to change the 2 suggestion checkboxes in Time Phase Inquiry to being unchecked by default when you enter a part number? We are running on version 9.05.702a.

 

Thank you!

 

Lori Gustafson

IR Manager

Precision, Inc.