Search found 27 matches: abandon

Return to advanced search

Re: Hide/show search system on a dialog

nageswaragunupudi wrote:Use
oCtrl:Hide() for all the controls you want to Hide() and use oCtrl:Show() when you want to show.


in reality I had already thought about it and had tried it without success.
probably at a certain time of night it is better to abandon and go to sleep.

:)
by Silvio.Falconi
Mon Mar 18, 2024 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1167

Re: Forcing to unlock a record

... the second buffer. If a change has been made to the record, then the program notifies user2 that the data has been changed, and does user2 want to abandon their current changes or re-read the record and make their changes to the newly revised record. If user2 wants to remake the changes, the program ...
by James Bott
Thu Dec 01, 2022 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 783

Re: Artificial Intelligence: GPT with Harbour and FWH

... is it true that you were offered a lot of money by various companies to stop developing it? Steve: I was offered several million dollars to abandon the project, but I knew it was a good idea and we would make it successful. Antonio: what about Microsoft ? what was its reaction ? Steve: The ...
by Antonio Linares
Fri Aug 14, 2020 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Artificial Intelligence: GPT with Harbour and FWH
Replies: 7
Views: 1356

Re: Insertar/Modificar registros en ACCESS

... but NOT written to the physical database. To finally save all the changes at once to the physical database, you need to call oRs:UpdateBatch() or abandon all changes by calling oRs:CancelBatch() or simply closing the recordset by calling oRs:Close() In the above example, you are closing the RecordSet ...
by nageswaragunupudi
Wed Dec 04, 2019 5:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar/Modificar registros en ACCESS
Replies: 5
Views: 869

Re: To Nages : Explain me how I must make this tdatabase

... have put up with this person's insults by private email for many weeks now. If we are now to see this type of material posted on the forum then we abandon all claims to be professionals. Might I suggest we remove ( once again ) posts that attack other programmers personally or claim their work ...
by TimStone
Thu Apr 25, 2019 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: To Nages : Explain me how I must make this tdatabase

... when the new record is saved. The disadvantage of this approach is that there can be gaps in the IDs if some users start editing a new record but abandon saving it. Even with Oracle, both the programmers and users accept the possibility of gaps in the serial numbers. Mr. James Bott said his TData ...
by nageswaragunupudi
Sun Mar 03, 2019 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: FWH 18.08: Gets with loop variable as array subscript

Thanks, so I abandon the other structure until a further version? :D Something (imaginary) like nIDGet:= 64nID    := 108FOR nIDVar := 23 TO 30    REDEFINE GET oGet GetSUBSCRIPT nIDGet VAR aPedg VarSUBSCRIPT nIDVar,2 MEMO ID IDSubstript ...
by ellano
Tue Jan 29, 2019 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2458

Re: 15.10 Browse problem

It does give an error so I decided to abandon the column. I'm looking at another approach. Also, bitmaps do not center either with JUSTIFY or by specifying it individually. They do with SetCheck but not called bitmaps as shown in this example. ...
by TimStone
Fri Jan 08, 2016 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8395

Re: Combobox Data

... the value .. since that field value was not found in the array . the combobox value is blank. If there is no other way around this, I will prob abandon the combobox and just use a field with a look up table. Rick Lipkin
by Rick Lipkin
Fri Sep 18, 2015 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox Data
Replies: 7
Views: 1711

Re: DBF to SQL converter program

... never had it fail. Oh, and I don't generate a new number until a new record is saved, not when a user starts a new record. This way the user can abandon a new record without leaving a gap in the sequence. So, it seems the simple thing to do (at least for this app) is to continue using the same ...
by James Bott
Tue Aug 25, 2015 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17962

Re: dbcombo blank

... The value oTDesc:desc1 is actually data in an array, not a direct link to the field. So you are free to change this data in an edit and then abandon the changed data without it affecting the database record. So, when you are then assigning the oTdesc:desc1 data to a memory var you are essentially ...
by James Bott
Tue Dec 09, 2014 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbcombo blank
Replies: 5
Views: 1429

Suggestion for xBrowse + TDolphin

Hi All, After many tries to edit/insert records inside the browse using tdolphin, I had to abandon (for a while) my try to migrate my app to use MySQL. The fact is that it's not possible to add a record into a query inside xbrowse and I would like to take this suggestion ...
by Kleyber
Wed Jan 29, 2014 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggestion for xBrowse + TDolphin
Replies: 2
Views: 626

Re: Metro style

... devices. We have a fantastic product for "forms" applications, and that is what most of us create and maintain. Even Microsoft didn't abandon that. Office 2013, their major productivity package, is run in Desktop mode ! You can study it for free. The one thing we could try to do is ...
by TimStone
Thu Sep 27, 2012 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro style
Replies: 83
Views: 18553

Re: Multiple Declaration of 'WORD' in FWH1005+BCC5.82 (resolved)

... our own one. Now I reprogrammed some of my sourcecode to become fully compatible to the standard printdc.c and with these modifications I could abandon the old printdc and I don't get any errors anymore. So everything is fine 8)
by gkuhnert
Tue Jun 15, 2010 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Declaration of 'WORD' in FWH1005+BCC5.82 (resolved)
Replies: 8
Views: 1536

Re: wifi

... " + str(hInternet) +" hConnect " + str( hConnect)) IF hConnect = 0 MSGINFO("ERREUR Création CONNEXION FTP envoi sortant ... Abandon transmission ") RETURN .F. ENDIF //? FTPGETFILE( hConnect, "Your remote file", "Your local file", 0, FILE_ATTRIBUTE_ARCHIVE, ...
by Otto
Tue May 19, 2009 11:59 am
 
Forum: FiveWin for Pocket PC
Topic: wifi
Replies: 9
Views: 3220
Next

Return to advanced search