Search found 17 matches: value2

Return to advanced search

GET Method

... more or less And then in my web application, just like this ... myparameter: = PValue (1) Please call like this: index.prg?name1=value1&name2=value2 your index.prg function Main()   local hPairs :=  AP_Args()     ? ValToChar( hPairs )  ...
by Otto
Thu Apr 02, 2020 12:02 pm
 
Forum: mod_harbour
Topic: GET Method
Replies: 0
Views: 205

FWH: MySql/MariaDB: RowSet object

... sql &param1, &param2, .. : compatible with other libs In the case of named paratmers the array needs to be a multi-dim { { value1, value2, ..} ... } Option - 4: oRs := oCn:Call( cStoredProc, params, ... ) A RowSet can also be created by calling a Stored Procedure returning a result ...
by nageswaragunupudi
Thu Jul 21, 2016 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19509

Re: ADO RDD xHarbour

... Its translate to WHERE clause and DISTINCT CLAUSE in selects. :lol: We are now taking care of : SCOPES to SELECT WHERE field BETWEEN value1 AND value2 Index clause NEXT translate to TOP n but for ex Oracle its ROWNUM we are checking how to solve these diferences between different SQLs SEEK and ...
by AHF
Wed Mar 25, 2015 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 445944

Re: En tiempo de compilacion...

... test simple calculation." pow := 2 ? "value =", VALUE ? "pow =", pow ? "value * pow =", VALUE * pow WAIT ? VALUE2 // generate RTE /*** testpp.prg ***/ REQUEST __PP_STDRULES REQUEST __WAIT PROC Main() local cLine, pPP, oErr pPP := __PP_INIT() BEGIN SEQUENCE ...
by Antonio Linares
Tue Aug 26, 2014 7:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1548

Return-value with Keyboard-Col-change in xBrowse

... = 2 oGet1:cText( (2)->KEY1 ) oAsc:SetText( (2)->VALUE1 ) ENDIF IF nCPos = 3 .or. nCpos = 4 oGet1:cText( (2)->KEY2 ) oAsc:SetText( (2)->VALUE2 ) ENDIF IF nCPos = 5 .or. nCpos = 6 oGet1:cText( (2)->KEY3 ) oAsc:SetText( (2)->VALUE3 ) ENDIF RETURN NIL Moving inside the table with ...
by ukoenig
Sun Jul 07, 2013 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Return-value with Keyboard-Col-change in xBrowse
Replies: 6
Views: 2417

tDolphin + Progress Bar

... el metodh Save(). Existe alguna fórmula para presentar la progress bar en un Query como INSERT INTO TABLE (field1, field2) VALUES (value1, value2)? Agradeceré mucho las respuestas.
by Leo
Mon Apr 08, 2013 6:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tDolphin + Progress Bar
Replies: 13
Views: 2436

Re: TDolphin - Optimizar Insert

... de 1000 registros a la vez (dependiendo de la tabla) visto desde mysql seria algo asi insert into table (field1, field2, field3) values (value1, value2, value3), (value1, value2, value3), (value1, value2, value3) si te fijas en un solo insert se incluyen 3 registros el metodo insert crea la consulta ...
by Daniel Garcia-Gil
Wed Oct 03, 2012 11:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin - Optimizar Insert
Replies: 3
Views: 662

Re: BULK INSERT in MySQL

... multiple VALUES lists to insert several rows at a time. sql = "INSERT INTO your_table (field1, field2) VALUES ('string1', value1),('string2', value2),('string3', value3);" You can also use a free tool like dbf2sql: http://www.tkinformidia.net/uploads/1/2/0/0/12005968/dbf2sql-3.0.zip
by ADutheil
Sun Sep 02, 2012 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BULK INSERT in MySQL
Replies: 4
Views: 937

Re: Hight, Low and Average dates

... screenshot. LOW and AVERAGE is not added. There are allways 2 Values You get. The price-calculation would be : price := ( value1 * price1 ) + ( value2 * price2 ) You dont need to take care of the combination because if value2 = 0, * price2 is also 0. IF cSeason = "HIGHT" // LOW is ...
by ukoenig
Mon Mar 30, 2009 10:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hight, Low and Average dates
Replies: 11
Views: 2482

Re: Network update problem with timer

... buffer is written to file after record cursor is "touched". This helps to avoid multiple disk access on: FIELD1 := value1 FIELD2 := value2 ... FIELDn := valuen Use DBCOMMIT() (or move record pointer DBSKIP(), DBGOTO(), etc.) to force write of record buffer. EMG
by Enrico Maria Giordano
Fri Jan 30, 2009 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network update problem with timer
Replies: 10
Views: 1193

... Field Value1 = CONTAINERNUMBER Field Name2 = portlet_trackSimple_1{pageFlow.trackSimpleForm.numbers} Field Value2 = MAEU8279199 http://www.maerskline.com/appmanager/maerskline/public?portlet_quickentries_2wlw-select_key:{actionForm.trackType}=CONTAINERNUMBER&portlet_quickentries_2{actionForm.trackNo}=MAEU8279199&_nfpb=true&_nfls=false&_pageLabel=page_tracking3_trackSimple
by cdmmaui
Sat Nov 22, 2008 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving a web page via shell.explorer
Replies: 53
Views: 17481

Checking several preprocessor defined values:

#if defined( VALUE1 ) || defined( VALUE2 ) || ...
by Antonio Linares
Fri Oct 10, 2008 7:15 pm
 
Forum: Utilities / Utilidades
Topic: #pragma message
Replies: 2
Views: 1372

... Longitud+1 bytes BLOB, TEXT Longitud +2 bytes MEDIUMBLOB, MEDIUMTEXT Longitud +3 bytes LONGBLOB, LONGTEXT Longitud +4 bytes ENUM('value1','value2',...) 1 ó dos bytes dependiendo del número de valores SET('value1','value2',...) 1, 2, 3, 4 ó 8 bytes, dependiendo del número de valores Diferencia ...
by goosfancito
Mon Sep 29, 2008 2:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con correcta instruccion en sql
Replies: 9
Views: 2520

... Longitud+1 bytes BLOB, TEXT Longitud +2 bytes MEDIUMBLOB, MEDIUMTEXT Longitud +3 bytes LONGBLOB, LONGTEXT Longitud +4 bytes ENUM('value1','value2',...) 1 ó dos bytes dependiendo del número de valores SET('value1','value2',...) 1, 2, 3, 4 ó 8 bytes, dependiendo del número de valores Diferencia ...
by Willi Quintana
Sat Aug 09, 2008 12:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con correcta instruccion en sql
Replies: 9
Views: 2520

Re: Numeric comparisons

... i hve faced big problems in my software with it. The only reliable way i have found to test and make sure numbers are equal is : IF ABS(VALUE1 -VALUE2) < 0.009 Looks stupid but it has worked for me. HTH :D There is always a solution ! Richard Richard, Thanks again... It still does not work... ...
by E. Bartzokas
Wed Sep 27, 2006 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric comparisons
Replies: 9
Views: 2754
Next

Return to advanced search