Search found 72 matches: presume

Return to advanced search

Re: Dates behave different with Sql systax ?

... in FWH with SQL. But not at all difficult with FWHMYSQL. Please 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 ...
by nageswaragunupudi
Mon Jan 09, 2017 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dates behave different with Sql systax ?
Replies: 4
Views: 2169

Re: field data in database access

I presume the datatype for MyTime is Char ? .. I would place a msginfo() on your value to see if you are looking at a nil value or just " " Just to debug and test : cTime := odbf:Fields("MYTIME"):value Msginfo( ...
by Rick Lipkin
Thu Jul 07, 2016 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: field data in database access
Replies: 1
Views: 461

Re: Fivewin en version antigua (FW24)

... sample. We highly recommend the use of this class since is completely usable, the only important feature missing is printing as a RTF but we presume it will be ready on next 2.4 revision. * New: Class DateTimePicker. This news class uses the standard DateTime picker control of Windows 32 ...
by cnavarro
Wed Jun 22, 2016 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 5472

Re: xBrowse jpg in SQL-database

Marc I presume you are trying to view jpg thumbnails imported into a Sql table. From my experience, the only way to store any file in a Sql table is to import the picture as a binary file (AppendChunk) into a ( sql server ) VarBinary(Max) ...
by Rick Lipkin
Sat Dec 26, 2015 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse jpg in SQL-database
Replies: 19
Views: 3179

Re: FW user login to authenticate from windows active directory

... may not be the case .. but in order to use Active Directory the MACHINE your customer is using to authenticate your application ( external app I presume ) MUST be a member of the domain. You just can not take any computer that is not part of the domain and expect the user on that machine to authenticate ...
by Rick Lipkin
Mon Nov 30, 2015 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10246

Re: Width of the menu title

driessen wrote:Cristobal,

No specific font is defined for my menu's.
So, the font defined in Windows is used, I presume.


Ok, understood
Regards
by cnavarro
Tue Sep 15, 2015 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Width of the menu title
Replies: 7
Views: 1078

Re: Width of the menu title

Cristobal,

No specific font is defined for my menu's.
So, the font defined in Windows is used, I presume.
by driessen
Tue Sep 15, 2015 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Width of the menu title
Replies: 7
Views: 1078

Re: PUBLIC var declaration issue

... The code is also complicated since many, if not most, of the variable names are seemingly randomly generated strings of letters with no meaning. I presume this was done since when I first worked with this code many years ago, there were no variable declarations, so everything was private. Thus ...
by James Bott
Mon Aug 31, 2015 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 6702

Re: ADO RDD xHarbour

Welcome back AHF. I am excited to have your expertise available again.

I like the COPY TO example. One concern I have is the HBRECNO field. I presume you need to first create the SQL table with the added HBRECNO field before running your code?

James
by James Bott
Mon Aug 03, 2015 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 461779

Re: Problem in rpreview (FWH 15.05)

Antonio,

Thanks a lot. Problem solved.

I presume it will be corrected in the next FWH.
by driessen
Thu Jun 11, 2015 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in rpreview (FWH 15.05) - solved
Replies: 3
Views: 596

Re: json

Colin Haig wrote:I presume cJson shoud be passed to the post method not hJson
Colin


yes right, sorry my mistake
by Daniel Garcia-Gil
Wed Aug 27, 2014 1:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: json
Replies: 3
Views: 816

Re: json

... What should the valtype of cJson be. ? oHttp:hFields["Content-Type"] = "application/json" now you can post I presume cJson shoud be passed to the post method not hJson oHttp:Post(hJson,cUri) I am still having issues with the update METHOD PostByVerb( xPostData, ...
by Colin Haig
Tue Aug 26, 2014 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: json
Replies: 3
Views: 816

Re: XBROWSE ARRAY go to some ROW

... using the mouse. When you use oBrw:bClrRowFocus, you need to set oBrw:nMarqueeStyle to one of the MARQSTYLE_HIGHLROW* constants. In your case, I presume you might have set it to MARQSTYLE_HIGHLROWMS. This style puts the browse in multiselect mode. If in multiselect mode, we need to add oBrw:Select(1) ...
by nageswaragunupudi
Tue Jun 24, 2014 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ARRAY go to some ROW
Replies: 9
Views: 1825

Re: xBrowse + OO Array

... an array similar to DbStruct(), with field name, type, len and dec. XBrowse uses this array to work with the column definitions in your class. I presume you have implemented on error method so that : obj:<colname> returns value of the column and obj:<colname> := x sets the new value ...
by nageswaragunupudi
Fri Jun 06, 2014 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + OO Array
Replies: 16
Views: 5017

Re: Scrollbars missing

... will be no extra work when you make changes. When the RC file is loaded back into the resource editor, it will show up as a custom control. I presume the only changes you might be making are the size and location. When saved it should be the same code as you entered using the text editor with ...
by James Bott
Thu Feb 20, 2014 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 5211
PreviousNext

Return to advanced search

cron