-
Hi , I would be interested if its work from home kind of thing . i m in india , with 8+ yr exp in mentioned technologies. thanks govind
-
Hi Rocky , i think i had solved the problem and had implemented the form level save button . smotthing it more i need to call the child item validation rules be fired before a chld gets added to collection . also on saving any contact it should at least contain one address summing up the whole here is what the case was and how its being handled. 1.
-
Hello rocky , Ok i do saved the object in the session and had implemented the same . when the user is in entry mode the object is new hence its saved completely. and on add(assign) button the child gridview is again databinded so the changes are on screen with the postback . but now coming in the update mode . the user do manipulations with the invoicelineitems
-
Hello Son of pirate , read your issue . i am also dealing with such kind of scenario .where i do have a readonlylist form of invoices . the user clicks addnew button and a new form is being avaialable to add new invoice .unlike the project tracker , the identity column is being maintained by the database itself not front end. the add new invoice form
-
hi rocky, yes i found that code working in PTWin , now for achiving the same functionality in PTWeb app i am not able to find the events such as on save // stop the flow of events this.projectBindingSource.RaiseListChangedEvents = false; this.resourcesBindingSource.RaiseListChangedEvents = false; // commit edits in memory this.resourcesBindingSource
-
Hi Rocky, I dint get it exactly , mean when the line items add button will raise event it will call the editablechildlist object for line itmes add method and that will add them up into the line item collection , but that should happen on in memory instead going to do the insert in lineitems table and then again refetching them . this is being done
-
Hi Rocky, Currently i am working with an object say Invoice(editable root) and invoice line items (editable child objects) . what i am trying to achive is . no database trasanction should be there until and unless the user finally push the saves button and the whole object should be saved on in 1 fly by a single querry . to be more elaborative what
-
Rocky, i am working up with a scenario . suppose my users comes up with an insert mode in detail view and then successfully inserts the object . now he wants to do more insertions like , go on inserting .till he wishes. not getting over it . thanks govind
-
Rocky, I do honor your reply . but again just to simplify my requirement it is like . i do had created one nvl for each list . now , i do not want them all to be called on by different names mean say nvl for Country , City,FreightTerm ,PaymentTerm etc .... i just simply want to call FilllCombos.GetList("Paymentterm") and in its under the hood it do
-
Rocky , Problem is not with using a type based data provider or something like that .,but what the actual prob is that the private variable holding the name value collection is static i.e static _list so if following that approach then no matter you choosse the dataprovider based factory or something the list will fill only once and on subsequent calls