473,386 Members | 1,602 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

avoid "no changes to save" error in module

20
i want from you to make a button in form using scott.emp insert value in another
table for example mytable without showing any message error,
no person can make this
Mar 15 '07 #1
6 3601
debasisdas
8,127 Expert 4TB
dear amr

u question is not at all clear

if u really want some reply, post your question in a correct format so that others can also understand.
please avoid the type of heading u have used for your question.
Mar 20 '07 #2
vijaydiwakar
579 512MB
i want from you to make a button in form using scott.emp insert value in another
table for example mytable without showing any message error,
no person can make this
Dear I think ur Q language is more difficult to understand than the actual problem itself
make it easy to understand other
bbye and take care
Mar 21 '07 #3
amr
20
i made data block in one module ,this data block is connected to emp table
and i made button in this module ,and i create table its name is temp
and i write when_button_pressed

delete temp;
insert into temp(t1)
values('a');
commit;

when i run the module and press this button the error message appeare to me
no changes to save,i want to avoid this,plz help me,
and i am so sorry i am not english man
Mar 24 '07 #4
i made data block in one module ,this data block is connected to emp table
and i made button in this module ,and i create table its name is temp
and i write when_button_pressed

delete temp;
insert into temp(t1)
values('a');
commit;

when i run the module and press this button the error message appeare to me
no changes to save,i want to avoid this,plz help me,
and i am so sorry i am not english man



u write in sql editor
when_button_pressed

delete temp;
insert into temp(t1)
values('a');
commit_form;

let see it should run
Apr 11 '07 #5
masdi2t
37
i made data block in one module ,this data block is connected to emp table
and i made button in this module ,and i create table its name is temp
and i write when_button_pressed

delete temp;
insert into temp(t1)
values('a');
commit;

when i run the module and press this button the error message appeare to me
no changes to save,i want to avoid this,plz help me,
and i am so sorry i am not english man
can you show us thus error message. and could you tell us more clearly about what tool you working with
Apr 13 '07 #6
UshaS
1
Change your code as mentioned below. It will prohibit displaying of message "No changes to save" on the screen.

delete temp;
insert into temp(t1)
values('a');
:SYSTEM.MESSAGE_LEVEL := '5';
commit;
:SYSTEM.MESSAGE_LEVEL := '0';

i made data block in one module ,this data block is connected to emp table
and i made button in this module ,and i create table its name is temp
and i write when_button_pressed

delete temp;
insert into temp(t1)
values('a');
commit;

when i run the module and press this button the error message appeare to me
no changes to save,i want to avoid this,plz help me,
and i am so sorry i am not english man
May 15 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: x-herbert | last post by:
Hi, I have a small test to "compile" al litle script as a WMI-Tester. The script include a wmi-wrapper and "insert" the Win32-modeles. here the code: my "WMI-Tester.py" ----- import wmi
2
by: Sebastian Stelzer | last post by:
Hi, I'am a beginner in Python and I have got a problem with the TKInter module. When I want to start e.g. pysol, I get following output: Traceback (most recent call last): File...
134
by: James A. Donald | last post by:
I am contemplating getting into Python, which is used by engineers I admire - google and Bram Cohen, but was horrified to read "no variable or argument declarations are necessary." Surely that...
0
by: Ably+ | last post by:
Hi, I have use following code in order to avoid system changes by user: void OnTimeChanged(object sender, EventArgs e) { // Time has changed string message =...
0
by: Mike | last post by:
Hi. I have Python 2.4 installed on my local machine in c:\Python24. I have also downloaded the python for windows extensions installer pywin32-208.win32-py2.4.exe and installed this to...
21
by: comp.lang.tcl | last post by:
set php {<? print_r("Hello World"); ?>} puts $php; # PRINTS OUT <? print_r("Hello World"); ?> puts When I try this within TCL I get the following error:
0
by: Robert Dailey | last post by:
I created a basic python file and made an attempt to execute it from the command line, however it gives me a weird error after the python file has been executed: Traceback (most recent call...
1
by: Prof Rodney Coates | last post by:
Although I have been using Macs for a quarter of a century and was doing scientific programming in the '60's I am VERY new to Python on the Mac. I have been writing some very simple applications and...
2
by: emallove | last post by:
I'm running into the below "No modules named _sha256" issue, with a python installed in a non-standard location. $ python Python 2.5.2 (r252:60911, May 20 2008, 09:46:50) on linux2 Type...
4
by: Daniel | last post by:
Hello, I'm trying to build a very simple IPC system. What I have done is create Data Transfer Objects (DTO) for each item I'd like to send across the wire. I am serializing these using...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.