Currently browsing tag

Computer Owner

Help with simple javascript?

my business is trying to produce a simple, plain javascript page that should include Decisions, Repetition, Person defined solutions or functions, Events, Parameters, and Lists/Arrays.I cant produce any methods, i here’s less then comfortable together with javascript and so the simpler the better. I imagine that a very simple guessing …

How to prevent against this VBA issue?

The examples below is my code customers clicking a button: Individual Sub Command35_Click() Upon Error GoTo Err_Command35_Click DoCmd.SetWarnings True DoCmd.DoMenuItem acFormBar, acEditMenu, EIGHT,, acMenuVer70 DoCmd.DoMenuItem acFormBar, acEditMenu, SIX,, acMenuVer70 Exit_Command35_Click: DoCmd.RunCommand acCmdRecordsGoToPrevious Quit Sub Err_Command35_Click: MsgBox Make a mistake.Description Continue Exit_Command35_Click End Sub This is basically whenever they create an …

Option Group/ Radio Buttons/ MS Access?

We have created a choice group (just Shape 53) in addition to inside it there are actually 3 radio buttons using the names Imperfect, Passed, in addition to Failed.Determined by which mouse they press it’s going to change this text from a text box the user can’t change (except by …