Search found 43 matches

by brewster
Sun Sep 02, 2012 1:44 pm
Forum: FiveWin for CA-Clipper
Topic: dialog dbcombo looping
Replies: 3
Views: 3586

dialog dbcombo looping

I am using a dialog box with 2 dbcombos as a trip calculator. The user chooses an origin and drop point and that is where I want some text or perhaps a MsgAlert() to display a calculated km value - within the dialog to calc as many times as needed without having to start the dialog again. I' ve trie...
by brewster
Tue Aug 21, 2012 4:52 am
Forum: FiveWin for CA-Clipper
Topic: get valid clause options
Replies: 2
Views: 2696

get valid clause options

Currently using Clipper, I have several "gets" each using a valid clause of AD_tbrpopup (Frankie.lib ). This popup listbox displays all Code and company fields within a .dbf file . "Code" is a 3 character uppercase user defined code representing the corresponding long company nam...
by brewster
Sun Aug 12, 2012 1:48 pm
Forum: FiveWin for CA-Clipper
Topic: sub menus
Replies: 4
Views: 3491

Re: sub menus

Antonio,
I will check my arrangement of the menuitem layout for errors, now confirming it is possible.


Rick,
Appreciate your suggestions and direction to some relative examples.
There sure are some slick solutions available.

Its all new.

Bruce
by brewster
Sat Aug 11, 2012 1:04 pm
Forum: FiveWin for CA-Clipper
Topic: sub menus
Replies: 4
Views: 3491

sub menus

As I move my Clipper submenuing (cascading) menus in to a more "Windows" style, I'm confused on the direction to take. Currently in Clipper I have a main menu function() of 2 selections that selects a sub menu function() of 3 selections, that further selects a sub sub menu function() of 4 ...
by brewster
Tue Jul 31, 2012 11:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: testcalr.prg
Replies: 3
Views: 1080

Re: testcalr.prg

Renaming the .rc file works fine

Thanks,
Bruce S.
by brewster
Tue Jul 31, 2012 4:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: testcalr.prg
Replies: 3
Views: 1080

testcalr.prg

I am wanting to experiment with testcalr.prg, so I copy and rename it prgcalr.prg. It compiles and links fine( just like testcalr.prg ), but when trying to run it , these errors appear. Maybe obvious, but not to me. Thanks, Bruce S. Application =========== Path and name: C:\fwh\samples\PRGCALR.exe (...
by brewster
Thu Jul 19, 2012 3:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: demo browse
Replies: 7
Views: 1360

Re: demo browse

Antonio,
To correct that was supposed to be replaced fiveh.lib ... not fiveh.dll as I wrote on the last post.
Bruce
by brewster
Thu Jul 19, 2012 3:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: demo browse
Replies: 7
Views: 1360

Re: demo browse

Antonio, Replaced fiveh.dll with the the new one you sent and dbf01-03 & fwbrow- fwbrow2 browses all work fine, now. On another note, when trying to run the calendar menu selection in any of the demos, I get an error message " The application or DLL c:\fwh\Samples\BWCC.DLL is not a valid wi...
by brewster
Wed Jul 18, 2012 12:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: demo browse
Replies: 7
Views: 1360

Re: demo browse

Antonio,

FW from whatsnew.txt = Dec 6.12
Harbour = 3.0.0 Rev 16951
ilink32 = 6.21

You had recently teamviewed in to help with my initial Demo setup.


Bruce S.
by brewster
Wed Jul 18, 2012 11:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: demo browse
Replies: 7
Views: 1360

demo browse

When trying to run any of the browses in the samples folder (dbf01,dbf02 or fwbrow etc. ), they compile fine, but when trying to execute, they will get to the point of filling the onscreen browse box and hang with same error as below. The .dbf files required are in the same folder (customer, clients...
by brewster
Fri Jun 22, 2012 11:51 am
Forum: All products support
Topic: buildh.bat
Replies: 5
Views: 2884

Re: buildh.bat

Antonio,
I have downloaded these 3 packages all within the month of June / 2012.
Harbour v3.0.0
Fivewin harbour December 6.12 2006 build (from top of whatsnew.txt included in pkg )
Borland compiler bcc55

Bruce
by brewster
Fri Jun 22, 2012 5:05 am
Forum: All products support
Topic: buildh.bat
Replies: 5
Views: 2884

Re: buildh.bat

Antonio, I tried the buildh.bat you supplied, but it requires \lib\psdk\gdiplus.lib which is not in that folder, the closest is gdi32.lib ( if I switch in that, it causes an error ). I found a gdiplus.lib in my C++ builder folder and put it in the\lib\psdk, but it causes an HBSIX.LIB error invalid O...
by brewster
Thu Jun 21, 2012 4:33 am
Forum: All products support
Topic: buildh.bat
Replies: 5
Views: 2884

buildh.bat

When trying to view the samples included in the demo package, buildh.bat is not functioning. I have set the hdir, fwh, bcdir paths correctly, but within the hdir the libs its looking for are not valid. The lib folder has similar libs with an "hb" prefix, but rtl, dbfcdx, dbfndx, dbffpt vml...