Search found 255 matches: providing

Return to advanced search

Re: SMS To Customer - Upon Order Delivery

... and received with this msginfo() ( Failed Calling - 'MSXML2.ServerXmlHttp' ) I have also checked on the clients server ...The SMS does not send providing the same message as above but does not hang the application. I have also checked Antonio's function using CURL on the local machine and server, ...
by RiazKhan
Thu Apr 08, 2021 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1743

Re: EasyReport progress?

... systems backup data every night and send it to a special off site server ...and I can have them back up and running within 15 minutes of them providing a clean drive ). Internet is the way of the future, but there are many issues remaining to be resolved ... at least here. Tim
by TimStone
Mon Mar 29, 2021 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 10217

Re: New FWH 21.01

... In this previous thread. you mentioned putting the new work on the Easy Report Generator into this distribution so we could begin testing it and providing feedback: [url].http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39880[/url] I do not see that in the notes. Did it get included ...
by TimStone
Mon Feb 08, 2021 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 21.01
Replies: 2
Views: 638

New FTDN January/Enero 2021 (FWH 21.01)

... sample \fwh\samples\imgb64.prg * TEdit class ( source\classes\edit.prg ) Added clauses UPDATE and LIMITTEXT [BY n CHARS] to REDEFINE EDIT command providing the same functionality as @ r,c EDIT command to edit controls created from resources also. * TDatarow/FW_Record class: Character values in ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1299

Re: How to detect fail connection to MySql SOLUCIONADO

... Two ways: 1) oCn := maria_Connect( cHost, cDatabase, cUser, cPassword, nPort, .F. )  Note: ".F." can be the last parameter after providing all parameters. Position of this parameter is not important OR 2) oCn := maria_Connect( "hostaddress:port", cDatabase, cUser, ...
by TecniSoftware
Thu Jan 21, 2021 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to detect fail connection to MySql SOLUCIONADO
Replies: 7
Views: 714

Re: How to detect fail connection to MySql SOLUCIONADO

... Two ways: 1) oCn := maria_Connect( cHost, cDatabase, cUser, cPassword, nPort, .F. )  Note: ".F." can be the last parameter after providing all parameters. Position of this parameter is not important OR 2) oCn := maria_Connect( "hostaddress:port", cDatabase, cUser, ...
by nageswaragunupudi
Thu Jan 21, 2021 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to detect fail connection to MySql SOLUCIONADO
Replies: 7
Views: 714

Re: GS1 DATAMATRIX

We are now providing DATAMATRIX only, not GS1 DATAMATRIX.
We will examine this issue.
by nageswaragunupudi
Thu Dec 17, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GS1 DATAMATRIX
Replies: 2
Views: 414

Re: Onedrive

Silvio, Microsoft will not be providing options, enhancements, or even support, for any OS except the current version of Windows 10. Backward compatibility is just too difficult. They learned that from Apple. OS updates move along, and are ...
by TimStone
Sun Jul 26, 2020 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Onedrive
Replies: 9
Views: 1588

How to implement PeekStr()

... = <space> YYYY = four-digit query number (0000 is first query) NL = new line (<ctrl-M><ctrl-J>) Can anyone assist with this, by providing an actual example of a similar scenario?
by FWExplorer
Mon Jun 15, 2020 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 2225

Re: Reemplazo nativo de FWH a DSay

MarioG wrote:
nageswaragunupudi wrote:SCROLLMSG is available from version FWH1903.

You keep asking us and we keep providing new classes you ask.


Hola
No esta disponible en modo REDEFINE?


Alguna respuesta?
by MarioG
Thu May 14, 2020 10:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reemplazo nativo de FWH a DSay
Replies: 14
Views: 2428

Re: Reemplazo nativo de FWH a DSay

nageswaragunupudi wrote:SCROLLMSG is available from version FWH1903.

You keep asking us and we keep providing new classes you ask.


Hola
No esta disponible en modo REDEFINE?
by MarioG
Wed May 13, 2020 12:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reemplazo nativo de FWH a DSay
Replies: 14
Views: 2428

Re: "PROBLEMILLA" CON TCBROWSE FWH

Mr. Karinha For providing a solution to Mr. Pacotre, we first need to reproduce the problem pointed out by him. For this purpose, such a very long program is not necessary. The following two-line program is enough. #include "fivewin.ch"function ...
by nageswaragunupudi
Tue May 12, 2020 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "PROBLEMILLA" CON TCBROWSE FWH
Replies: 20
Views: 2419

Re: fwnumFormat ( where is the documentation ?)

... By simply changing the settings of FWNumFormat() you can Internationalize your application as long as you do not interfere with their working by providing your own hard coded picture formats. Hi Mr. Nages, With Xbrowse I try to export to Calc format from LibreOffice or Xls from Excel with the ...
by Jorge_T
Wed Mar 25, 2020 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwnumFormat ( where is the documentation ?)
Replies: 7
Views: 966

Re: fwnumFormat ( where is the documentation ?)

XBrowse, TDatarow etc programs automatically use FWNumFormt() settings to format numeric values.
By simply changing the settings of FWNumFormat() you can Internationalize your application as long as you do not interfere with their working by providing your own hard coded picture formats.
by nageswaragunupudi
Tue Mar 24, 2020 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwnumFormat ( where is the documentation ?)
Replies: 7
Views: 966

Re: Problem with datepick

... at all in Themed Applications. (Yes, they work in non-themed applications). Because most of our applications these days are themed, we are not providing these features.
by nageswaragunupudi
Wed Mar 11, 2020 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick
Replies: 13
Views: 2880
PreviousNext

Return to advanced search