Search found 59 matches: applicable

Return to advanced search

Re: FWH 18.03: FW_SaveImage()

... rect. Values >= 1 indicate absolute pixels Values > 0 and < 1 indicate percentage of height and width 0.25 means 25% of height/width as applicable. nBottom and nRight: NIL default to bottom and right of the image rect. Negavive values indicate offset from bottom / right. Some examples ...
by nageswaragunupudi
Tue Apr 24, 2018 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03: FW_SaveImage()
Replies: 2
Views: 1020

Lectura de puertos seriales..

... )) > 0 msgwait('Sen han enviado'+str(BitesSend,5),'',.5000) ENDIF cBlock=space(1024) nTry=0 do while nTry<10 // can remove this nTry if not applicable if ( nBytes := readComm( nComm, @cBlock) ) > 0 msgwait('Esperando haber si lee algo , espere'+str(nTry,5),'',.10) LogFile( "Milagros.log", ...
by Busmatic_wpb
Tue Jan 30, 2018 11:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lectura de puertos seriales..
Replies: 9
Views: 2354

Problemas para enviar mails con TSMTP()

... could not be resolved" + CRLF + ; "Make sure you're connected to the internet and" + CRLF + ; "check the firewall settings if applicable", MSG_CAPTION ) esto ocurre cuando: Elseif ::cIPServer == "0.0.0.0" .or. Empty( GetHostByAddress( ::cIPServer ) ) (*) Ver ...
by FiveWiDi
Wed Dec 13, 2017 10:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas para enviar mails con TSMTP()
Replies: 0
Views: 603

Cristobal, a question to menu

I will show the main-menu with border. But no border to see. Is a solution applicable?
Code: Select all  Expand view
2013 FONT oFont_daten COLORMENU MENUCOLOR1, MENUCOLOR2 HEIGHT 2 COLORSEPARATOR MENUCOLOR3 ;
     COLORSELECT MENUCOLOR1,MENUCOLOR2,MENUCOLOR1 COLORLEFT MENUCOLOR2 COLORRIGHT MENUCOLOR1 //NOBORDER
by byte-one
Sun Sep 17, 2017 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cristobal, a question to menu
Replies: 7
Views: 1043

New FTDN April/Abril 2017 (FWH 17.04)

... rowset, the record is read from the table and appended to the rowset. - Enhanced: Method EditBaseRecord() automatially updates browse totals where applicable. * adofuncs.prg - While creating table or importing table from dbf, 2 bytes extra width is provided for decimal fields. Fixed now * bar.prg: ...
by Antonio Linares
Mon May 01, 2017 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2017 (FWH 17.04)
Replies: 0
Views: 1278

Re: Interfacing with Dicom sistems

... (Australian) implementations whilst supposedly following the standards had their own variations. Happy to share code but cannot guarantee how applicable it will be for you. Re DICOM: I have code that will parse DICOM files (well nuclear medicine ones that we generate) with some Philips extensions. ...
by xProgrammer
Fri Apr 28, 2017 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 12127

New FTDN January/Enero 2017 (FWH 17.01)

... and footer of that column was being refreshed. Now all affected columns are automatically incrementally modified and footers refreshed. This was applicable to inline edits only. If the programmer directly modifies values of the database or appends or deletes, the programmer had to specifically ...
by Antonio Linares
Wed Jan 25, 2017 8:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2017 (FWH 17.01)
Replies: 1
Views: 2078

New FTDN June/Junio 2016 (FWH 16.06)

... cSql, aParams, [cDB] ) --> cSql This function greatly simplifies ebedding constant values in sql statements according to the syntax applicable to the database in use. By default, the function uses the syntax for the database opened with FW_OpenAdoConnection. Optionally, programmer ...
by Antonio Linares
Sun Aug 07, 2016 7:03 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2016 (FWH 16.06)
Replies: 2
Views: 2396

Re: convert this "1458480306" Into 20160320142506

... When DST is in use it is going to be +02:00, i.e. 2/24 of a day. So, this forumla should also consider DST. We need to use the TimeZone offset applicable to the converted UTC date but not the date when the function is called. That means we need to have a look up table. Here is the revised function ...
by nageswaragunupudi
Thu Mar 24, 2016 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert this "1458480306" Into 20160320142506
Replies: 9
Views: 2552

Trying to understand Unicode - Intentando entender Unicode

... but also depend on the selected code page (nation) or installed by default. Of course, if you use a different encoding such as UTF-16 it is not applicable as already commented that none of the codes are encoded in 8 bits. We bring the links we find to have the best documentation about
by cnavarro
Wed Sep 30, 2015 8:08 pm
 
Forum: Off Topic / Otros temas
Topic: Trying to understand Unicode - Intentando entender Unicode
Replies: 3
Views: 837

Re: ADO RDD xHarbour

Isn't uResult provided by reference ?

If not, then this value will be lost:

uResult := Eval( bBlock )

not sure if it will be also applicable to:

UR_SUPER_EVALBLOCK( nArea, bBlock, uResult )
by Antonio Linares
Wed Apr 22, 2015 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452966

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

... TO UPPER(CLIENTE) = 'A' can be fully optimized. The guidelines I indicated above to set optimized filters/where clauses are universal and are applicable to all RDBMSs as well.
by nageswaragunupudi
Wed Feb 04, 2015 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8434

Re: FWH & Text Messages

Tim,

I'm not sure it is applicable to your needs but there is a FWH example for using whatsapp, \fwh\samples\whatsapp.prg

I've never tried this sample, I'm not sure what it can or cannot do.

Robb
by rhlawek
Thu Aug 21, 2014 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH & Text Messages
Replies: 8
Views: 2307

Re: Fórmula universal

... as they are based 2 powers ( 2 ^ 0, 2 ^ 1, 2 ^ 2 ) and then the red color numbers represent the ones not found yet in the list. This should be applicable to many different things, and I wonder where we can find them, and the purpose for those series. Possibly we can't understand why, but they ...
by Antonio Linares
Tue May 13, 2014 10:41 am
 
Forum: Off Topic / Otros temas
Topic: Fórmula universal
Replies: 5
Views: 898

ADS Local and Index

... use cSomeString. I found this on the ADS website: Memory variables do not work in expressions sent to the Advantage Database Server. This is applicable with filter or index expressions. The expression that is used for filtering or indexing must have all macros expanded prior to sending the ...
by Jeff Barnes
Sat Jan 11, 2014 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Local and Index
Replies: 12
Views: 2043
PreviousNext

Return to advanced search