Hi All,
I'm setting up Microsoft WDS and would like to include Progression and Flex as apps in the sequence. Has anyone figured out how to do this? We are on 7.7.400 and are planning a move to 7.7.700.
Thanks,
John
I am about to add a db look-up to a third trigger and was curious as to whether or not I could leave a connection open until either the CloseForm or Save triggers or am I inviting problems doing that? I current open, close and destroy the connection once per subroutine.
We are running...
We use deferred reports to run the mrp merge and regen twice daily and it's pretty much just as you described. The processes may run fine for a couple days or a couple weeks before problems start. You might miss schedules for no reason and if the server reboots (ms update) while the "report"...
Try reinstalling the Microsoft SQL components and then run the following from CMD:
1. netsh int ip reset log
2. netsh winsock reset
Reboot the workstation and see if the issue persists.
John
Don,
Thanks for your help. I got it working well enough to pass mgmt review. Here is the code I used:
Sub CSR_GotFocus()
Dim macUID As String
macUID = macForm.UserName
If macForm.mode = Add Then
CSR.Text = macUID
If CustNo.Text = "" Then CustNo.SetFocus Else BILLNAME.SetFocus
Else...
Good point. This is my first flex project and I'm trying to get a handle on what all is possible. Management wants the information to be exposed on the form but not editable for "psychological reasons" (quoted from the owner). If you were asked to code this which trigger would you use and how...
Re-read the initial post.
"... and was going to display the info with a variable label ... The problem (is) I can only select 'Add Push Button' (others are greyed out)" "3. what would prevent me from adding an object that isn't a push button?"
I never planned on using the push button for this...
Dgillz,
Thanks for the reply. I was going to use a label to display the info and store it in user_def_fld_5 so that it couldn't be changed. I need to add the order originator to the ack and picking forms, since the audit table info isn't available to the forms it is useless in this context. I...
we need to record the username of the clerk when an order is entered in OE0101 and display the info but protect it from change. I have Flexibility and was going to display the info with a variable label and store it in user_def_field_5. The problem it I can only select "Add Push Button" (others...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.