Search found 61 matches: deletion

Return to advanced search

Cannot create dialog box...

... | WS_VISIBLE | WS_BORDER | WS_GROUP, 16, 25, 168, 14 CTEXT "Data File", 2050, 17, 12, 164, 8 CONTROL "Remove Records Marked for Deletion", 102, "BorCheck", 3 | WS_CHILD | WS_VISIBLE, 35, 62, 135, 10 CONTROL "Go", 1, "BorBtn", 0 | WS_CHILD | ...
by DonDrew
Fri Aug 20, 2010 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create dialog box...
Replies: 6
Views: 2726

Re: Choosing SQL database ...

... with DBFs this isn't possible . So I decided to choose SQL engine DBMS , as here I can insert blank line , delete this line without any result . Deletion in DBFs leave records in deleted() state , that for a big database isn't good thing ... It's OK . :-) Like I said.. 'Just my 2cents' Well, ...
by fraxzi
Fri Oct 23, 2009 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 31393

Re: Choosing SQL database ...

... with DBFs this isn't possible . So I decided to choose SQL engine DBMS , as here I can insert blank line , delete this line without any result . Deletion in DBFs leave records in deleted() state , that for a big database isn't good thing ...
by Rimantas
Thu Oct 22, 2009 5:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 31393

Re: Best way to print Invoice ?

... be .V01 .V02 ... files. One of the threats faced by me here is that I get calls from my clients saying that files are missing, due to accidental deletion of files. The same problem exists when using DBF files too. But for my new applications I am using MySQL and thus eliminated missing DBF files. ...
by anserkk
Thu May 21, 2009 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best way to print Invoice ?
Replies: 36
Views: 9123

Bound error: Array access

... same procedure ? I also noticed that, if I click on any line but the last line and I go back to the last line to delete it, both possibilities for deletion perform without any error. Thanks a lot in advance. Regards,
by driessen
Fri Feb 06, 2009 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bound error: Array access
Replies: 7
Views: 1120

Here are the original DEFINEs. James #define PRINTER_STATUS_OK 0 #define PRINTER_STATUS_PAUSED 1 #define PRINTER_STATUS_ERROR 2 #define PRINTER_STATUS_PENDING_DELETION 4 #define PRINTER_STATUS_PAPER_JAM 8 #define PRINTER_STATUS_PAPER_OUT 16 #define PRINTER_STATUS_MANUAL_FEED 32 #define PRINTER_STATU...
by James Bott
Thu Nov 06, 2008 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help: check whether a printer is offline or online
Replies: 14
Views: 4393

... codeblocks DATA bKeyNo // logical position on indexed databases DATA bOnDraw // evaluated in DrawSelect() DATA bPostDel // evaluated after record deletion DATA bRecLock // custom function for locking record (with your own message) DATA bSeekChange // used by seeking feature DATA bSelected // to ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5551

return all printer name only. I find return Status printr. See All Printr Status. ----------------------------- PRINTER_STATUS_PAUSED PRINTER_STATUS_ERROR PRINTER_STATUS_PENDING_DELETION PRINTER_STATUS_PAPER_JAM PRINTER_STATUS_PAPER_OUT PRINTER_STATUS_MANUAL_FEED PRINTER_STATUS_PAPER_PROBLEM PRINTER...
by HATHAL
Tue Jun 03, 2008 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer Function EnumPrinters with fwh
Replies: 11
Views: 4276

... add/activate a record to a user.dbf file when they load the app. So I just count the number of active records (those not marked with an * in a deletion field) to see how many are on. As each user signs off and the the app's exit procedure is processed, a record is automatically deactivated ...
by Roger Seiler
Sat Mar 29, 2008 12:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many users are accessing my .EXE?
Replies: 14
Views: 3357

Can I have the old browse with the first record browsed before the deletion ? I mean updating the browse having the first ecord before the deletion except the record deleted .
by Ehab Samir Aziz
Sun Aug 26, 2007 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: instant refresh
Replies: 23
Views: 5099

instant refresh

How can I have instant refresh after deletion a record . #include "fivewin.ch" #include "xbrowse.ch" function main() local oWnd,oBar field me_mc_serl, me_date set date format to "DD/MM/YYYY" set ...
by Ehab Samir Aziz
Sun Aug 26, 2007 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: instant refresh
Replies: 23
Views: 5099

... directed fully , without mapping - \\servername\shareddir\applic_dbfs\ for sample . And applications are working in all workday/worktime , so any deletion of file or subdirectory is denied , because if the files are opened any careless deletion will be unsucesfull . The deletion of SQL database ...
by Rimantas
Fri Jun 02, 2006 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Should us to STOP using DBF?
Replies: 38
Views: 10830

... of a file. The Checksum of a file seems to change whenever any change is made to the file including just the simple flagging of a record for deletion. e.g. nFileCheckSum := nFileCRC( 'FILENAME.DBF' ) If you add, edit, delete, (anything), etc. etc. in FILENAME.DBF the Checksum changes so you ...
by dpaterso
Thu Feb 23, 2006 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Programming - Refreshing Listbox Browse
Replies: 15
Views: 6281

... will then be out of synch. So we need to update the scrollbar. When I delete my records (trapping for the Del key) I am only flagging them for deletion and displaying them in another color and my indexes do not include !Deleted() so that is probably why I do NOT have issues with deleted records ...
by dpaterso
Sun Feb 12, 2006 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Headings Win32 Style
Replies: 39
Views: 15319
PreviousNext

Return to advanced search