Search found 82 matches: refers

Return to advanced search

Re: TxBrowse - Edit

... with a view to continue the edit. If xbrowse has to behave like excel, the edit has to remain the same edit poition when he comes back after he refers to other information / after other operation. This point is solved... when user click over other control in same aplication the data is saved ...
by Daniel Garcia-Gil
Sun Mar 22, 2009 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse - Edit
Replies: 19
Views: 3710

Re: TxBrowse - Edit

... with a view to continue the edit. If xbrowse has to behave like excel, the edit has to remain the same edit poition when he comes back after he refers to other information / after other operation. The danger with the present change is that if the user does anything ( referring to information ...
by nageswaragunupudi
Sat Mar 21, 2009 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse - Edit
Replies: 19
Views: 3710

Did you defined a new class from tdialog ?

Super refers to the upper class in your case should be tdialog.
Since its not defined it seems that you defined a new class and not innherit from tdialog.

Antonio
by AHF
Tue Dec 16, 2008 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Super
Replies: 3
Views: 660

... xHarbour files to see if I could find where this error gets posted but I had no luck. Also there is nothing currently on the xHarbour forum that refers to an error 9001. Ken
by Ken Wantz
Fri Nov 14, 2008 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unrecoverable Error 9001
Replies: 11
Views: 6026

Duplicate Id's generated automatically from tdialog

Hi, with a custumor we are experiencing some problems with a duplicated Id No. The error message refers to the method defcontrol in class tdialog: METHOD DefControl( oCtrl ) CLASS TDialog DEFAULT oCtrl:nId := oCtrl:GetNewId() if AScan( ::aControls, ...
by gkuhnert
Thu Oct 23, 2008 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Duplicate Id's generated automatically from tdialog
Replies: 7
Views: 1292

... spaced type is different than "pitch," which is the term often used for non-proportionally spaced "typewriter" type like Courier. Point size refers to letter height, whereas pitch refers to the number of equal-spaced letters printed per inch. Regular "pica" sized typewriter type is 10 pitch ...
by Roger Seiler
Mon Oct 20, 2008 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Regarding Reports & Printing using FWH
Replies: 13
Views: 2682

Browsing generally

... you're using the VALID keyword twice In any case the first valid should be simplified just as VALID ( xy == z ) // the if() is redundant Guenther refers to a #xtranslate statement in TCBrowse.ch which comes from original FiveWin version since 1.9.5 ( or prior versions, I don't know ). Inclusive ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65774

Harvey,

Please review carefully whatsnew.txt again and you will see it was not implemented in 2007. Much before :-)

Anyhow its a feature that is already built in FWH. Fade in refers to the way that the tooltip uses to dissapear.

What fade in effect do you want ? An initial one ?
by Antonio Linares
Wed Aug 13, 2008 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using shadow and fade in on tooltips.
Replies: 4
Views: 776

TLIB from Borland to handle Librarys

... default extensions for each of the arguments so you do not need to type them in. The first (leftmost) word Numbers is the name of the library and refers to Numbers.LIB. If it does not exist, tlib.exe will create it. The -+ before the names of each object file to put in the library are commands ...
by ukoenig
Wed Jul 02, 2008 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Somebody knows a tool like LIBMAN.EXE ( Library-Manager ) ?
Replies: 4
Views: 937

Previewing landscape report problem

... when zooming in. Many thanks! The only issue I ran into with linking in the rpreview.prg code was that I have no LargeFonts() routine that it refers to. I created a dummy function and tried both .T. and .F. return values, but am not sure what difference it makes. But at least it works. - Steve
by Stevemcg
Fri Apr 04, 2008 3:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: Previewing landscape report problem
Replies: 6
Views: 1893

How to make a DLL

... hints about how to proceed? I have already searched in the forums but could no find any complete example (for instance, the \Samples\Testdll.prg refers to a "buildhd.bat" which I could not find anywhere) Many thanks Rafael
by Rafael Clemente
Sat Oct 06, 2007 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make a DLL
Replies: 19
Views: 3373

I noticed that the code used in the conversation that you linked to refers to a function called setdatepic(). The code calls setdatepic() with 5 parameters, with the 5th one a 0 or 1 depending on whether the date is empty or not. When I look at the source ...
by Gale FORd
Wed May 02, 2007 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dtpicker and empty date
Replies: 11
Views: 2592

Here is how I do it. 1. I have a password security sign-on for my app that identifies the user, and refers to a members.dbf that contains the ID number assigned to each allowed user. Upon sign-on, that user ID # is copied into a file-wide static memvar. 2. Upon completion ...
by Roger Seiler
Fri Jan 19, 2007 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link to pc on a lan
Replies: 3
Views: 991

I see the REDEFINE TAB COMMAND in the source code, but I can't see what it refers to when I open the RC file with Pelles C CONTROL "", ID_SECTIONS, "TTabs", 0 | WS_CHILD | WS_VISIBLE | WS_BORDER, 5, 216, 149, 14 What I need to know is - am ...
by Enrico Maria Giordano
Tue Jan 02, 2007 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are the tooltips?
Replies: 10
Views: 3965

... ( forced the initialise function to return .t. so that it could work) I see the REDEFINE TAB COMMAND in the source code, but I can't see what it refers to when I open the RC file with Pelles C When the app runs, I can't see the Name, phone address section at the bottom of the screen that I can ...
by Ollie
Tue Jan 02, 2007 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where are the tooltips?
Replies: 10
Views: 3965
PreviousNext

Return to advanced search