Search found 44 matches: unwanted

Return to advanced search

ODBC Problem ?

... and user name and password even if cDsn, cUserName, cPassword are corrected and user must click "Ok" This is big problem becouse user unwanted can change database name or host name. I want loning to go direct if cDsn, cUserName, cPassword are correct or to return .f. like in code. ...
by avista
Thu Dec 29, 2011 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ODBC Problem ?
Replies: 6
Views: 1446

Re: MODAL WINDOW

John,

The risk of calling SysRefresh() (StopUntil() uses it) is that it could process an unwanted event.

So an alternative solution to simulate a modal window is to disable the other windows where we don't want the focus to go to:

oWndOther:Disable()

...

oWndOther:Enable()
by Antonio Linares
Fri Dec 02, 2011 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MODAL WINDOW
Replies: 7
Views: 1129

Re: bClrGrad Not working for me

Uwe; Thank you for helping. Since the dialog is being resized before display, the grading does not re-adjust and therefore causes an unwanted re-grading. I have built a reduced sample: #include "fivewin.ch"STATIC oDlg, oWndFUNCTION MAIN   LOCAL oMenu   LOCAL x := 1024   LOCAL y ...
by reinaldocrespo
Fri May 27, 2011 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bClrGrad Not working for me
Replies: 7
Views: 1487

Problem with xBrowse and Drag&Drop (solved!)

... you click on a cell in the left mdi-child, the drag-cursor gets activated without trying to drag anything. Has anyone an idea, how to avoid this unwanted behaviour? #include "fivewin.ch"#include "xbrowse.ch"Function Main()local oWnd, oWndChild1, oWndChild2local oCursorlocal ...
by gkuhnert
Tue Apr 12, 2011 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse and Drag&Drop (solved!)
Replies: 2
Views: 534

Blocking unwanted incoming calls and sms on Windows Mobile

It happens very often that we get unwanted calls in our life but you can do nothing about it. It maybe someone you are familar with or someone you never know, it maybe a relentless salesman, or an annoying ex, or a harassment call from freaks. ...
by dolphin200988
Thu Nov 11, 2010 7:39 am
 
Forum: FiveWin para Pocket PC
Topic: Blocking unwanted incoming calls and sms on Windows Mobile
Replies: 0
Views: 651

Re: Tab Order

... may change on a later date and I may have to alter the code, and a small change in a code should not create a havoc and should not invite unwanted problems into my app. Regards Anser
by anserkk
Sat Sep 19, 2009 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tab Order
Replies: 15
Views: 2571

Dialog templates

... to search -- Get for the string to replace -- Radio button for ‘case sensitive’ and ‘case insensitive’ - Check boxes for each field to prevent for unwanted changes - Get fields for each field with an optional drop down box - Folders for further fields, when the dialog size isn't big enough for ...
by frose
Tue May 19, 2009 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog templates
Replies: 0
Views: 970

xBrowse Multiselect

... and clicking each row with the mouse. After i decide not to select the row 5 and click this row again ( ctrl-key is still pressed ). Now the unwanted row 5 is actually selected but has no highlite and the row 3 has the highlite. This is confusing for a user because it looks like row 3 is ...
by Detlef Hoefner
Tue Jan 27, 2009 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Multiselect
Replies: 11
Views: 2722

This feature is in the to-do list. But in 8.04, we can achieve same results by selecting multiple rows and hiding unwanted columns.

Methods Copy() to clipboard ( by pressing Ctrl-C ), report and export to excel work on the selected rows and visible columns only.
by Antonio Linares
Fri Mar 28, 2008 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new XBrowse features for next build
Replies: 7
Views: 1714

Unwanted tab stops

Hi Antonio I would like to be able to control the order of tab stops on a dialog, but although possible that would involve quite an amount of work. I can achieve pretty much what I want if I can make some widgets merely pass the focus on to the next widget "automatically". I am wondering if this can...
by xProgrammer
Fri Mar 28, 2008 11:51 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Unwanted tab stops
Replies: 0
Views: 603

DBF / RecSet to Excel - Some simpler and faster Alternatives

... ) Selected Rows and Columns of RecordSet: Set Filter to required columns with oRs:Filter method. After copying into Excel, delete unwanted columns with oSheet:Columns(n):Delete() method. DBF Selected Rows and Columns / Calc Columns: DBF -> RecSet -> Excel We can use the above ...
by nageswaragunupudi
Fri Feb 15, 2008 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF / RecSet to Excel - Some simpler and faster Alternatives
Replies: 0
Views: 548

Software Protection

Hi Everybody, With help from Antonio, I have tested some software that could be a very cost effective way to protect your software from unwanted copying. The software is called AntiDuplicate. ( http://www.alkonost.com/antiduplicate/ ) Is basically modifies a standard USB Flash drive and allows ...
by Jeff Barnes
Fri Nov 02, 2007 2:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Software Protection
Replies: 33
Views: 7206

My testing continues of new FWH version. The addition of the _huge section resolved the link error - so far no unwanted side effects. Also, the code has not been executed, but I will continue to test and look for consequences. Now, I have a question regarding MSVC 6.0 and the ...
by don lowenstein
Thu Aug 16, 2007 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new fivewin unresolved externals MSVC
Replies: 5
Views: 4094

BtnBmp in FwH 2.7

... BtnBmp on it, which are not placed on a ButtonBar. When clicking on the dialog title a dotted line is painted around every button. To make this unwanted dots disappear i have to move the mouse cursor over all buttons. Can anybody confirm this strange behaviour? Regards, Detlef
by Detlef Hoefner
Wed Jun 07, 2006 8:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp in FwH 2.7
Replies: 7
Views: 1968
Previous

Return to advanced search