show message reshow window after update [message #634933] |
Wed, 18 March 2015 03:09 |
|
hahaie
Messages: 194 Registered: May 2014
|
Senior Member |
|
|
hi all,
i have a window(include a canvas and a block database)for show information of a person.
this window shown by another window.
user can update information in this window.
i used a procedure in database for update and used finally in procedute this code:
/*codes for update ....*/
commit;
this procedure called by button(in when-button-press).
update performed but when i close and reshow window,first show message(in attachment.)
why?
-
Attachment: 2.JPG
(Size: 10.50KB, Downloaded 957 times)
[Updated on: Wed, 18 March 2015 03:10] Report message to a moderator
|
|
|
|
|
|
|
|
Re: show message reshow window after update [message #634965 is a reply to message #634957] |
Wed, 18 March 2015 07:52 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
hahaie
message #634936: i love that user used button for Insert,update,delete operation.
message #634957: i usually used a block for all operations(show,insert,delete,update data)
So, which one of these is true? The first one suggest that you write your own code for these operations. The second one is just the opposite.
|
|
|