Search found 90 matches: matches

Return to advanced search

... quotes (each word/string must be in a separate set of quotes ""). For the word to match it must be the FIRST character(s) of the line. If a line matches this, it would not be indented, however the indenting of the next line would be performed as if this line was not present.
by Antonio Linares
Tue Sep 30, 2008 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE PRG Formatting
Replies: 12
Views: 2659

... top or bottom range of key values that will be included in the controlling order's current scope. <expNewValue> can be an expression that matches the data type of the key expression in the controlling order or a code block that returns the correct data type. Omitting <expNewValue> ...
by Enrico Maria Giordano
Mon Sep 22, 2008 4:51 pm
 
Forum: All products support
Topic: XBROWSE: clausola SELECT per filtrare solo alcuni record
Replies: 7
Views: 1562

A few minor glitches with GROUP, RADMENU

... TRadios but the incrementation of nRow needs to be adjusted. I am using: IF lPixel nRow += 30 ELSE nRow += 2.5 ENDIF I am using 30 because it matches my spacing elsewhere. Maybe the vertical spacing should be a settable property of TRadMenu? Without this change the options pretty much block ...
by xProgrammer
Sat Jul 26, 2008 12:52 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: A few minor glitches with GROUP, RADMENU
Replies: 0
Views: 638

... mUniwnbr and sp_contype = mContainer and sp_waste = mWaste and sp_effdate<=mDate Isn't the above going to return a recordset? Are all possible matches in this recordset? If not, then can you loosen up the query to include all possible matches? >but if this fails then it should test for all ...
by James Bott
Tue May 20, 2008 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any clever coders out there
Replies: 22
Views: 4840

Peter,

Can you design your query so that it returns all possible matches to a recordset, then scan the recordset for the best match?

James
by James Bott
Tue May 20, 2008 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any clever coders out there
Replies: 22
Views: 4840

Interesting to know. Ozlib's TXBrowse Print method matches the code posted here, exactly alphabet by alphabet including spaces, line spaces, capitalizations, function names, caplitalization of function names, indenting, etc. Here is copy of the method ...
by nageswaragunupudi
Tue May 13, 2008 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: report xbrowse method
Replies: 21
Views: 3573

Marco,

As you are using a pulldown menu, then you can define an accelerator for each menu item whose action matches with a specific buttonbar button action
by Antonio Linares
Sat Mar 29, 2008 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select a buttonbar button by key
Replies: 14
Views: 2888

What I meant was the exact version that matches with FWH release. the source code i downloaded and used did not match and got GPFs.
by nageswaragunupudi
Sat Jan 12, 2008 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS SQL Connection Question? Rick Lipkin??
Replies: 15
Views: 2845

Calendar

Otto & Roger, Otto, That is a control that pretty well matches the 32 bit environment. Yes, it is what I would work. Roger, That is an older style calendar. I have been using that but wanted to replace it. The control must be OK for a dialog ... using ...
by TimStone
Wed Jan 02, 2008 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 8
Views: 2671

Dietmar, No, here we keep the FreeLibrary() call into the C function, so it matches the previous LoadLibrary(). You need to keep a call to LoadLibrary() from the PRG. Do it as the beginning of your application and free it when you are going to exit from your application. ...
by Antonio Linares
Sat Aug 11, 2007 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTMLHelp problem
Replies: 17
Views: 4583

Search enter: Button in first field Click Search (695 matches) Page 12 link is : http://fivetechsoft.com/forums/search.php?search_id=1937353137&start=550 Page 2 Link is: http://fivetechsoft.com/forums/search.php?search_id=1937353137&start=50 ...
by Ollie
Wed Jun 27, 2007 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Search on this forum
Replies: 8
Views: 1495

... "like", the string value may contain an asterisk (*) to find one or more occurrences of any character or substring. For example, "state like 'M*'" matches Maine and Massachusetts. You can also use leading and trailing asterisks to find a substring contained within the values. For example, "state ...
by jlcapel
Wed Apr 18, 2007 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Beginners Guide to ADO
Replies: 22
Views: 14223

Patrick,

In METHOD DispText() CLASS TGet there is a call to SetWindowText(). You can try a LTrim() there:

SetWindowText( ::hWnd, LTrim( ::oGet:buffer ) )

but the caret position should be tested to see if it matches the right location
by Antonio Linares
Tue Apr 17, 2007 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture in GET problem
Replies: 12
Views: 3451

... the value specified in nHeight in the following manner: Value Meaning > 0 The font mapper transforms this value into device units and matches it against the cell height of the available fonts. 0 The font mapper uses a default height value when it searches for a match. < 0 The font ...
by Antonio Linares
Mon Mar 05, 2007 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fonts
Replies: 2
Views: 1415

Ok, next question

... which inherit from twindow, which uses extern wndhandleevent. Should I just create my own handleevent, which calls wndhandleevent if nothing matches? Alex
by AlexSchaft
Thu Feb 23, 2006 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Responding to theme changes
Replies: 1
Views: 574
Previous

Return to advanced search