Search found 27 matches: inconsistent

Return to advanced search

Re: xBrowser click

... behavior of XBrowse is that single left click on a cell navigates to that cell. We feel assigning a different action to single left click may be inconsistent with normal behaviour and confusing to users. Instead better to use right-click or double-click. Anyway, the decision is yours. another ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 926

Re: To Ukoenig

... What I meant is that if with these functions you can constantly rotate an image (a wheel), correctly. With these functions, rotation is inconsistent, because the image zooms out and zooms in while rotating constantly. Some clue? Thanks again Español: Uso el traductor de google. Gracias ...
by FranciscoA
Wed Sep 18, 2019 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Ukoenig
Replies: 4
Views: 708

XML Read Problems

Hello Everyone, I am having inconsistent problems reading a XML file via Harbour. I wanted to get your assistance reading XML node. I have attached my source, your feedback is much appreciated. #include "FiveWin.ch" static atzones ...
by cdmmaui
Tue Apr 26, 2016 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML Read Problems
Replies: 1
Views: 1055

Dot Matrix Printing on non-standard form

... the page is ejecting properly at end of first page. My question is this. What is correct way to set the paper size? I have tried both below with inconsistent results. If anyone has a better, more reliable way, I would really appreciate it. I have upgraded to FTDN - FWH 12.12; xHarbour 1.2.1 (Simplex) ...
by cdmmaui
Wed Jan 30, 2013 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dot Matrix Printing on non-standard form
Replies: 3
Views: 777

Re: RDDSETDEFAULT Inconsistent Behavior

VIA should not be needed if you use the rddsetdefault() function.
by Gale FORd
Mon Oct 15, 2012 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDSETDEFAULT Inconsistent Behavior
Replies: 4
Views: 884

Re: RDDSETDEFAULT Inconsistent Behavior

Fulton

When you open a .dbf table do not forget to use the VIA clause

USE AFECD SHARED NEW


Select 1
Use AFECD via "DBFCDX" SHARED


Rick Lipkin
by Rick Lipkin
Mon Oct 15, 2012 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDSETDEFAULT Inconsistent Behavior
Replies: 4
Views: 884

Re: RDDSETDEFAULT Inconsistent Behavior

I tried using the separate INIT function. I now get the error in the INIT function. I noticed that I only have three linked RDDs as shown below. Should I also have a linked DBFCDX?

Linked RDDs
===========
DBF
DBFFPT
DBFBLOB
by floebel
Sun Oct 14, 2012 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDSETDEFAULT Inconsistent Behavior
Replies: 4
Views: 884

Re: RDDSETDEFAULT Inconsistent Behavior

ANNOUNCE RDDSYS

FUNCTION MAIN()
your code.....
RETURN NIL

INIT PROCEDURE RddInit
REQUEST DBFFPT
REQUEST DBFCDX
rddSetDefault( "DBFCDX" )
by MarcoBoschi
Sun Oct 14, 2012 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDSETDEFAULT Inconsistent Behavior
Replies: 4
Views: 884

RDDSETDEFAULT Inconsistent Behavior

I am using Fivewin for Harbour. The code below works when there are only 2 PRGs being compiled and linked #include "fivewin.ch" static cStatic FUNCTION Main() LOCAL nEpoch // Y2K local oHand, oBmp, oBmpTiled PARAMETERS arg1, arg2, arg3 REQUEST DBFCDX RDDSetDefault("dbfcdx") test_...
by floebel
Sun Oct 14, 2012 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDSETDEFAULT Inconsistent Behavior
Replies: 4
Views: 884

Re: expert of ADS and Harbour

... )  // I GET .T.    dbcloseall()    quit return nil So the behaviour of ADSRDD is inconsistent. Best regards,
by lucasdebeltran
Mon Mar 26, 2012 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: expert of ADS and Harbour
Replies: 13
Views: 5780

Trouble with windows 7

I have an application that closes and creates data base indexs (ntx). When using Win 7 i get create errors on the index (inconsistent). When I run program as administrator these errors seem to disappear. Any body have an idea as to what might be happening and is there a solution?
by hag
Sat Jun 25, 2011 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trouble with windows 7
Replies: 20
Views: 3046

Re: cmxAutoOpen

Salvo,

yes, please look the post from James.

But I don´t understand, why you pack a dbf without it´s indexes, you´ll always get inconsistent index files. I would pack a dbf only with open indexes.
by StefanHaupt
Thu Jan 27, 2011 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cmxAutoOpen[solved]
Replies: 19
Views: 4595

GetFtime() doesn't reflect the correct date Help please

Testing getftime() in testfdat.prg. Got it working but have new issues. The time is never the time of the file as indicated at the command line. And sometimes the date is correct and some times it isn't. And sometimes the date doesn't appear and sometime does. Using testfdat.prg modified. Here is my...
by hag
Thu Dec 23, 2010 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetFtime() doesn't reflect the correct date Help please
Replies: 0
Views: 263

Re: SMTP Inconsistent result - ideas ?

By using the logging procedure I was finally able to see what was going on, and the error code returned by the system ... and resolve the problem.

Thanks for the suggestion.
by TimStone
Thu Nov 11, 2010 12:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP Inconsistent result - ideas ?
Replies: 5
Views: 1493

Re: SMTP Inconsistent result - ideas ?

Timm I suggest you this sample from asnker: #Include "FiveWin.ch" Function Main() Local oEmailCfg,oEmailMsg TRY oEmailCfg := CREATEOBJECT( "CDO.Configuration" ) WITH OBJECT oEmailCfg:Fields :Item( "http://schemas.microsoft.com/cdo/configuration/smtpserver" ):Value := &q...
by ukservice
Sun Oct 31, 2010 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP Inconsistent result - ideas ?
Replies: 5
Views: 1493
Next

Return to advanced search