U
UsenetUser
Any ideas on why this doesn't work? - I don't mean the onaction part -
The immediate problem is the ribbon does not load at all.
<?xml version="1.0" encoding="utf-8" ?>
<customUI
xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id = "Home" label = "Functions">
<group id = " grp1" label = "Patients">
<button id = "AddPatient" label ="Add Patient " onaction
="ribbonAddPatient "/>
<button id = "EditPatient" label ="Change Patient Information"
onaction ="ribbonEditPatient "/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>
The immediate problem is the ribbon does not load at all.
<?xml version="1.0" encoding="utf-8" ?>
<customUI
xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id = "Home" label = "Functions">
<group id = " grp1" label = "Patients">
<button id = "AddPatient" label ="Add Patient " onaction
="ribbonAddPatient "/>
<button id = "EditPatient" label ="Change Patient Information"
onaction ="ribbonEditPatient "/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>