Search found 105 matches

by Greg Gammon
Fri Jun 30, 2006 5:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Filter on Logical Field
Replies: 13
Views: 3424

yes oCustno is a string value...i should have represented that differently in my example.

What i have tried is this:

cCustno := "string"

SET ORDER TO "T"+cCustno
by Greg Gammon
Fri Jun 30, 2006 2:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Filter on Logical Field
Replies: 13
Views: 3424

Have another issue with this... My index is INDEX ON transform(field->logical, '@!')+field->custno Is it possible to set scope or use the Listbox...Select/For command using both Index keys? For instance...Set Scope To "T"+oCustno ? I can't seem to make anything work in this regard. Thanks,...
by Greg Gammon
Thu Jun 29, 2006 4:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Controls in Listbox
Replies: 5
Views: 1361

Controls in Listbox

Is it possible to use controls within listboxes? specifically I would like to use a checkbox for logical fields. I saw a Q&A on TWBrowse + Checkboxes, but alas I don't read Espanol.
Greg
by Greg Gammon
Wed Jun 28, 2006 1:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Applications open a DOS box - why?
Replies: 26
Views: 6422

Ive downloaded the new Harbour....I do not see a GTGUI in the library.
by Greg Gammon
Tue Jun 27, 2006 9:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Filter on Logical Field
Replies: 13
Views: 3424

using the SELECT transform(field->template, "@!") FOR "T" works perfectly (of course).
Thanks again!
by Greg Gammon
Tue Jun 27, 2006 8:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Filter on Logical Field
Replies: 13
Views: 3424

Ok, that fixes the Index problem fine...thanks! Next issue is the Listbox. I use: REDEFINE LISTBOX oLbx ..... SELECT estmain->template FOR .t. ; In runtime, I get this ALERT message: TWBrowse SetFilter() types don't match with current Index type. You click OK on this Alert and the Listbox pops up an...
by Greg Gammon
Tue Jun 27, 2006 6:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Filter on Logical Field
Replies: 13
Views: 3424

Listbox Filter on Logical Field

Greetings.... I have a Listbox that I want to show only items that are .t. for a logical field (field->template) in some views and all the data in another view. Using the Set Filter command works but is slow. Ive tried to set up an Index on that logical field but am getting an index error. INDEX ON ...
by Greg Gammon
Tue Jun 27, 2006 4:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Applications open a DOS box - why?
Replies: 26
Views: 6422

I just ran into this issue today as I loaded my new 32bit apps on Win 98 machines. Will there be a notification on when to download the new version of FWH when this is fixed?
Thanks,
Greg
by Greg Gammon
Mon Jun 26, 2006 1:59 pm
Forum: FiveWin for CA-Clipper
Topic: Migration to 32 bits
Replies: 11
Views: 4761

The particular issue I have found with my 16bits application is this... First, the setup - We select two different printers to print to for different size forms we produce and this is done in the program setup and stored so that you automatically print to the correct printer when you select a certai...
by Greg Gammon
Fri Jun 23, 2006 7:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Build Error
Replies: 2
Views: 678

Never mind...i found the line in the Bat file that needs to have the directory information changed... ..\lib\fiveh.lib must have the FWH actual directory replaced instead of the ".." Ahhhh the little things we love.
by Greg Gammon
Fri Jun 23, 2006 6:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Build Error
Replies: 2
Views: 678

Build Error

I have just installed all of the components of FWH and successfuly build Tutor01, Tutor02 etc. in the FWH Samples directory. Now am trying to compile my progams in my development directory and the compile and C++ work fine but the linking seems to fail. Error message: Turbo Incremental Link...... Fa...
by Greg Gammon
Wed Jun 21, 2006 11:40 pm
Forum: FiveWin for CA-Clipper
Topic: Macintosh Development
Replies: 3
Views: 1316

Glad to hear you are working on a Mac option. I think with them moving to the Intel processor, the Mac will become a more important business tool. In my line of work (printing/graphic arts), Macs rule. We use PCs for our business apps. I have developed an estimating & job ticket system and separ...
by Greg Gammon
Wed Jun 21, 2006 11:35 pm
Forum: FiveWin for CA-Clipper
Topic: Migration to 32 bits
Replies: 11
Views: 4761

thanks

Antonio....thanks for the info. Im having a particular problem with printing forms to different printers in our network from certain Win98 machines. Reading some other threads it appears there are growing compatibility issues with print drivers so I assume to correct these issues I really need to mo...
by Greg Gammon
Wed Jun 21, 2006 5:55 pm
Forum: FiveWin for CA-Clipper
Topic: Macintosh Development
Replies: 3
Views: 1316

Macintosh Development

I have a FiveWin program suite that i would DEARLY love to have run on Macs....is there any compatible compiler that can take existing code and make it run on the Mac OsX platform????
by Greg Gammon
Wed Jun 21, 2006 5:51 pm
Forum: FiveWin for CA-Clipper
Topic: Migration to 32 bits
Replies: 11
Views: 4761

Migration to 32 bits

I am just now getting back into updating programs that I have been using now for 5-6 years. Im on FiveWin 2.0/clipper and am wondering about any advantage to moving to Harbour 32 bits. How transportable is the code...will I have to do much in the way of re-writing code? Thanks in advance!