Search found 20 matches: covert

Return to advanced search

Re: ODBC Date Format

That is a character value
You con covert to date with
Code: Select all  Expand view
dDate := FW_Str2Dt( strDate )


Please see:
Code: Select all  Expand view
  oDbf:lDateAsStr := .t.

at line 95 of testodbc.prg
by nageswaragunupudi
Tue Jul 18, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ODBC Date Format
Replies: 3
Views: 201

Re: MARAIDB ROWSET ONE RECORD TO COVERT INTO COLUMNS

Dear Rao Sir ,

Thanks a lot...!

Thanks
Shridhar
by shrifw
Tue May 30, 2023 3:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARAIDB ROWSET ONE RECORD TO COVERT INTO COLUMNS
Replies: 2
Views: 260

Re: MARAIDB ROWSET ONE RECORD TO COVERT INTO COLUMNS

We need to start with this table. Original  RowSet Result : col_name     col_value ------------     --------------- name            Suresh age               22 dob       ...
by nageswaragunupudi
Wed May 24, 2023 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARAIDB ROWSET ONE RECORD TO COVERT INTO COLUMNS
Replies: 2
Views: 260

MARAIDB ROWSET ONE RECORD TO COVERT INTO COLUMNS

Dear Rao Sir , As we convert SQL result set from rows to columns. Is there any way to convert MariaDB Rowset into columns. for the given below examples: Original  RowSet Result : col_name     col_value  ------------     --------------- name            Suresh age               22 dob               01...
by shrifw
Wed May 24, 2023 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARAIDB ROWSET ONE RECORD TO COVERT INTO COLUMNS
Replies: 2
Views: 260

New FTDN April/Abril 2023 (FWH 23.04)

... Defaults to bmp. - Other parms are self explantary. Note: nClrBack is not used in this version. This function is intended to covert hBitmap/pImage, mostly obtained from clipboard, for assigning to MEMO/BLOB fields. * TGET: - While editing Date and DateTime variables, following ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1750

Re: Dlg2Wnd

... So I created a Dialog with Pelles rc-editor and was able to place all my controls visually much more comfortable. Now I'm looking for a way to covert this dialog to a window object. May be I will write a codeblock for right clicks of my components to display the exact coordinates. Those values ...
by Detlef
Tue Apr 12, 2022 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dlg2Wnd
Replies: 11
Views: 600

Re: Dates behave different with Sql systax ?

... use them just as you use in Harbour with DBFs. No need to do any conversions. I presume field type of "dag" is Date. There is no need to covert "dag" in to a character value using date_format. Also there is no need to use ValToSql. Please straight away use simple Harbour variables. ...
by nageswaragunupudi
Mon Jan 09, 2017 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dates behave different with Sql systax ?
Replies: 4
Views: 2137

Re: convert this "1458480306" Into 20160320142506

... of time separated by one hour. How do we distinctly identify which one it is? In other words, if we want to convert this time into UTC, do we covert it as 25 Oct 2015 00:35 or 25 Oct 2015 01:35?
by nageswaragunupudi
Thu Mar 24, 2016 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert this "1458480306" Into 20160320142506
Replies: 9
Views: 2530

Re: DataRow problem

... OF oDlg So, we thought everything was alright but in fact was not alright. Revised DataRow brought out the problem. Best and the safest way is to covert all logical fields to BIT type instead of TINYINT or INT type. I know there are programmers who use INT to hold logical values but in their application ...
by nageswaragunupudi
Thu Feb 26, 2015 4:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DataRow problem
Replies: 2
Views: 893

Re: La nueva apariencia de EasyReport

... in HVM then the function in HRB is converted to STATIC one HB_HRB_BIND_OVERLOAD - overload all existing public functions HB_HRB_BIND_FORCELOCAL - covert all public functions to STATIC ones Other HB_HRB_* defines will be added in the future http://fivetechsupport.com/forums/viewtopic.php?f=3&t=23527&start=0 ...
by cnavarro
Mon Sep 29, 2014 9:05 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: La nueva apariencia de EasyReport
Replies: 226
Views: 155288

Re: tData for SQL

... stage and not a retro-fit after the fact. If you like we can share some code, or I would even be willing to take one of your small modules and covert the code in your context so you can see how SQl and Ado work together. Rick Lipkin
by Rick Lipkin
Wed Jul 09, 2014 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6201

Re: Date Issue

Fivewin function uCharToVal( "06-Apr-1960", 'D' ) returns Date correctly. You may check and use this function to covert date strings into date variables.

As far as my limited knowledge goes we may not use 'MMM' in short date formats in windows.
by nageswaragunupudi
Fri May 09, 2014 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Issue
Replies: 2
Views: 610

Convert HEX vector to image

... The code i have been supplied as an example is in PHP, has anybody any idea how I can covert this to run in my application and save the converted image to a file. if ($sig != ""){                                ...
by Gary Woodley
Thu Mar 25, 2010 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert HEX vector to image
Replies: 11
Views: 2743

Re: Hand-drawing lines on a Google map

... to adjust with Cosine of the latitude, because the parallels get smaller as latitude increases. The 0.017453 is to convert degrees to radians. To covert lat_miles y long_miles to pixels x_pix:= long_miles / nZoomy_pix:= lat_miles / nZoom  (nzoom is one of the values of the array zoom above, example ...
by alvaro533
Fri Oct 16, 2009 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hand-drawing lines on a Google map
Replies: 9
Views: 2280

Re: Jpeg to PDF

The TPdf class is able to covert jpg, tiff and png files only into pdf. Are you aware of any utility that can convert emf files into pdf ? Nconvert can do it, but I am looking for a library that I can link to my application. Dear Rao: ...
by mmercado
Mon May 25, 2009 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Jpeg to PDF
Replies: 20
Views: 6335
Next

Return to advanced search