Search found 348 matches: darrell

Return to advanced search

Re: Soap Web Service - timeout request

Darrell intenta con 'MSXML2.ServerXMLHTTP' que tiene el metodo setTimeouts(lResolve, lConnect, lSend, lReceive) 'MSXML2.XMLHTTP' es distinto de 'MSXML2.ServerXMLHTTP' Yo lo uso asi oHttp := CreateObject( 'MSXML2.ServerXMLHTTP' ...
by RSalazarU
Thu Jan 11, 2024 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 702

Re: Soap Web Service - timeout request

Dear Darrell, Please try this: oHttp:Open( 'POST', cURL, .F. ) oHttp:SetRequestHeader( "Content-Type","application/xml") oHttp:SetRequestHeader( "Accept","*/*") oHttp:SetRequestHeader( ...
by Antonio Linares
Tue Jan 09, 2024 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 702

Re: Display jpg via http url

Dear Darrell,

It is a Windows DLL so it is available by default
by Antonio Linares
Thu May 04, 2023 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display jpg via http url
Replies: 5
Views: 853

Re: Convert code to FWH

Dear Darrell, Please download this zip file: https://github.com/starofrainnight/winio/releases/download/3.0/WinIo.zip And try this initial version: #include "FiveWin.ch"#include "dll.ch"#define ...
by Antonio Linares
Sat Apr 29, 2023 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 952

Re: Convert code to FWH

Dear Darrell,

What C compiler are you using ?

Are you using 32 or 64 bits ?
by Antonio Linares
Sat Apr 29, 2023 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 952

Re: Error reading XLS via FWH app running as scheduled task

Darrell Searching your problem .. I noticed that [DISP_E_EXCEPTION] seemed to occur after a Server 2019 update .. check if your server has received any Microsoft updates recently ( past week or so ) .. If yes, you might consider ...
by Rick Lipkin
Sat Apr 09, 2022 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error reading XLS via FWH app running as scheduled task
Replies: 5
Views: 427

Re: Error reading XLS via FWH app running as scheduled task

Dear Darrell,

Have you checked that F:\web\webfrt\xxx\inbox\ACE-AES-XLS-ORDER 485885.xlsx exists and that it is a valid file also ?
by Antonio Linares
Sat Apr 09, 2022 6:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error reading XLS via FWH app running as scheduled task
Replies: 5
Views: 427

Re: SQL Update Response

Mr. Darrell Ortiz We suggest this approach: Please copy this program to fwh\samples folder and build with buildh.bat or buildx.bat #include "fivewin.ch"#include "adodef.ch"function Darriel()   local ...
by nageswaragunupudi
Thu Aug 08, 2019 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Update Response
Replies: 10
Views: 1770

Re: SQL Update Response

Darrell

Found this on Ado properties

[url]
https://docs.microsoft.com/en-us/sql/ad ... erver-2017
[/url]

Rick Lipkin
by Rick Lipkin
Tue Aug 06, 2019 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Update Response
Replies: 10
Views: 1770

Re: SQL Update Response

Darrell

You might create an intentional error and Try Catch and eval oErr with xBrowse(oErr) and see what you get.

Rick Lipkin
by Rick Lipkin
Mon Aug 05, 2019 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Update Response
Replies: 10
Views: 1770

Re: SQL Update Response

Darrell DO not know if there would be an error code for the connection string .. as you ( and I ) use it .. it either works or fails .. but you can evaluate oErr in the break trap when you create commands or recordsets. // ...
by Rick Lipkin
Mon Aug 05, 2019 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Update Response
Replies: 10
Views: 1770

Re: SQL Update Response

Darrell

This url may help devine your error codes..

[url]
https://stackoverflow.com/questions/135 ... rror-codes
[/url]

Rick Lipkin
by Rick Lipkin
Mon Aug 05, 2019 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Update Response
Replies: 10
Views: 1770

Re: XML read, memory allocation error

Darrell,

In the loop, before the END, please place a call to SysRefresh() and another call to hb_gcAll()
by Antonio Linares
Thu Jun 20, 2019 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML read, memory allocation error
Replies: 2
Views: 599

Re: Late to FiveTouch party!

Darrell,

You may order FiveTouch developers edition from our website, thanks

You may first read FiveTouch wiki from here:
https://github.com/FiveTechSoft/fivetouch/wiki
by Antonio Linares
Wed Jan 16, 2019 11:07 am
 
Forum: FiveTouch
Topic: Late to FiveTouch party!
Replies: 4
Views: 1651
Next

Return to advanced search

cron