- Sep 29, 2000
- 70,150
- 5
- 0
Anyone can read a flowchart easily but I haven't made one in literally years. I have a very simple window on an application that I'm trying to map to a flowchart. Here are the things that a person can do on this form:
- double click an account number on a list box: OPENS NEW WINDOW
- enter an account number into a text box
- click the OK button: OPENS NEW WINDOW IF AND ONLY IF ACCOUNT NUMBER IS IN TEXT BOX
- click close: CLOSES WINDOW
- click help: OPENS NEW WINDOW
So basically there are 4 actions and one of them (ok button) requires the condition of account number in text box.
Now I was basically planning on using some process entities, some decision entities, and a terminator one (for closing the window).
The problem is how do I basically map this out? I realize that visually this would be easier to explain but do I have an intial process which would be called "DO SOMETHIng" and then through a series of a crapload of yes/no decisions it identifies what the user is doing, such as:
Button clicked? If yes -> OK button clicked -> If yes -> Close button clicked? -> if yes
As you can see that would be full of diamonds (decisions) all over the damn place.
I suck help!!
- double click an account number on a list box: OPENS NEW WINDOW
- enter an account number into a text box
- click the OK button: OPENS NEW WINDOW IF AND ONLY IF ACCOUNT NUMBER IS IN TEXT BOX
- click close: CLOSES WINDOW
- click help: OPENS NEW WINDOW
So basically there are 4 actions and one of them (ok button) requires the condition of account number in text box.
Now I was basically planning on using some process entities, some decision entities, and a terminator one (for closing the window).
The problem is how do I basically map this out? I realize that visually this would be easier to explain but do I have an intial process which would be called "DO SOMETHIng" and then through a series of a crapload of yes/no decisions it identifies what the user is doing, such as:
Button clicked? If yes -> OK button clicked -> If yes -> Close button clicked? -> if yes
As you can see that would be full of diamonds (decisions) all over the damn place.
I suck help!!
