Search found 147 matches: desirable

Return to advanced search

... to myntx > It is always better not to use alias in index expressions. INDEX ON LASTNAME TO MYNTX is the best and recommended way. It is desirable that the database understands the expression independant of our program. Even field-> is not necessary and desirable to have just the name ...
by nageswaragunupudi
Thu Sep 11, 2008 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Serious problem with .NTX created with "index on"
Replies: 5
Views: 983

A Question about (FiveLinux) Class TWBrowse

... the arrays that are browsed so the record I want selected as default is in position 1, but I am coming to situations where this is less than desirable. Can you advise? You can see the issue using the testbrwa.prg program you sent me with the addition of 1 line as follows: // Using a browse ...
by xProgrammer
Fri Sep 05, 2008 8:32 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: A Question about (FiveLinux) Class TWBrowse
Replies: 5
Views: 1478

... need to modify the FiveWin source code to a large extent. In any case, where we can get what we want without modifying the library, it is highly desirable not to modify the library. If we modify. we can not keep pace with updates of FWH libraries, which are updated every month. Also before we ...
by nageswaragunupudi
Tue Sep 02, 2008 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgBar Time in AM/PM Format
Replies: 13
Views: 3456

New FTDN August / Agosto 2008 (8.08)

... due to unexpected reasons. This object can not be directly created by the user, since the class is declared static to xbrowse.prg. It is not also desirable. 4) Displaying xBrowse without defining any columns was resulting in runtime error. Now in such cases, one blank column displayed, avoiding ...
by Antonio Linares
Wed Aug 20, 2008 6:23 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN August / Agosto 2008 (8.08)
Replies: 1
Views: 4739

... add commands to create .dbf's with a fairly natural and concise syntax an interactive tool that would create, modify or document .dbf's would be desirable. Plus I want to have a technical documentation tool that will extract documentation from source files and data files, both explicit and implied, ...
by xProgrammer
Thu Jun 19, 2008 10:12 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Possible bug with UPDATE option, Possible Bug in my code
Replies: 6
Views: 2153

It is highly desirable to assign
Code: Select all  Expand view
oBrw:cAlias := <Required Alias>

soon after creating the browse object.
by nageswaragunupudi
Fri Jun 13, 2008 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with Xbrowse many fields
Replies: 5
Views: 1128

... "ComputerName"="WKS005" I suggest you using a different reg key for testing (really changing the computer name might not be desirable), then: ShellExecute(0,"open","regedit","/s myfile.reg","",1) You could even shellexecute ...
by Davide
Sat May 31, 2008 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReg32 - Vista elevation
Replies: 5
Views: 1033

... it uses the current wokarea when the dialog is activated. In this case it is 'SUB'. So the same alias is used to set up both browses. It is always desirable to specify the workarea as ALIAS 'MAN' or ALIAS 'SUB' along with the command.
by dutch
Tue Apr 15, 2008 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2 xbrowse is strange behavier!
Replies: 9
Views: 2214

... it uses the current wokarea when the dialog is activated. In this case it is 'SUB'. So the same alias is used to set up both browses. It is always desirable to specify the workarea as ALIAS 'MAN' or ALIAS 'SUB' along with the command.
by nageswaragunupudi
Mon Apr 14, 2008 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2 xbrowse is strange behavier!
Replies: 9
Views: 2214

... supports alias->fieldname but not SQL (you end up using AS) and I like ease of portability and guaranteeing all fieldnames unique is a highly desirable feature IMHO. My variable names reflect type and so field PT_KEY would be sKey as a memory variable. It's association with the Patient object ...
by xProgrammer
Mon Apr 14, 2008 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 13868

... the GotFocus() method of class TGet to include ::oGet:Pos := 0 to synchronise things. And I would like to support Shift-Tab It would be highly desirable to support selections - but we will need to have a GETGETSEL method (and get two values returned) Regards Doug (xProgrammer)
by xProgrammer
Sun Mar 30, 2008 11:15 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help Please
Replies: 29
Views: 7803

... for clientside. I have a few advices to make in general, based on theory, widely accepted good practices, confirmed by our own experiences. It is desirable and the normal practice to open recordsets on the client side only. Opening serverside cursors is an exception. In real life situations the ...
by nageswaragunupudi
Sun Feb 10, 2008 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 10355

... are justified under two circumstances: First reason is simple. Where the result depends on complex data processing, functions / procedures are desirable. If we read individual rows of data all the way from server to client for further processing, it takes more time. Instead the collection and ...
by nageswaragunupudi
Wed Jan 16, 2008 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about SQL
Replies: 52
Views: 11812

... large tables if you find the filter to make the program slow, you can always create one more index tag 'INDEX ON DELETED() TAG DELETED' Also it is desirable not to create indexes with for clause, but create separate tag for deleted(), because filter optimizations use only indexes that do not have ...
by nageswaragunupudi
Mon Jan 14, 2008 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdKey CDX-NTX
Replies: 10
Views: 2288

... there the danger that the resources are not destroyed/ released? if so, is it good to keep the release statements in the EXIT PROCEDURE ? Or is it desirable that all FWH classes for the resources have a destroy method, so that all the resources are destryoyed / released when the program terminates?
by nageswaragunupudi
Tue Jan 01, 2008 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: (x)harbour class - destroy method
Replies: 4
Views: 1182
PreviousNext

Return to advanced search