Hi everybody,
 
I have this:
[code]
 Dim selMeldingstatus As Integer = DEFMeldingStatus
			Select Case FormActie
				Case FormActieType.jobCancelled
					Dim KopRedenAnn As String = vbCrLf & vbCrLf & "Reden annulering:" & vbCrLf & "----------------------------------------" & vbCrLf
					.SetVal("MeldingMemoIntern", txtInternal.Text & "" & KopRedenAnn & "" & txtDeleteReason.Value)
					selMeldingstatus = DEFMeldingStatus_Geannuleerd
 [/code] 
 
There is a button annuleren, and if you press on that button there is comming a popup where you can type in something and then after you press ok, in a other screen you have to see the text what you have entered in the popup. But I dont see the message what you have entered in the popup. But If I look in the database I see the message entered in the popup.
 
So how do you make a refresh?
 
Thank you