topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
sumar una columna como le hago??? (YA RESUELTO GRACIAS) | Aida, depende como estes presentando los datos en el footer, si es con un bloque de codigo, un oBrowse:refresh(.t.) si no recuerdo mal, evalua el bloque nuevamente y refresca el contenido del footer.dejame buscar un ejemplo y lo posteo en breve. |
sumar una columna como le hago??? (YA RESUELTO GRACIAS) | NO LE ENTIENDO A NADA <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: --> <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: --> <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="C... |
sumar una columna como le hago??? (YA RESUELTO GRACIAS) | Aida..precisamente estoy terminando algo parecido usando TWBrowse.. siguiendo los ejemplos que vienen en los fuentes de la clase..[code:37pq48la]
// Los TEXTBOX que pintan los totales
REDEFINE GET oGets[15] VAR hVars["SUBTOTAL"] ID 1115 OF oDlg PICTURE '99,999,999,999.99' UPDATE;
... |
sumar una columna como le hago??? (YA RESUELTO GRACIAS) | Y tambien es igual con txbrowse es el que toy usando <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> me pondre a leerlo con calmita <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Que lindo y muchas gracias <!-- s:D --><img s... |
sumar una columna como le hago??? (YA RESUELTO GRACIAS) | Hola aida La forma de de definir un Listbox y que sume tu footer es la siguienteREDEFINE LISTBOX oLbx ; FIELDS oPreccos:Codigo , ; oPreccos:Nombre , ; transform(oPreccos:ventas,"999,999,999.99") , ; transform(oPreccos:Costo ,"999,999,999.99") , ; ... |
sumar una columna como le hago??? (YA RESUELTO GRACIAS) | Hola!!!Ya por fin le entendi ya pude poner una sumita en el en el Footer <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> y que se refresque cuando ponen o modifican un dato.agradesco mucho a:carlos vargas <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wi... |
sumatraPDF ( SOLUCIONADO ) | Estimados
Alguien ocupa este software libre para imprimir archivos PDF
he seguido este post
[url:3ejkpbva]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=14673&p=75921&hilit=sumatra+pdf#p75921[/url:3ejkpbva]
funciona bien en impresoras local, pero si esta en red esta no funciona, manda un mens... |
sumatraPDF ( SOLUCIONADO ) | La solucion es SACANDO UN POCO DE CARACTERES a la impresora
BROTHER MFC-240 USB a BROTHER MFC-240 y luego volver a instalar la impresora en las estaciones
para quien le sirva |
sumup | QUALCUNO DI VOI è RIUSCITO A COLLEGARE SUMUP AD UN PROGRAMAM IN FIVEWIN? |
super... objetos | Hola
[code=fw:3khbi676]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">class</span> t1<br /> <span style="color: #00C800;">method</span> guardar<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br />end <span style="color: #00C800;">class</sp... |
super... objetos | Prueba este código
[code=fw:17jmqvtn]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000... |
super... objetos | pasa que desde la clase T2 necesito llamar a la claase super guardar() |
super... objetos | Ok, entonces ...
[code=fw:311wj9fj]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #... |
super... objetos | Ganial. Gracias.
Me faltaban los :: delante del súper |
superbase | Can anyone tell me how to convert superbase files to dbase format? |
superbase | You´ll probably need to get an ODBC driver. |
support foreign language | Can I write my gets/reads,says in foreign langauge ? in VB I can write Arabic for example for text and variables got from screen . |
support foreign language | create table lang1.dbf:
clang1 c ,20
clang2 c,20
clang3 c,20
,...
index on clang1 to lang1
function main()
public nlang:=1
@1,1 get nlang of odlg
if nalng>1
use lang1 new
end
.....
rturn
All classes which include ccation like dialog,get,say,folder,checkbox,browse,..., about 10 classes modif... |
support foreign language | I need to ask a primitive question :
What will be the contents of lang1.dbf ? |
support foreign language | first field clang1 c ,20 as native language (original in source prg ) ted,others like clang2 as second foreign languange,... .
clang1 , clang2
not found , 没有发现 , ...
itemid , 编号 ,...
can't open , 打不开,...
date , &#... |
swicth xbrowse datalines | on a xbrowse I use
[code=fw:16ecqtie]<div class="fw" id="{CB}" style="font-family: monospace;"> WITH OBJECT oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span><span style="color: #000000;">4</span><span style="color: #000000;">]</span><br /> :<span style="color:... |
switch between multiple windows | How can we switch between multiple windows?
I tried with the following keys but with no success. Should this work?
ALT+F6: Switch between multiple windows in the same program
CTRL+TAB: Switch to next child window of a Multiple Document Interface (MDI) program
Thanks in advance
Otto |
switch between multiple windows | Otto,
Is it for a MDI windows application ? |
switch between multiple windows | Hello Antonio,
have you seen my post:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22052">viewtopic.php?f=3&t=22052</a><!-- l -->
I would like to start with a prototype. I thought to place some windows without borders inside a window.
Thanks in advance and best rega... |
switch between multiple windows | Otto,
May I suggest using panels instead.
Regards,
James |
switch between multiple windows | Otto,
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=117649#p117649">viewtopic.php?p=117649#p117649</a><!-- l --> |
switch data between FWH and excel 2007 | Hiany example for problem on subject ?I have this code: DEFINE WINDOW m_get[40] // ownd @ 0, 0 ACTIVEX m_get[41]; // oOWc PROGID "OWC11.Spreadsheet" m_get[44] = m_get[41]:GetProp( "ActiveWindow" ) OleSetProperty( m_get[44], "ColumnHeadings", 1, "Descrizione" ) OleSetProperty( m_get[44], "Co... |
symbol € in picture | can I insert the symbol € into get and How ?
Can I insert it on Xbrowse, wbrowse ?
thanks |
symbol € in picture | Silvio,
I don't tested it but I think you can use "@R € 999.99".
To xBrowse I think using this with transform( ) it will display € like you want.
Regards,
Maurilio |
symbol € in picture | sorry I have an mistake...on my Head... I'm on bed and My head run!!!
Sorry... |
symbol € on xbrowse | How insert this symbol on a row of xbrowse and on footer ?
I made this but not show the symbol €
[code=fw:2lzdto0n]<div class="fw" id="{CB}" style="font-family: monospace;">WITH OBJECT oRLbx<br /> WITH OBJ... |
symbol € on xbrowse | Silvio,
try with cEditPicture:= "Alt+128 999,99"
(Alt + 128 is the symbol of euro )
Best Regards
Saluti
Giuseppe Romano |
symbol € on xbrowse | not run ! |
symbol € on xbrowse | This run for me ...
: :cEditPicture := "@ €99,999.99"
Best Regards |
symbol € on xbrowse | The below given code is working fine for me
[url=http://img824.imageshack.us/i/xbrowse.jpg/:27owhl1f][img:27owhl1f]http://img824.imageshack.us/img824/1183/xbrowse.jpg[/img:27owhl1f][/url:27owhl1f]
[code=fw:27owhl1f]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="co... |
symbol € on xbrowse | Anserk
can you help me please
Look it please
Can you try this test sample please
it create also the dbf
[code=fw:1tlvjj2e]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #... |
symbol € on xbrowse | Hope it is working fine now.
Regards
Anser |
symbol € on xbrowse | yes, I insert the first mode but the second you made when I insert it on my application here not run ( make error on maketotals) |
symbol € on xbrowse | [quote="Silvio":1ovouj00]yes, I insert the first mode but the second you made when I insert it on my application here not run ( make error on maketotals)[/quote:1ovouj00]
Please check whether you have missed oBrw:SetRDD() in your code.
For eg.
[code=fw:1ovouj00]<div class="fw" id="{CB}" style="font-family: monospace... |
symbol € on xbrowse | look it please
go to 2# mode
[code=fw:juwrth50]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Report.ch"</span><br /><span style=... |
symbol € on xbrowse | [quote="Silvio":5po6v91u]Anserk
can you help me please[/quote:5po6v91u]
[url=http://img801.imageshack.us/i/xbrowse.jpg/:5po6v91u][img:5po6v91u]http://img801.imageshack.us/img801/1183/xbrowse.jpg[/img:5po6v91u][/url:5po6v91u]
[code=fw:5po6v91u]<div class="fw" id="{CB}" style="font-famil... |
symbol € on xbrowse | Anser the column I want the total is the seven not the six column
and if I modify this
WITH OBJECT oBrw:aCols[ 6]
:nEditType := EDIT_GET
:cEditPicture := '@ €99,999.99'
:lTotal:=.T.
:nTotal:=0.00
END
TO
[b:1nn52m85]WITH OBJECT oBrw:aCols[ 7 ]
:nEditType := EDIT_GET
... |
symbol € on xbrowse | If I Made:
@ 1, 1 XBROWSE oRLbx SIZE 0,0 PIXEL oFld:aDialogs[5] ALIAS "RB";
COLUMNS 'RB->CodArt','RB->Articolo','RB->Misura',;
'RB->Quantita','RB->Iva','RB->Unitario','RB->Totale' ;
COLSIZES 40,140,50,30,40,80,90... |
symbol € on xbrowse | error here ?
if oWnd:IsKindOf( "TDIALOG" )
I use tfolferex there are problems ? |
symbol € on xbrowse | sorry I found the error
"OF" |
symbol € on xbrowse | Did you miss my post ?
[quote="anserkk":w538w7du]
Please check whether you have missed oBrw:SetRDD() in your code.
For eg.
[code=fw:w538w7du]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">SetRDD</span><span style="color: #000000;">(</span><span style="color: #000000;"... |
symbol € on xbrowse | Now run also here
Perhaps Nages tell me once to rem setrdd() I don't Know why...
thanks |
symbol € on xbrowse | If you utilise xBrowse command style syntax then you don't have to provide oBrw:SetRDD() and xBrowse will do the required setups automatically. Please see the code (2nd one) which I have posted in this topic. <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=21058#p111886">... |
symbol € on xbrowse | ok |
syntax function FW_AdoImportFromDBF | what is syntax function FW_AdoImportFromDBF
best regards
kajot |
syntax function FW_AdoImportFromDBF | function FW_AdoImportFromDBF( oCn, cDbf, cAdoTable, cColPrefix, nMultiRowSize, aFields ) |
syntax for passing variable as reference type | can some one clear my doubt.
syntax for passing variable as reference type
thanks in advance |
syntax for passing variable as reference type | Dear Sajith,
To pass a variable by reference you should use @ along with the variable. For eg
[code=fw:1taq3x5q]<div class="fw" id="{CB}" style="font-family: monospace;">@<span style="color: #000000;">10</span>,<span style="color: #000000;">10</span> <span style="color: #0000ff;">BUTTON</span> oBtn <span style="color... |
syntax for passing variable as reference type | thank u for ur Support
Regards
sajith <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
syntax on a class | I with create a method if I have a logic value .t.
[b:122qdnrv]METHOD SetUpperCaps(lUpp) INLINE if(lUpp, ::func1(),::func2())[/b:122qdnrv]
or
how I must make it ? |
syntax on a class | Silvio,
Normally you would do something like this:
[code=fw:20wdm049]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Method</span> SetUpper<span style="color: #000000;">(</span> lUpper <span style="color: #000000;">)</span><br /> <span style="color: #00C800;">if</span... |
syntax on a class | resolve
xhabour not want !lUpp on comand inline |
systime | Antonio,
tdatapick and ttimepick( with sysxxxx.c) are include on new fw 7.12 ? |
systime | Silvio,
We have not included any modules from you as you were considering to sell them, so we were respecting your desition |
systray and shellexecute | Does someone have a sample with systray and shellexecute.I inserted following code into testtray.prg of the fivewin samples.Testdlg is executed but not shown. MENUITEM "Testdlg" ACTION ( nRet:= Shellexecute(0,0,"c:\FWH\samples\test\testdlg.exe","c:\FWH\samples\test",1),msginfo(nRet)) MENUITEM "winexec" ACTION win... |
systray and shellexecute | Otto,It seems that you are not using the right parameters when calling ShellExecute:HINSTANCE ShellExecute( HWND hwnd, // handle to parent window LPCTSTR lpOperation, // pointer to string that specifies operation to perform LPCTSTR lpFile, // pointer to filename or folder name string LPCTSTR lpParameters, /... |
systray and shellexecute | Antonio,thank you for your help.Yes the parameters where wrong.Regards,Otto |
tActivex | Hi
I found this code sample by Enrico for displaying a pdf
oPdf := TActiveX():New( oWnd, "AcroPDF.PDF" )
oPdf:Do( "LoadFile", "WIP-14.PDF")
oWnd:oClient := oPdf
This works fine but when I place the code in the action of a button
the "oWnd:oClient := oPdf" does not work , the pdf opens but is not
a client of oWnd -... |
tActivex | Hi
I think you can try it below:
[code:2bemh9sg]
Function Main()
Local oWnd, oBtn
DEFINE WINDOW oWnd TITLE "Main Window"
............
@ 5, 5 Button ...... Action OpenPDF()
ACTIVATE WINDOW oWnd
RE... |
tAds 2.1b | VERSION 2.1b
============
* Novos Methods
- Method DataLoadToFR(f_oFastRep,f_cTituloGrupo) > Parametriza Grupos e Variaveis para o objeto FastReport
Exemplo:
oFastRep := frReportManager():new()
oFastRep:SetIcon(1)
oFastRep:ClearDataSets()
oFastRep:LoadLangRes( "brazil.frc")
oFastRep:SetTitle( ... |
tAds Class 2.1 Open source | DownLoad by tortoise: <!-- m --><a class="postlink" href="http://tads-class-for-harbour.googlecode.com/svn/trunk/">http://tads-class-for-harbour.googlecode.com/svn/trunk/</a><!-- m -->
Page [url:395buzly]http://tads-class-for-harbour.googlecode.com[/url:395buzly]
Forum [url:395buzly]http://groups.go... |
tAds Class 2.1 Open source | DownLoad by tortoise: <!-- m --><a class="postlink" href="http://tads-class-for-harbour.googlecode.com/svn/trunk/">http://tads-class-for-harbour.googlecode.com/svn/trunk/</a><!-- m -->
Page [url:2042tkor]http://tads-class-for-harbour.googlecode.com[/url:2042tkor]
Forum [url:2042tkor]http://groups.go... |
tAnimate ? | Hola amigos
Alguien me puede decir como se podria poner una imagen con la clase Tanimate como la que aparece en link ?
Un saludo y gracias desde ya
[url:9b9mq7r6]http://img50.imageshack.us/img50/299/animate1pe.png[/url:9b9mq7r6] |
tAnimate ? | Revisa samples\copyfile.prg |
tAnimate ? | Gracias Antonio, ya lo to tengo funcioando
METHOD CopyInternet() BLOCK { | Self, h | h := LoadLibrary( "shell32.dll" ),;
::OpenEx( h, 170 ), FreeLibrary( h ) }
un saludo |
tAnimate ? | Cierto, es la solución correcta. Gracias |
tAplication Create applications(window menu bar.. | Helloan application example, Class taplication()window main, menu, bar<!-- m --><a class="postlink" href="http://www.box.net/shared/vx7wvafwwk">http://www.box.net/shared/vx7wvafwwk</a><!-- m --> greetingsFrancisco Nuñez LIMA-PERU |
tAplication Create applications(window menu bar.. | Hello from Germany,it looks very nice and fits more together with the office-bar.RegardsUwe |
tAplication Estilo de Crear aplicaciones (window menu bar.. | Saludos a todosaqui les dejo un estilo de construir aplicaciones mediante parametros, el ejemplo muestra los detalles (window principal menus y barra de herramientas)<!-- m --><a class="postlink" href="http://www.box.net/shared/vx7wvafwwk">http://www.box.net/shared/vx7wvafwwk</a><!-- m -->espero les guste.SaludosFranci... |
tAplication Estilo de Crear aplicaciones (window menu bar.. | Buen aporte Francisco, me ha parecido muy interesante tu clase tAplication.Gracias por compartirla. |
tArrayData | Buenas noches, estoy necesitando filtrar en un tArrayData por fecha y no logro hacerlo, me da error.
Ejemplo: 1
[code=fw:1a43qvdv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> cFilter += <span style="color: #000000;">[</span>id_cliente=<span style="color: #000000;">]</span> + FW_ValT... |
tArrayData | When you use a TArrayData object, use filters with familiar Clipper/Harbour syntax.
Build filter expressions exactly the same way you do for DBF.
Example:
[code=fw:2pdn5hb3]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cState := <span style="color: #ff0000;">"NY"</span><br />dDate := STOD<span style=... |
tArrayData | Instead of this:
[code=fw:281jl3yk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> cFilter += <span style="color: #000000;">[</span>id_cliente=<span style="color: #000000;">]</span> + FW_ValToSQL<span style="color: #000000;">(</span>::<span style="color: #000000;">id_contribuyente</... |
tArrayData | Buenas tardes Mr Rao
Anduvo perfecto, muy agradecido haces desde el domingo que estoy con esto pero quería agotar todas las posibilidades antes de molestar.
Corrijo el mensaje,
Me da este error usandolo asi tal cual:
cFilter := DBF_ApplyParams( "id_cliente = ? .AND. cpte_fecha >= ? .AND. cpte_fecha <= ?", { ::id_contr... |
tArrayData | [img:o795nh71]https://i.postimg.cc/6p2t9SgT/RAO-FILTER.png[/img:o795nh71]
Fijese la fecha que me pone Mr Rao. |
tArrayData | [quote:2d10ef4j]Error description: Error BASE/1003 Variable does not exist: CPTE_FECHA[/quote:2d10ef4j]
Use the field name that exists in your TArrayData object. |
tArrayData | Asi es Mr Rao. utilizo los campos que se corresponden. |
tArrayData | We will check and come back to you.
Let us also know your FWH version. |
tArrayData | Firstly, thank you for bringing this problem to our notice.
There is a bug when the same field name is used twice in the same expression.
This is fixed in the next version to be released.
If you let us know the FWH version you are using, we will also provide you the solution suitable for your version. |
tArrayData | This is the fix:
\fwh\source\function\vstrfun1.prg
function FW_ExprnAsBlock(....)
Please locate these lines: (353 to 359)
[code=fw:vrabl2kp]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">if</span> ValType<span style="color: #000000;">(</span> cFormat <span style="c... |
tArrayData | Mr Rao muchas gracias por tomarse el tiempo de solucionarlo.
Mi version de FWH es la July 2020
Saludos
Marcelo |
tArrayData | Is it working for you now with this fix? |
tArrayData | [quote="nageswaragunupudi":vh0cmdai]Is it working for you now with this fix?[/quote:vh0cmdai]
Si Mr. Rao funciona a la perfección ahora
Saludos desde Argentina
Marcelo |
tAutoGet de Maurilio Viana | A través del blog de un fivewiner, llegué a esta clase magnífica, la cual [u:29t2q4v3][b:29t2q4v3]está en este foro [/b:29t2q4v3][/u:29t2q4v3]como un aporte de [b:29t2q4v3]Maurilio Viana[/b:29t2q4v3], pero [u:29t2q4v3][b:29t2q4v3]no la había visto[/b:29t2q4v3][/u:29t2q4v3].
[u:29t2q4v3]Se trata de una clase que autoco... |
tBTNBMP y popup | Como puedo hacer un popup en un botón? En los data de la misma esta declarado pero no sé como utilizarlo.Es posible con fwh 2.6 y de serlo un pequeño ejemplo. GraciasLuis |
tBTNBMP y popup | Bueno yo lo había hecho asíREDEFINE BTNBMP Nbut[9] id 116 of oDlg resource "BTNSINFAC","BTNSINFAC1" ACTION SHOWPOPUP(nbut[9],olbx) NOBORDER//////static function ShowPopup(odlg,olbx )local oPopupMENU oPopup POPUP MENUITEM "Clientes" ACTION sinfac(olbx,.f.) MENUITEM "Proveedores" ACTION sinfac(olbx,.t.)ENDMENUACTIVA... |
tBTNBMP y popup | Luis:Prueba declarandolo asiREDEFINE BTNBMP Nbut[9] id 116 of oDlg resource "BTNSINFAC","BTNSINFAC1" ACTION SHOWPOPUP(nbut[9],olbx) ;MENU SHOWPOPUP(nbut[9],olbx) NOBORDERSaludosRuben Fernandez |
tBTNBMP y popup | Ruben al compilarlo me indica el siguiente error:E:\fivehme\stogen.prg(56) Error E0022 Invalid lvalue: '()'quizás sea la version fwh 2.6 que no soporta esta opción??Me gustaría saber si es esto ó cómo se haceGraciasLuis |
tBTNBMP y popup | Luis:Mirate en FW Samples el ejemplo testbtnmSaludosRuben Fernandez |
tBTNBMP y popup | En la versión que tengo de fw26, no viene el ejemplo, quizás no esté soportado en esta.Muchas gracias RubenLuis |
tBTNBMP y popup | Hoy descubrí que en la resolución 800x 600 con monitor 14" al presionar el botón (ya que el mismo está cerca del borde derecho de la pantalla, por lo tanto el popup se corre a la izquierda), se dibuja con la flechita al costado, y queda marcado así hasta que hago un click en cualquier lugar del diálogo. Antes estaba tr... |
tBmpGet mouseover problem | I'm using the tBmpGet class that was written back several years ago. It has been very good to display a small calendar bitmap and allow for date lookups.
With the latest release of FWH when someone mouses over the date which is shown in the field, it disappears. ( July release ). I cannot replicate this on my Vis... |
tBmpGet mouseover problem | Tim,
Solved. Please place these lines at the bottom of Class TBmpGet Method Default:
[code:1jeabhn4]
METHOD Default() CLASS TBmpGet
...
#include "wcolors.ch"
::SetColor( GetSysColor( COLOR_WINDOWTEXT ), GetSysColor( COLOR_WINDOW ) )
RETURN NIL
[/code... |
tCalendar class error | We have discovered the following problem with the tCalendar class.
I am using it within an application. We have the system SET DATE TO AMERICAN which is the format mm/dd/yyyy. You use British dd/mm/yyyy. If we activate the calendar control ( as a resource REDEFINE ) and lookup a date on the loaded calendar, there ... |
tCalendar class error | This never got a response so I brought it back to the top <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Has anyone experienced this or is no one else using the calendar control ? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.