Search found 28 matches: hardcode

Return to advanced search

Re: picture en xbrowse

... application. If you change "E" as "A", then the entire application will use American format. However you should not directly hardcode the picture strings as "@E 999". Instead use the Function NumPict( 12, 2 ) // 12 is total size and 2 decimal places. Example:  WITH ...
by nageswaragunupudi
Fri Feb 22, 2013 9:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: picture en xbrowse
Replies: 10
Views: 2029

Re: Sobre Cadenas de Tiempo

... if we are compiling with xHarbour. similarly HB_TTOC() and HB_CTOT() in Harbour are same as TTOC() and CTOT() in xHarbour. Either you may hardcode these functions specially for Harbour or better you include the file "hbcompat.ch". I compiled and tested my sample both with xHarbour ...
by nageswaragunupudi
Sat Apr 30, 2011 7:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre Cadenas de Tiempo
Replies: 12
Views: 4252

Re: save dir

... If the user selects a bitmap from somewhere else, then you could copy it to the .\bitmaps subdirectory. Then you could just store the filename and hardcode the path ".\bitmaps" in your code. Alternately, you could not use cGetFile() function and just show a list of all bitmaps in the ...
by James Bott
Thu Apr 14, 2011 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save dir
Replies: 7
Views: 1511

Bitmaps in Xbrowse

... appearing. The added problem i have, is that i give my customers the ability to define what appears and where it appears in the browse, so i can't hardcode that column 1 will be the bitmap Thanks in advance Pete
by PeterHarmes
Wed Jun 24, 2009 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmaps in Xbrowse
Replies: 7
Views: 1037

Pensaste en utilizar un archivo tipo INI para colocar los paths? Creo que es más adecuado cuando se trabaja en red antes que hacer "hardcode".


>"Entiendo que la ruta la indicas con SET DEFAULT TO "

Saludos
by Armando Picon
Fri Sep 19, 2008 6:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Base de datos en red
Replies: 7
Views: 1214

Arrays

... I want to fill a multidimensional array with data from a dbf (to automatic create tsbrowse's) When I hardcode the arry, it works the filling from the dbf is not yet working (any hints) function NewLbx(oLbx,cType) Local aTmp:={} cType = upper(alltrim(cType)) ...
by Antonio Linares
Wed Aug 27, 2008 7:32 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93962

Hello Bartzokas, I think if you use xBrowser you could easyly do this. I once tried a solution with a special font. I hardcode this task. Maybe you could send a block, too? It was something like this: In the METHOD PaintData if !Empty( cData ) where the data is printed I made a if ...
by Otto
Tue Jun 03, 2008 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METER ON A WBROWSE LISTBOX
Replies: 8
Views: 2165

... Adminstrator friends are thankful to us.). Amy periodical changes in the connection parameters can be easily changed. Actually it is better not to hardcode such params. ii) Ask the minimum information and give the server the minimum work. Example, we can sort the recordset at the client instead ...
by nageswaragunupudi
Sun Feb 10, 2008 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 9690

Günther

As a workaround, please modify the errorsys (source\function\errsysw.prg) source code and hardcode there the file path that you want
by Antonio Linares
Mon Nov 26, 2007 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error.log not writable
Replies: 5
Views: 1097

Thank you Antonio,
I can hardcode the values. But this syntax is not dbase-like.
Regards,
Otto
by Otto
Mon Nov 26, 2007 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag & drop folder
Replies: 11
Views: 2409

... R&R report designer? Regards, Randal Dear All, I develop my program with R&R V.5 for DOS since 1997. All my program use R&R. I've no hardcode printing because all my client need to change some in all forms. While we use R&R and now R&R is version 12 with support SQL. I can ...
by Randal
Thu Oct 25, 2007 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report generator
Replies: 67
Views: 25700

Dear All, I develop my program with R&R V.5 for DOS since 1997. All my program use R&R. I've no hardcode printing because all my client need to change some in all forms. While we use R&R and now R&R is version 12 with support SQL. I can import all form since ...
by dutch
Tue Oct 23, 2007 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report generator
Replies: 67
Views: 25700

... function random( s ) local a := 16807 // This is just a lucky prime number // you can hardcode these as constants for better speed local m := ( 2 ^ 31 ) - 1 local q := int( m / a ) local r := int( m % a ) if valtype( s ) == 'N' seed := ...
by James Bott
Thu Feb 01, 2007 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number licence xxxx-xxxx-xxxx-xxxx
Replies: 21
Views: 5251
Previous

Return to advanced search