Search found 2402 matches: values

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... - Enhanced: function Fw_OpenAdoConnection( ; cConnStr, [lShowError], [@oErr], [nTimeOut] ) * fwxlsxlb.prg: fixed format while exporting datetime values with fraction of seconds. Also increased column size to fit the contents. * FWMariaRowSet: - Method ToExcel(): (1) Enclosed :FreezePanes in TRY/CATCH ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 42

Re: compile errors - send a SMS

I have run SMS with Twilio for the past 15 months. Here is my complete code implementation. * & # are used in spaces where specific client values must be substituted. Communications curl.exe -X POST https://api.twilio.com/2010-04-01/Accounts/****************/Messages.json ^--data-urlencode ...
by TimStone
Fri Apr 12, 2024 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 302

Re: FWHMYSQL Insert failing

... this: INSERT INTO `folha` ( `cemp`,`nfolha`,`cmat`,`cvandes`,`cvdorig`,`val_inf`, `val_calc` ,`total_inc`,`filial`,`clotacao`,`prazo`,`situacao` ) VALUES ( '047','9WZ','00261','500','500',0, 0 ,0,'1','       ',1,'  ' ) ON DUPLICATE KEY UPDATE `cvdorig` = VALUES ( `cvdorig` ) ,`val_inf` = VALUES ...
by vilian
Mon Apr 08, 2024 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 402

DNS

Hi,

DNS is registered on the computer. Is it possible to read their values from FWH ?
by Natter
Thu Mar 28, 2024 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1023

Re: records on xbrowse

oBrw:nLen and oBrw:nDataRows get their values after the first Refresh/paint of the browse. Also oBrw:nDataRows changes when browse is resized. DEFINE BUTTON/BTNBMP ..... (arrows)  ... WHEN ( oBrw:nDataRows >= oBrw:nLen ) would ...
by Silvio.Falconi
Tue Mar 26, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1695

Re: records on xbrowse

oBrw:nLen and oBrw:nDataRows get their values after the first Refresh/paint of the browse.
Also oBrw:nDataRows changes when browse is resized.

Code: Select all  Expand view
DEFINE BUTTON/BTNBMP ..... (arrows)  ... WHEN ( oBrw:nDataRows >= oBrw:nLen )

would work
by nageswaragunupudi
Tue Mar 26, 2024 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1695

Re: Fulltext-Search

Hello friends, I conducted further tests. For reference, I used TC. Here are the values for the same search. TC 1.40 min findstr 40 sec = command prompt ps 15 sec Get-ChildItem -Path c:\www\htdocs -Recurse -Filter *.prg | Select-String -Pattern "AP_GetPairs()" ...
by Otto
Sun Mar 17, 2024 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1247

Re: Google Graph extra graphic ? (Navaro)

... sensor value NUM = Program number (steps 1 to xxx that the robot is doing) cronologic sequence SER0 - SER2 (will be ser 5) are the 6 servo's values and the values that the gauges will show. For testing now 3 are used. later on, the xbrowse will containe server input data from arduino, all ...
by Marc Venken
Thu Feb 22, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Dear Mark,

well done!

Another way is updating after editing a xbrowse cell. If you let me know what cells will keep the values then we can do it also.

I am emailing you an updated webview DLLs that fix the resolution change. Please try them, thank you
by Antonio Linares
Thu Feb 22, 2024 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Google Graph extra graphic ? (Navaro)

Here you have it. The values are changing from the button, next is to change them from the xbrowse events: #include "FiveWin.ch"#Define CLR_ORANGE     nRGB( 255, 165, 000 )extern dbfcdxfunction Main()  ...
by Antonio Linares
Wed Feb 21, 2024 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: PepPol European Invoicing standard

A more complex xml. Characteristics: + Assignment of individual values ​​or repetition blocks through macros + Comments with //** A parsing function does the job METHOD BloqueFactura() CLASS TSiiDocAltaModificacionINTERMEDIA_Local cTEXT INTO c    ...
by paquitohm
Wed Feb 14, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 925

Re: JSON2DBF adapter

... only to create the array strings for the json. When preparing a JSON for HTML, there can be styling, etc., as well. For example, if you have values and they are negative, you can present these in HTML in red instead of black. Thus, you have the `do while/enddo` not passing parameters like ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 505

Re: Grabar imagen en tabla mysql

... * cFileG := StrToHex(MemoRead(cFILE)) * cCMDVAL :="" cCmdSql := "INSERT INTO PROGRAMA(TIPO,ARCHIVO,NOMBRE,FECHA,TAMA,HORA) VALUES( " cCMDVAL := cCMDVAL+"'"+cTIPO +"', " cCMDVAL := cCMDVAL+"'"+cFileG +"', " cCMDVAL := cCMDVAL+"'"+cFILE ...
by Marco Augusto
Fri Jan 19, 2024 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar imagen en tabla mysql
Replies: 5
Views: 401

Re: I'm not asking for the moon...

... }ACTIVATE DIALOG oDlg1 CENTERED xbrowse(nVar)RETURN nil  Claro que es muy mejorable, pero al menos para comenzar Cesar, the values ( nVar1,2,3,4) must be numeric and then not wish "." ( dot separation) but "," (comma separation) then it run if the nvar ...
by Silvio.Falconi
Thu Jan 18, 2024 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2155

Re: I'm not asking for the moon...

Do you mean something like this? https://mybergland.com/fwforum/gettest.gif No, you not understood the values are numeric ( 6 digit , 2 decimals) 1. at init see only a zero "0" at Right, so I not must see 0.00 2. when digit 12345 the get must transform to 123,45, ...
by Silvio.Falconi
Thu Jan 18, 2024 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2155
Next

Return to advanced search