I'm new but I was able to get that program to run ok...
What error do you get ?
What differences do you see in the 'diagrams' ?
Could you post your project as a zip file (IDE menu Files/Export As Zip) so I could have a look at it.
Best regards.
Sub CheckResult
If edtResult.Text = Number1 + Number2 Then
lblComments.Text = "G O O D result" & CRLF & "Click on NEW"
btnAction.Text = "N E W"
Else
lblComments.Text = "W R O N G result" & CRLF & "Enter a new result" & CRLF & "and click OK"
End If
End Sub
Could you please also answer the above question.What differences do you see in the 'diagrams' ?
Because I saw something that wasn't thereWhy is "Then" on that line?
Sent from my DROIDX
Klaus, I apologize for not answering this part in your original request as I overlooked it and quite frankly, I wasn't sure what you were asking when you say "What's different in the diagrams?"Could you please also answer the above question.
Best regards.
That's why I was asking what is different.Also, the user guide diagrams does not match what shows up in my designer but I can get around it.
Is there a more current guide around anywhere?