Search found 116 matches: portion

Return to advanced search

Re: Problems after upgrade form 10.9 to 12.01

Jeff,

Could you please post here the RC portion for those two dialog boxes ? thanks
by Antonio Linares
Thu Feb 09, 2012 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems after upgrade form 10.9 to 12.01
Replies: 6
Views: 1124

Re: error in Richedit [bug in FWH]

John,

You have to select a portion of the text, then change its attributes
by Antonio Linares
Wed Jan 25, 2012 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5538

Re: BorderEdit Release 1.2 => DOWNLOAD

Dear Mr. Uwe,

This is a great work.. very useful.


With brushed dialog, :bLostfocus leaves marks and clear the brush (portion) around get/object..


Is there a way when :bLostFocus draws the original brush/color of the Dialog?


Kind Regards,
Frances
by fraxzi
Wed May 18, 2011 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BorderEdit Release 1.2 => DOWNLOAD
Replies: 6
Views: 1362

Re: Checkbox still strange

Tim,

Could you please post here the portion of your code where you use the checkbox ?

Does it have a VALID ? or a WHEN ? Does it have an ON CHANGE clause ?

thanks
by Antonio Linares
Wed Nov 03, 2010 12:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox still strange
Replies: 34
Views: 6075

Problem with display of Checkbox and Radio

... FWH and xHarbour.com I am having a problem with the checkbox and radio controls. When you tab into one or click on one with the mouse the text portion disappears. When I tab off or click another control the text reappears. This happens on generic prg's in the samples folder. This example was ...
by Gale FORd
Fri Aug 27, 2010 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with display of Checkbox and Radio
Replies: 25
Views: 6292

Re: errsysw.prg

... what is happening in your code (and the theory behind it). Below is some sample code which uses a temporary error trapping routine during a portion of your code. You could adapt this to your needs. It may be more difficult to do this than the above since you are in a different part of your ...
by James Bott
Tue Aug 24, 2010 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: errsysw.prg
Replies: 10
Views: 1522

Re: How to end/hide oVscroll/oHscroll in dialog

Dear Mr. Antonio, This is a portion from samples\testdscr_.prg just for the idea.. ...FUNCTION Main()    LOCAL oDlg, oScrDlg   DEFINE DIALOG oDlg RESOURCE "dlgComScroll" ;           TITLE "Scroll dialog"     ...
by fraxzi
Fri May 28, 2010 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to end/hide oVscroll/oHscroll in dialog
Replies: 3
Views: 542

Re: Ribbon Button's popup menu

... if the popup menu of button was pressed or clicked by mouse? This click is handled in METHOD LButtonUp() in TRBtn.Prg. Here is the relevant portion of the code:         if lClick            if ::oPopup != nil               do case                  case ::nTypeButton == TYPE_SPLITPOPUP    ...
by fraxzi
Sat May 01, 2010 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Button's popup menu
Replies: 6
Views: 1247

Re: Ribbon Button's popup menu

If I understood correctly, you can use the ACTION clause. EMG Dear EMG, ACTION Clause if you pressed the button but the TYPE_SPLITPOPUP (the portion with popup menu) that I need to determine or alter the behavior say instead of poping the popupmenu, maybe like invoking xBrowse( 'table' ) or ...
by fraxzi
Sat May 01, 2010 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Button's popup menu
Replies: 6
Views: 1247

Re: Ribbon Button's popup menu

... if the popup menu of button was pressed or clicked by mouse? This click is handled in METHOD LButtonUp() in TRBtn.Prg. Here is the relevant portion of the code:         if lClick            if ::oPopup != nil          ...
by nageswaragunupudi
Sat May 01, 2010 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Button's popup menu
Replies: 6
Views: 1247

Re: Interfacing with Dicom sistems

... additions provide high level components that handle all of the DICOM specific communication for you, so you only have to write the integration portion. There are many fully functional demos to help you get started as well. I urge you to visit us at the below link, and download an evaluation. ...
by LEADTOOLS Support
Wed Jan 27, 2010 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11792

Re: Changing directory in tFtp

Pete,

That would mean that some not valid characters are being placed into the file name. Thats why you can extract a valid portion of it, but if you try to concatenate with another string then it fails.

Could you please test FWH\samples\FtpDir.prg and check if it works fine for you ? thanks
by Antonio Linares
Mon Dec 07, 2009 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing directory in tFtp
Replies: 7
Views: 1137

Re: ADS 5132 Errors / Struggles with Internet and Local Server

I am using Advantage Database Server version 8.1 I have the AIS portion of my system running like a charm. However, I want to switch to ALS and create temp tables here and there in my code. I cannot seem to figure out how to use *both* ALS and AIS in the ...
by fraxzi
Thu Sep 24, 2009 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS 5132 Errors / Struggles with Internet and Local Server
Replies: 2
Views: 508

ADS 5132 Errors / Struggles with Internet and Local Server

I am using Advantage Database Server version 8.1 I have the AIS portion of my system running like a charm. However, I want to switch to ALS and create temp tables here and there in my code. I cannot seem to figure out how to use *both* ALS and AIS in the ...
by arpipeline
Wed Sep 23, 2009 2:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS 5132 Errors / Struggles with Internet and Local Server
Replies: 2
Views: 508

Re: Best way to print Invoice ?

... new to printing using FWH. I need to print Invoices from the application using FWH on a laser printer. I am trying to convert only the printing portion of an old Clipper application. My new FWH application will have a dialog with a text box in it accepting the Invoice no. Once the user keys ...
by mmercado
Mon May 18, 2009 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best way to print Invoice ?
Replies: 36
Views: 8888
PreviousNext

Return to advanced search