Questions tagged [dirty-data]

60 questions
0
votes
1 answer

Validate if any changes were made in TabPage

So I'm wondering if someone can give me a good idea how to do something. I have a tabControl in my application - I load up a page - TabPage1 - with about 25-30 fields. On loading all the data - i run a loop to save each control value to .tag. I…
BobSki
  • 1,531
  • 2
  • 25
  • 61
0
votes
0 answers

AngularJS: Non-destructive, non-blocking form submission

problem Assume I have a form with multiple inputs that bind to various properties of a view's data object. As I tab out ('blur') I want to persist that value to a save service and move on to the next field to edit. This save service returns the…
jusopi
  • 6,791
  • 2
  • 33
  • 44
0
votes
2 answers

Java - Framework to detect if Object has changed / dirty detection mechanism

Dear all I am currently implementing a java client which is using quite heavily third party webservices. In order to gain performance I just like to call webservices only in case the objects on my client side has been modified (become…
megloff
  • 1,400
  • 4
  • 27
  • 44
0
votes
1 answer

How to make angular dropdown control (not select) in angular form?

I want to use a dropdown button instead of a select-options in a form. I'm using angular, and the problem is: 1. The dropdown should display the name of the selection but the form should submit its Id instead 2. Changes to the dropdown don't make…
Sagi Mann
  • 2,967
  • 6
  • 39
  • 72
0
votes
0 answers

cleaning dirty memory from linux processes

I'm running apache on my linux server and I notice many instances are taking over 100 MB memory a piece. I then ran process map and found out from one that 2/3 of the memory used by the process is dirty memory. This is what the start of the result…
Mike -- No longer here
  • 2,064
  • 1
  • 15
  • 37
0
votes
2 answers

Does ODBC access to external tables potentially result in corruption of data or locks?

I need to get data out of SQL Server2005 tables, and into another system. My vendors says: "We don´t recommend that you go directly in the SQL and collect data, because it can result in corruption of data or you can lock tables while…
MOLAP
  • 784
  • 4
  • 13
  • 28
0
votes
1 answer

Get MPxLocator to draw when attribute changes

I have a Maya/cpp code with an MPxLocator. This locator has an attribute called "Frame", and whenever the frame changes, I have a function that updates that attribute: MFnDagNode…
Laurent Crivello
  • 3,809
  • 6
  • 45
  • 89
0
votes
1 answer

Eclipse DatabindingContext valuechange Listener => dirty

i have a dialog to show some values. Now I need to know if the user has changed something. All fields are wrapped in an eclipse DatabindingContext. ... bindingContext.bindValue(process_observable_milage, process_bean_mileage, new…
Pascal
  • 2,059
  • 3
  • 31
  • 52
0
votes
1 answer

Scout Eclipse check for dirty fields

When you try to close Swing application and you change same value in field, application ask you if you want to save changes. My first question is why RAP application doesn't ask same question ? Second and more important question is how to force…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Detecting modified pages in SQL Server tables

Is there a way to check if an SQL Server table (or even better, a page in that table) was modified since a certain moment? E.g. SQL differential backup uses dirty flags to know which parts of data were changed since last backup, and resets these…
Lou
  • 4,244
  • 3
  • 33
  • 72
0
votes
2 answers

How can I find what triggered a dirtyforms popup?

I have a form that normally works with respect to dirtyforms. However, there is one circumstance where a jquery-ui datapicker calendar will pop up the "are your sure" dialog when a date is clicked. I emphasize that this normally works correctly. The…
0
votes
1 answer

angularjs - streamline form (automatic) submission based on dirty scope

Problem space I have a problem where I'm submitting a form based on criteria being fulfilled, rather than having a form submission button. Let's say I have 3 drop downs, the first two are grouped but one needs to be selected, meaning I can select…
sksallaj
  • 3,872
  • 3
  • 37
  • 58
-1
votes
3 answers

How to clean dirty text using java

I am working on collecting data from twitter and making processing on it, but i have the problem that: text is dirty, example : String dirtyText="this*is#a*&very_dirty&String"; example : String dirtyText="All f dis happnd bcause u gave ur time,…
-2
votes
1 answer

c++ when reading from a file i continualy get dirty memory in my array and in my file

we were supposed to create a program that can memorize drugs data for a farmacy we were supposd to make 3 function 1 for searching using the code 2 to show the understock in alphabetical description order and 3 to save and load the memorized data…
-2
votes
1 answer

How to get back to previous state of a model making it dirty using cancel button

I have this plunkr here, which displays an editable table. Following is the HTML code for table: …
skip
  • 12,193
  • 32
  • 113
  • 153
1 2 3
4
Name Is enabled? Points