Search found 63 matches: maintained

Return to advanced search

file ID in the Windows file system

... unique identifier within the file system. These operations are primarily managed by the file system to ensure each file's unique identity is maintained according to its rules and behaviors. **User: And if I move to another folder?** When you move a file to another folder, the behavior in ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: Transaction security with DBF

... them, you can pack the table with PACK. Rows that were just edited are returned to their saved values. All locks made during a transaction are maintained until the transaction is completed. This ensures that no one else can make any changes until the transaction is committed or abandoned. For ...
by Otto
Fri Sep 09, 2022 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 726

Re: Harbour warnings

... all my fivewin code isolated from my pure harbour code, so it actually isn't a huge problem for me, but then again I did it years ago and have maintained that practice. My practice is to fix anything/everything that I can fix for warnings thrown when using -W3, including using HB_SYMBOL_UNUSED() ...
by Enrico Maria Giordano
Fri Jun 24, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336

Re: Harbour warnings

... all my fivewin code isolated from my pure harbour code, so it actually isn't a huge problem for me, but then again I did it years ago and have maintained that practice. My practice is to fix anything/everything that I can fix for warnings thrown when using -W3, including using HB_SYMBOL_UNUSED() ...
by rhlawek
Fri Jun 24, 2022 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336

Re: Beacon table

Hi, Yes, I have also had a function for years to make an html table from a data source (array), but for me it is essential that privacy is maintained. That is the reason for using AJAX and that when you see "Source code" on a web page, you do not see the data contained in the table ...
by Carles
Mon Jul 19, 2021 5:24 pm
 
Forum: mod_harbour
Topic: Beacon table
Replies: 8
Views: 957

Re: Beacon table

Dear Otto Yes, I have also had a function for years to make an html table from a data source (array), but for me it is essential that privacy is maintained. That is the reason for using AJAX and that when you see "Source code" on a web page, you do not see the data contained in the table. ...
by cnavarro
Wed Jul 14, 2021 2:54 pm
 
Forum: mod_harbour
Topic: Beacon table
Replies: 8
Views: 957

DBU

... editor to change tables. If there are new field types in the DBF, then another editor is required. Also, none of my dBase editors are still being maintained. Maybe we could come to an agreement on an open source DBU here. What do you all mean? Best regards, Otto
by Otto
Wed Jun 16, 2021 8:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBU
Replies: 21
Views: 2243

DBU

... editor to change tables. If there are new field types in the DBF, then another editor is required. Also, none of my dBase editors are still being maintained. Maybe we could come to an agreement on an open source DBU here. What do you all mean? Best regards, Otto
by Otto
Wed Jun 16, 2021 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBU
Replies: 16
Views: 2324

error to find DBF file

We have a service maintained by you where we upload a project using mo_harbour. Whose link is: http://54.37.60.42/jbiloja/index.prg But at the address: http://54.37.60.42/jbiloja/index.prg?ca-2 You should bring the contents of a DBF ...
by tiagojbi
Mon May 04, 2020 3:07 pm
 
Forum: mod_harbour
Topic: error to find DBF file
Replies: 2
Views: 371

Re: how to exchange data between online and offline

... on the local machine / data, but when the connection resumes, the data is automatically synchronized. In this scenario, the actual forms, etc, are maintained on the local machine ( app ), but the data is maintained in the cloud. IMO, when we can accomplish this, we truly add deep value to our offerings.
by TimStone
Fri Jan 24, 2020 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to exchange data between online and offline
Replies: 6
Views: 847

class xbrowse: suggestion for improvement

... best solution and suggest that they implement it future versions of fwh. Here is the suggested change that will cause a pre-existing filter to be maintained even if another filter is configured:          // new code         if Empty( cExpr )            cFilter     := if(!empty(dbfilter()) ...
by tiaofw
Sat Jun 01, 2019 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: class xbrowse: suggestion for improvement
Replies: 6
Views: 784

Re: Error from ADO

... EditBaseRecord and this record is locked by another user, is there any error message. If yes, is it possible to set user defined function that is maintained by programmer? If one user locks the record, other users get an error message (mysql error no:1205) that the record cannot be locked, if ...
by nageswaragunupudi
Fri Nov 16, 2018 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error from ADO
Replies: 14
Views: 3503

Re: Error from ADO

... EditBaseRecord and this record is locked by another user, is there any error message. If yes, is it possible to set user defined function that is maintained by programmer? Secondly, Sometimes I need to modify some fields programaticaly. How can I ensure this record is not locked. Thanks,
by Horizon
Wed Nov 14, 2018 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error from ADO
Replies: 14
Views: 3503

Re: oCn:ImportFromDBF function autoincrement id feature problem

Most of my tables has a autoincrement field that is maintained for my application. I did not know there was a "+" field type in DBFCDX. So for example my autoincrement field type is "N" and name is "PLK_ID". These field ...
by nageswaragunupudi
Sun Aug 26, 2018 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:ImportFromDBF function autoincrement id feature (Solved)
Replies: 5
Views: 842

oCn:ImportFromDBF function autoincrement id feature (Solved)

Hi, I try to migrate my own tables to MariaDB. I used to DBFCDX. Most of my tables has a autoincrement field that is maintained for my application. I did not know there was a "+" field type in DBFCDX. So for example my autoincrement field type is "N" and name ...
by Horizon
Sun Aug 26, 2018 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:ImportFromDBF function autoincrement id feature (Solved)
Replies: 5
Views: 842
Next

Return to advanced search