Search found 49 matches: notation

Return to advanced search

Re: xBrowse footer picture

... nVal Optional Parameter lEuropean defaults to FWNumFormat()[ 1 ] == "E". Converts any number formatted as string using either European notation or American notation, retaining the full precision of the decimal part. In almost all cases the function decides whether the format is European ...
by Marc Venken
Mon Apr 03, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 731

Re: Problem with SQL Native

... for MySql. Another thing, there a few things which work for Americans but not others in the world. because some database servers accept American notation of dates. For example your syntax of DTOC() does not work for me in India even on MSACCESS. In these forums, please post solutions which are ...
by nageswaragunupudi
Mon Feb 07, 2022 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 1673

Re: Print Problem with FWH2104

... -> Left - VCenter "R" -> Right - VCenter "TL" -> Top Left and any combination of T or B with L or R This notation is used in most methods and functions (printer and windows)
by nageswaragunupudi
Thu Jun 10, 2021 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2596

Documentation for variables - what form should it be?

Hi, This is more of a brainstorming question, rather than anything technical. I'd like to stop using my variant of hungarian notation, because it doesn't really look presentable, and it doesn't fit in with standard modern practice. The way I write variables is like Account_Number_n Customer_Name_edt ...
by FWExplorer
Sun Feb 28, 2021 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 930

Re: xBrowse: Avoid long numbers converted to scientific notation

Is this a browse from Array or DBF? From an array which gets its contents from a csv file For now, please do this. Have a function like this function myexcel( oBrw )      local oSheet      oSheet := oBrw:ToExcel()      oSheet:Columns( 1 ):NumberFormat := "#########"...
by hua
Sun May 03, 2020 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Avoid long numbers converted to scientific notation
Replies: 2
Views: 406

Re: xBrowse: Avoid long numbers converted to scientific notation

Is this a browse from Array or DBF? For now, please do this. Have a function like this function myexcel( oBrw )      local oSheet      oSheet := oBrw:ToExcel()      oSheet:Columns( 1 ):NumberFormat := "#########"      return nil  Instead of calling oBrw:ToExcel...
by nageswaragunupudi
Sun May 03, 2020 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Avoid long numbers converted to scientific notation
Replies: 2
Views: 406

xBrowse: Avoid long numbers converted to scientific notation

Hi, I have a col with long numbers, e.g. 119200075708 After exporting to excel from xbrowser, it ends up as 1.192E+11 How to prevent that from happening? https://i.postimg.cc/FKwqJRjw/xbrowse.png TIA p.s. I just noticed all the numbers in "Inv Num." column are converted to ...
by hua
Sat May 02, 2020 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Avoid long numbers converted to scientific notation
Replies: 2
Views: 406

send data with post method

... data ); $( cResultId ).html( data ); } ) .fail( function( data ) { console.log( 'ERROR', data ); } ); second parameter is a JS object (JSON notation) one: "one" etc are the pairs that you will get from AP_Postairs() No need to create a form You can send whatever you want just using ...
by Otto
Tue Sep 17, 2019 7:13 am
 
Forum: mod_harbour
Topic: send data with post method
Replies: 3
Views: 734

Re: What does this syntax mean? hHead := {=>}

... will be auto added hPerson["name"] := "Mike" // in xHarbour, you can write this as hPerson:name but if I'm not mistaken such notation won't auto create non-existent key hPerson["gender"] := "M" AddToDbf(hPerson)
by hua
Wed Jul 03, 2019 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this syntax mean? hHead := {=>}
Replies: 11
Views: 1344

Re: What does this syntax mean? hHead := {=>}

... "dual" nature of the Hash data type, being partly similar to arrays and partly to objects, finds its expression also in the syntactical notation that can be used for retrieving a value from a Hash. Both operators are supported, the array element operator [ ] and the : send message operator. ...
by hua
Wed Jul 03, 2019 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this syntax mean? hHead := {=>}
Replies: 11
Views: 1344

Re: AscW() function

... to and from UTF8 but of WideChar. (16bit char encoding). Windows internally works with WideChar, i.e., 64 bit (little endian) characters. In 8bit notation "AB" is "4142" in hex In 16bit notation "AB" is "41004200" in hex
by nageswaragunupudi
Thu Jun 13, 2019 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AscW() function
Replies: 24
Views: 1948

Re: FWH 18.03: FW_SaveImage()

... -25, -25 }. We need not know in advance the actual size of the image. If we want top-left quarter of the image: { nil, nil, 0.5, 0.5 } The same notation is followed in FW_SayText() and FW_DrawImage(). This allows retaining the position when windows are resized and avoids the need for doing calculations ...
by nageswaragunupudi
Tue Apr 24, 2018 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03: FW_SaveImage()
Replies: 2
Views: 937

Re: Autoincrement field for DBFCDX

... requires 4 bytes of storage. That is the reason why we see 4 as the field length. The maximum value is nearly 4 billion. Expressed in decimal notation its length is 10.
by nageswaragunupudi
Tue Mar 27, 2018 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincrement field for DBFCDX
Replies: 9
Views: 1747

New FTDN November/Noviembre (FWH 17.11)

... nVal Optional Parameter lEuropean defaults to FWNumFormat()[ 1 ] == "E". Converts any number formatted as string using either European notation or American notation, retaining the full precision of the decimal part. In almost all cases the function decides whether the format is European ...
by Antonio Linares
Mon Nov 27, 2017 7:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 17.11)
Replies: 0
Views: 1328

Re: Can Xbrowse show Hex. Color codes

Colors with notation like "#rrggbb" can be converted to normal RGB values with this function: function X2RGB( cClr )   local r  := HEXTONUM( SubStr( cClr, 2, 2 ) )   local ...
by nageswaragunupudi
Thu Nov 09, 2017 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Xbrowse show Hex. Color codes
Replies: 1
Views: 437
Next

Return to advanced search