Search found 100 matches: clarification

Return to advanced search

Re: clarification respect a recordset

nageswaragunupudi wrote:We will test and come back to you on this.


Hi Mr. Rao,


Also can a procedure be run if the record is not locked?

Code: Select all  Expand view
EditBaseRecord( [cFieldList], [lNew], [bEdit], [oBrw], [lLock], [bNotLock] )


Thanks.
by Horizon
Fri Sep 27, 2019 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3366

Re: clarification respect a recordset

We will test and come back to you on this.
by nageswaragunupudi
Wed Sep 25, 2019 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3366

Re: clarification respect a recordset

Whatsnew.txt : FWH1806 ----------------------------- - Enhancement to method EditBaseRecord(...) Added optional new 5th param, lLock (default .f.) Revised syntax: EditBaseRecord( [cFieldList], [lNew], [bEdit], [oBrw], [lLock] ) If lLock is set to true, the row is locked for edit and lock is release...
by Horizon
Wed Sep 25, 2019 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3366

Re: clarification respect a recordset

Whatsnew.txt : FWH1806 ----------------------------- - Enhancement to method EditBaseRecord(...) Added optional new 5th param, lLock (default .f.) Revised syntax: EditBaseRecord( [cFieldList], [lNew], [bEdit], [oBrw], [lLock] ) If lLock is set to true, the row is locked for edit and lock is released...
by nageswaragunupudi
Tue Sep 03, 2019 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3366

Re: clarification respect a recordset

Hi Mr. Rao, Using mariadb I want to use pessimistic mode. I want to limit other users when one user read a record. Is it possible? (When one user read one record, record should be locked. at the same time other users can only read the record. not update) if possible can you please give an example u...
by Horizon
Mon Sep 02, 2019 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3366

Re: clarification respect a recordset

Thank for repky master rao!
your response always clear and precise
by artu01
Sat Aug 31, 2019 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3366

Re: clarification respect a recordset

As Rao mentions .. many of the methods he has created handy wrappers .. to dig a bit deeper .. have a look and this fivewin wiki

https://wiki.fivetechsoft.com/doku.php? ... ted_stuffs

Rick Lipkin
by Rick Lipkin
Sat Aug 31, 2019 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3366

Re: clarification respect a recordset

Hi Mr. Rao, Using mariadb I want to use pessimistic mode. I want to limit other users when one user read a record. Is it possible? (When one user read one record, record should be locked. at the same time other users can only read the record. not update) if possible can you please give an example us...
by Horizon
Sat Aug 31, 2019 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3366

Re: clarification respect a recordset

It is true that ADO reads the data from the server and holds it in the client's memory. We normally open recordsets using adLockOptimistic . All calls to the methods Update(), Delete() and AddNew( aCols, aVals ) make the changes to the underlying database immediately and are visible to other users o...
by nageswaragunupudi
Sat Aug 31, 2019 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3366

clarification respect a recordset

Guys: I am migrating my progs from dbf to sql for this I use exclusively ado but I have a doubt about how a recordset works The oBrw: delete, oRs: delete and delete from table are instructions that do the same delete records and a Recordset (oRs) is a copy of the table that is brought from the serve...
by artu01
Sat Aug 31, 2019 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3366

Re: MariaDB doubt about field

...  XBROWSER oCn:customer FASTEDIT   oCn:Close()return nil  You may just ignore the methods suggested in this post. Thank you for clarification Mr. Rao.
by Horizon
Mon Mar 11, 2019 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB doubt about field
Replies: 13
Views: 1908

Re: Your EXE into a Web app

... felt the same way. Then only I posted. But later Mr. Enrico and Mr. Carles himself clarified the intention. We have to accept Mr. Carles' clarification. Mr. Antonio's statement finally closed the matter. We need to leave this issue once and for all. Maybe it was my fault not to know that ...
by nageswaragunupudi
Tue Oct 16, 2018 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9148

Re: xBrowse error on ADS

Thanks.
I will check with 17.06 sources.
One more clarification please. Do you face this problem with all ADS tables and not with DBFCDX tables? Or only occasionally?
by nageswaragunupudi
Fri Aug 31, 2018 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2781

Re: Error GRAVE en xbrowse 18.05

... please check the changes in xbrowse and see the compatibility of your inherited class with the parent class. You may feel free to ask us for any clarification or explanation.
by nageswaragunupudi
Sun Jul 15, 2018 11:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error GRAVE en xbrowse 18.05
Replies: 3
Views: 901

Re: lSeekBar ONLY IN SOME COLUMNS xBROWSE

Mr RAO, thank you for your explanation and clarification, the detail is that if I use oBrw: lSeekBar: = .t. only, this shows me below the head of the columns the box to write what I look for and I can see what I write in the SAY, but if I use ...
by joseluisysturiz
Thu Jul 05, 2018 3:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lSeekBar ONLY IN SOME COLUMNS xBROWSE
Replies: 4
Views: 1364
PreviousNext

Return to advanced search