
02-03-2012 06:16 AM
One of those days.....I learned the hard way last night to NOT copy a button from one QuickForm to another.....yes I know they're AREN'T OBJECTS even though this is supposed to be Object programming and Visual WYSIWYG 5th Generation coding tools.....(fond memories of 77 Working Storage variable declaration statements in COBOL)....
So I copied the button.....which DOESN'T copy the code snippet that calls the business rule.....which means AA starts barfing.....because the form is referencing .xml files that don't exist based on the GUID.
Went into File Explorer and deleted the offending form.....but didn't even try to find the offending C# .Net .xml code snippets.....
Ended up copying in the VFS from a backup copy of the database.....
Time for a cup of coffee and thanks for listening......
02-03-2012 07:49 AM