Search found 2406 matches: values

Return to advanced search

Re: Any code snippet for getting token of OAuth2?

Unable to get it to work so far.

Where should the values below be inserted in the code?
Image

This is the documentation of the API that I am trying to get to work https://sdk.myinvois.hasil.gov.my/api/0 ... er-system/

TIA
by hua
Tue May 07, 2024 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any code snippet for getting token of OAuth2?
Replies: 3
Views: 531

xbrowse (likely a custom table) whose contents change dynam

... adjusting the table's view based on selected criteria. Each filter change triggers a real-time update, sending the selected filter states and values to the server for precise data processing. To achieve what you want, you need to call a JavaScript function each time the filter inputs are changed. ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 61

Re: how to change the size of an xbrowse in runtime

If you use negative values for size, you should use the following to change it:
oBrw:nBottomMargin -= 40
Regards,
Otto
by Otto
Thu May 02, 2024 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 280

Re: DBCOMMIT() EN DBF - SQL AUTOMATICO ?

There is no ADO Sql "commit" command ... instead when you complete updating all your sql table values .. you would just issue oRsTablename:Update() .. here is a small sample code on how I manage my sql values //---------------------------------Static FUNC  _Doit(cMODE,cUserId,cPassword,;  ...
by Rick Lipkin
Mon Apr 29, 2024 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCOMMIT() EN DBF - SQL AUTOMATICO ?
Replies: 4
Views: 199

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: 1
Views: 402

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: 380

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: 432

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: 1510

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: 1731

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: 1731

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: 1285

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: 2926

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: 2926

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: 2926

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: 936
Next

Return to advanced search