Search found 27 matches: erroring

Return to advanced search

Re: Database - 17.07 - Problems

Diego, I had to make a few changes to get your sample working (commented lines were erroring out). It was also set to use TDatabase() not TData() which I changed. I am not seeing any errors using this code. James /*Language : Fivewin/xHarbourUpdated  : Notes    : ...
by James Bott
Fri Aug 25, 2017 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11890

Re: send mail

... it has anything to do with Thunderbird. Or, maybe you are saying the even Thunderbird does not work on those PCs? Possibly those PC's that are erroring out have a different version of CDO or it is not registered correctly. Do you know what error 1001.0000 means? Also, the firewall on those ...
by James Bott
Fri Jun 09, 2017 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send mail
Replies: 11
Views: 2007

Re: ADORDD FAQs

... before is occurring in the second line here (6394 in ADORDD.PRG): if lOverWrite hb_adoRddDrop( oCn, cBaseDir + aFile[ F_NAME ], , , DBEngine ) // erroring here endif But since you are passing .f. for lOverwrite, that line is not being executed, so it must be showing a different error message now. ...
by James Bott
Wed Jul 27, 2016 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19558

Re: ADO RDD xHarbour

Antonio,

It also seems that your TRYADORDD.PRG file has not been updated as it is erroring out with 3 errors. And there are undeclared vars too.

If would really help if you could provide in this test PRG, tests of all the new functions also. Otherwise each of us has to create test programs.

James
by James Bott
Wed Oct 14, 2015 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446044

Re: ADO RDD xHarbour

OK, here is the line erroring out. TLOCKS->(DBSETINDEX(aLockCtrl[1]+RDDINFO(RDDI_ORDBAGEXT,,aLockCtrl[2]) )) I have done a global search and I can't find any .H or .CH files containing the manifest constant RDDI_ORDBAGEXT. So that ...
by James Bott
Tue Jun 30, 2015 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446044

Re: SOAP WebService

... and if it were me and I intentionally misspelled it, then later I would spell it correctly somewhere else in the code and then wonder why it was erroring out. Just thought I would mention it. James
by James Bott
Mon Mar 17, 2014 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOAP WebService
Replies: 11
Views: 3543

Re: Harbour Ole syntax

Richard,

It is showing today, so its seems wrong.

But it is not erroring as you described, maybe I missed when we started talking about a different issue :-)
by Antonio Linares
Tue Jun 04, 2013 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Ole syntax
Replies: 34
Views: 6558

Re: SEND EMAIL

James, Enrico, Ah, I thought you were using the FW native TSMTP class. Is it erroring out during configuration or during sending? During sending. If during sending, you might try adding a sysrefresh() just after the :Update() during the configuration. Great suggestion! ...
by Enrico Maria Giordano
Wed Apr 03, 2013 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEND EMAIL
Replies: 35
Views: 5800

Re: SEND EMAIL

Enrico, Ah, I thought you were using the FW native TSMTP class. Is it erroring out during configuration or during sending? If during sending, you might try adding a sysrefresh() just after the :Update() during the configuration. How often is it erroring out? ...
by James Bott
Wed Apr 03, 2013 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEND EMAIL
Replies: 35
Views: 5800

Re: Syntactical compiler error

Rao The parameters seem to now work :Click() and :Item(0) .. however, now the "-" is erroring .. I appreciate your tenacity .. I know it is difficult to test this without the code. Very appreciative ! Rick Lipkin cSFD := "document:forms:tsf:lst-ib"OSendMulti( ...
by Rick Lipkin
Sat Jul 30, 2011 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syntactical compiler error
Replies: 16
Views: 5890

Re: Refreshing xbrowse when dataset is closed and re-opened

... oRS ) Note that a recordset is not an alias. There is no alias used when using a recordset. In TWbrowse you had to set cAlias to nil to prevent it erroring--this was really a workaround for a bug. The command is same is oBrw:SetAdo( oRs, ...... ) There is no need to say oBrw:cAlias := nil. The ...
by nageswaragunupudi
Thu Jul 15, 2010 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refreshing xbrowse when dataset is closed and re-opened
Replies: 67
Views: 16539

Re: Refreshing xbrowse when dataset is closed and re-opened

... oRS ) Note that a recordset is not an alias. There is no alias used when using a recordset. In TWbrowse you had to set cAlias to nil to prevent it erroring--this was really a workaround for a bug. Did you try the oBrw:gotop()? James
by James Bott
Wed Jul 14, 2010 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refreshing xbrowse when dataset is closed and re-opened
Replies: 67
Views: 16539

Re: Refreshing xbrowse when dataset is closed and re-opened

... Well, you didn't do it exactly the way I suggested. You have enabled the browse before opening the new recordset. I am also not sure that is it erroring out on the oRsTrip:Close() as you indicated. How about putting a MsgInfo() right after that statement to see. Your error message is indicating ...
by James Bott
Wed Jul 14, 2010 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refreshing xbrowse when dataset is closed and re-opened
Replies: 67
Views: 16539

Re: dbskipper intermitent error

... again and I don't think the error is occuring at the msgwait(). Like Richard's problem, your database is being closed and then the program is erroring out in the browse when it attempts to skip, probably when redisplaying the browse after the msgwait() display is removed. I note that at the ...
by James Bott
Thu Oct 15, 2009 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9694

Re: dbskipper intermitent error

Richard,

>Still puzzled, this is the part where the error occured , in the default part .... the first 2 lines were executed not the third.

Well, it is all actually only one line as far as the compiler is concerned, so I am wondering what makes you think it is erroring where you say it is?

James
by James Bott
Wed Oct 14, 2009 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9694
Next

Return to advanced search