Utility compare directory
-
- Posts: 38
- Joined: Mon Feb 15, 2010 4:01 am
Re: Utility compare directory
Here is an alternative.
After selection of a directory a list of available file extensions is displayed
at the field 'Define filter'
Dieter
After selection of a directory a list of available file extensions is displayed
at the field 'Define filter'
Dieter
- Attachments
-
- SYNCRO4.zip
- (386.5 KiB) Downloaded 1636 times
Re: Utility compare directory
Very nice addition.
Thank you for sharing this.
-GeneB
Thank you for sharing this.
-GeneB
Re: Utility compare directory
Suggestion: a push button to mark/unmark all green files, a similar button to also mark/unmark yellow files, white files, and a way to mark/unmark all files. This would save a lot of mouse clicking.
-
- Posts: 38
- Joined: Mon Feb 15, 2010 4:01 am
Re: Utility compare directory
Dieter
Re: Utility compare directory
Good change.
'all' is to 'none' wie 'alle' ist zu 'keine'
'all' is to 'none' wie 'alle' ist zu 'keine'
-
- Posts: 38
- Joined: Mon Feb 15, 2010 4:01 am
Re: Utility compare directory
Thanks for the tranlslation help, please exchange
in line 89 and 90 'No' for 'None'.
Dieter
in line 89 and 90 'No' for 'None'.
Dieter
Re: Utility compare directory
Hi
It will be nice to have the browse to show only marked items like :
@ .... DCCHECKBOX lMarkedOnly[1] PROMPT 'Show Only Marked Files in Directory A' ACTION {||DC_GetRefresh(GetList)}
@ .... DCCHECKBOX lMarkedOnly[2] PROMPT 'Show Only Marked Files in Directory B' COLOR GRA_CLR_BLUE ACTION {||DC_GetRefresh(GetList)}
I try using FILTER clause of DBBROWSE but it gives error like:
FILTER {|a| IF(oBrowse1:arrayElement>0, a[11] .And. lMarkedOnly[1], .T.) }
Thanks
Joe
It will be nice to have the browse to show only marked items like :
@ .... DCCHECKBOX lMarkedOnly[1] PROMPT 'Show Only Marked Files in Directory A' ACTION {||DC_GetRefresh(GetList)}
@ .... DCCHECKBOX lMarkedOnly[2] PROMPT 'Show Only Marked Files in Directory B' COLOR GRA_CLR_BLUE ACTION {||DC_GetRefresh(GetList)}
I try using FILTER clause of DBBROWSE but it gives error like:
FILTER {|a| IF(oBrowse1:arrayElement>0, a[11] .And. lMarkedOnly[1], .T.) }
Thanks
Joe
Re: Utility compare directory
Joe -
Upload your latest source.
Upload your latest source.
The eXpress train is coming - and it has more cars.
Re: Utility compare directory
Here it is:
- Attachments
-
- DS_SYNCHRO.zip
- (5.45 KiB) Downloaded 1507 times
-
- Posts: 38
- Joined: Mon Feb 15, 2010 4:01 am
Re: Utility compare directory
Hi,
The proposal was good and was incorporated. Array element 12 is determinant for the filter, not 11.
Please find attached the new version.
One small problem: I could not define the color for DCCHECKBOX!
Dieter
The proposal was good and was incorporated. Array element 12 is determinant for the filter, not 11.
Please find attached the new version.
One small problem: I could not define the color for DCCHECKBOX!
Dieter
- Attachments
-
- DS_SYNCHRO6.zip
- (389.71 KiB) Downloaded 1620 times