topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
combobox for mod harbour | Hello Mark,
thank you for your help.
I don't think I can solve this problem right now. I'm still too inexperienced with javascript.
I will post the code here, and on SLACK maybe someone will help us.
But working with mod harbor is so exciting. Did you see that signing works too?
Best regards
Otto |
combobox for mod harbour | Otto,
Indead, signing works on both Chrome an Edge for me.
Very nice <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> |
combobox in a browse column | Anybody have sample source of having a combobox in a column on a TCBrowse.
Where the user could simply change the value of the combobox just by clicking on it.
I haven't even tried, I don't know where to start.
Thanks, |
combobox in a browse column | This is an old sample of mine. I don't remember if it is full working but at least the combobox works. Feel free to cannibalize it.
[code=fw:i7th0z82]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><span styl... |
combobox indices y datos ... | Hola.
Quiero mostrar datos de una consulta en Mariadb en un combobox, la consulta me devuelve 2 campos: el id y el nombre del cliente.
quiero que en el combobox solo me devuelva el nombre PERO que despues pueda usar el id de ese nombre (por ejemplo para llamar a los datos del cliente).
Como puedo hacer para "ocultar" ... |
combobox indices y datos ... | Hola buenas noches como vas?
Eso lo puedes hacer fácilmente con dbcombo
[url:1er7m2i8]https://forums.fivetechsupport.com/viewtopic.php?f=6&t=41317&p=247455&hilit=dbcombo&sid=12e17b3acf511a14a2afd4cfa89faf8d&sid=8f6fae056078caff035794484337c08b#p247455[/url:1er7m2i8] |
combobox inside a list box | I want every field in a list box entered via combobox of fixed entries . How can I implement that control ? |
combobox inside a list box | Ehab,
samples\TestLbx.prg shows how to dinamically add new items to a listbox.
samples\combos.prg shows how to use combos ON CHANGE event.
Combine both concepts and you can do what you are looking for. |
combobox issue | Dear all,
I have a problem when using a combobox.
Here my prg file:
[code=fw:24razuwx]<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... |
combobox issue | Just remove CBS_SORT from your RC file.
EMG |
combobox issue | Many thanks, Enrico.
I really should have read the rc file carefully. <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: -->
-Detlef |
combobox me devuelve datos no correctos | Hola.
Si el combobox lo tengo en un .res y en ese .res la variable SORT esta seteada a "SI"
cuando se ejecuta oComboBox:bChange:= { || msginfo(vCombo) } el valor que me muestra
es el correspondiente a aItems[indice - 1]. en vez de devolverme aItems[indice]
Ejemplo: Si estoy sobre el elemento "DOS" en vez de mostrarme ... |
combobox me devuelve datos no correctos | Hola Goosfancito
Lograte solucionar este problema, a mi se me esta presentando lo mismo y no he podido encontrar el error...
agradeceria tu ayuda..
saludos |
combobox me devuelve datos no correctos | .RC
FLD_GENERAL_4 DIALOG 3, 43, 386, 192
STYLE DS_ABSALIGN | DS_MODALFRAME | 0x4L | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 10, "MS Sans Serif"
{
COMBOBOX 31, 55, 112, 70, 11, CBS_DROPDOWNLIST | WS_TABSTOP
COMBOBOX 32, 55, 125, 70, 19, CBS_DROPDOWNLIST | WS_TABSTOP
}
[code=fw:m0ld8dt6]<div class="fw" id="{CB}" styl... |
combobox me devuelve datos no correctos | Hola Karinha
No uso .RC, utilizo .RES |
combobox me devuelve datos no correctos | Basta incorporar a tu .RES
Baje e salve como TESTE.RC e llame tu editor de recursos e añade al .RES.
Salu2. |
combobox not open in windows mobile 6.5 | I have here a problem which has put the forum a few months and still can not solve.
The following example was tested on Windows emulator 6.5, and 6.1
#include "FWCE.ch"
function Main()
local oWnd, cValue :="One"
DEFINE window oWnd TITLE "Combos"
@ 1, 1 COMBOBOX cValue ITEMS { "One", "Two", "Three" } OF oWnd
ACTIVAT... |
combobox not open in windows mobile 6.5 | Pictures in the emulator WM6.
in the 6.5 the combobox not open
[img:1ia427q5]http://www.briweb.net/software/forum/wm6_5.png[/img:1ia427q5]
in thr 6.1 or 5.0 operate normally
[img:1ia427q5]http://www.briweb.net/software/forum/wm6_1.png[/img:1ia427q5]
What is wrong? |
combobox not open in windows mobile 6.5 | Try
[code=fw:231t048y]<div class="fw" id="{CB}" style="font-family: monospace;">@ <span style="color: #000000;">1</span>, <span style="color: #000000;">1</span> <span style="color: #0000ff;">COMBOBOX</span> cValue <span style="color: #0000ff;">ITEMS</span> <span style="color: #000000;">{</span> <span style="color... |
combobox not open in windows mobile 6.5 | Still does not work
the combobox not open
[img:34tcv8iy]http://www.briweb.net/software/forum/wm6_5_2.png[/img:34tcv8iy]
this image emulator - WM6.5 Professional emulator Square.
the same happens on my phone HTC TOUCH Dimmond
best regards
Sérgio |
combobox not open in windows mobile 6.5 | I can not understand why this happens
version of FWPPC ?
compiler ?
I developed a software using FWPPC, This has several combobox, my client is going to change equipment to windows Mobile 6.5
I'm in panic, because I still could not solve the problem.
help me please, Antonio Linares and all users of FWPPC.
Best Re... |
combobox not open in windows mobile 6.5 | Sergio,
Please send me an email to <!-- e --><a href="mailto:alinares@fivetechsoft.com">alinares@fivetechsoft.com</a><!-- e --> and we may do a TeamViewer session and check what is going on, thanks |
combobox not open in windows mobile 6.5 | António,
ainda não consegui resolver as combobox, tens mais alguma ideia?
Sergio |
combobox not open in windows mobile 6.5 | Sergio,
Already solved <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=7&t=15956&p=88946#p88946">viewtopic.php?f=7&t=15956&p=88946#p88946</a><!-- l --> |
combobox not open in windows mobile 6.5 | Thanks, that's OK.
tested the emulator WM6.5 and in HTC Touch Dimond 2. worked without problems.
Gracias, Obrigado, A Big Thanks
Post this resolved <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Best Regards
Sérgio |
combobox não encerra | Olá
após atualizar para FWH 8.02 surgiu-me um problema:
Nos diálogos aproveitados em vários relatórios, quando preciso encerrar um COMBOBOX eles deixaram de ser encerrados.
ex.:
REDEFINE COMBOBOX oList1 VAR matriz[3] ID 125 of oT430a
...
ACTIVATE DIALOG oT430a NOWAIT VALID ( oT430a := nil, .t. ) ON INIT ( oList1:e... |
combobox não encerra | Exactamente no entiendo el caso, Pero;
Tienes solo el combobox en el dialogo? |
combobox não encerra | Adblanco
no diálogo existem vários controles.
Os Get's, say's, button's, etc., que mando encerrar (:end() ) são encerrados.
Somente os combobox que deixaram de ser encerrados em todos os diálogos de todo o programa.
Como aproveito um mesmo desenho de janela para vários relatórios, conforme o caso preciso encerrar de... |
combobox não encerra | O Botão está com a clausula CANCEL Rogerio?
Quando Voce valida, usa o comando GETASYNCKEY()?
Ex:
IF GETASYNCKEY( VK_UP )
RETURN( .F. )
ENDIF
RETURN( .T. )
QUAL É O ESTILO DO COMBO QUE ESTAIS USANDO? |
combobox não encerra | karinha
estou usando o seguinte:
CONTROL "", IDC_COMBOBOX4, "COMBOBOX", CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 5, 75, 91, 87
[]'s
Rogerio |
combobox não encerra | você podera oculta-lo, mas ficar na memoria usando o camento Hide() e para voltar a aparecer SHOW()
REDEFINE COMBOBOX oObj ...
oObj:Hide() ///ira oculta-lo |
combobox não encerra | Rogerio,
CBS_DROPDOWNLIST -> 16 Bits.
CBS_DROPDOWN -> 32 Bits, automaticamente, o <enter< aciona-se.
Abraços, porque não te vejo no FIVEWIN BRASIL? |
combobox não encerra | Ronaldo
Hide() funciona, obrigado, mas isso me fará ter que varrer todo código atrás de end() nos combos.
Sempre usei end() para encerrar os combos desde o FiveWin 1.9
Karinha,
uso o Workshop para criar os diálogos e ele cria automaticamente o CBS_DROPDOWNLIST , mas tem funcionado perfeitamente.
Eu antes acessav... |
combobox não encerra | [quote="rogerio":2fue2es3]Ronaldo
Hide() funciona, obrigado, mas isso me fará ter que varrer todo código atrás de end() nos combos.
Sempre usei end() para encerrar os combos desde o FiveWin 1.9
Karinha,
uso o Workshop para criar os diálogos e ele cria automaticamente o CBS_DROPDOWNLIST , mas tem funcionado perfe... |
combobox não encerra | João
Mudei e continuou na mesma.
Faça o seguinte teste:
Na pasta Samples do FWH tem COMBOS.PRG
Altere a última linha da função Main para
ACTIVATE DIALOG oDlg CENTERED ON INIT oCbx2:end()
você verá que o controle permanecerá ativo.
[]'s
Rogerio |
combobox não encerra | [quote="rogerio":1wgay6er]João
Mudei e continuou na mesma.
Faça o seguinte teste:
Na pasta Samples do FWH tem COMBOS.PRG
Altere a última linha da função Main para
ACTIVATE DIALOG oDlg CENTERED ON INIT oCbx2:end()
você verá que o controle permanecerá ativo.
[]'s
Rogerio[/quote:1wgay6er]
Rogerio meu querido, P... |
combobox não encerra | João
porque um mesmo diálogo, é utilizado em inúmeras funções.
Então em determinadas não uso certos controles, como get's, say's, combos.
Então ao iniciar o diálogo, eu encerro o que não vou usar na função.
Isso simplifica pacas o código.
No caso de relatórios repetitivos, um mesmo diálogo serve para dezenas.
P. Ex. u... |
combobox não encerra | [quote="rogerio":1zle4o7z]João
porque um mesmo diálogo, é utilizado em inúmeras funções.
Então em determinadas não uso certos controles, como get's, say's, combos.
Então ao iniciar o diálogo, eu encerro o que não vou usar na função.
Isso simplifica pacas o código.
No caso de relatórios repetitivos, um mesmo diálogo se... |
combobox não encerra | OK, João
o hide() funciona.
Porém como sempre foi utilizado end(), desde o FW1.9 em TODOS os prg's de TODOS os sistemas, que dará várias centenas de prg's diferentes, terei que fazer a mudança de end() para hide() isso somente nos combos, pois os demais controles continuam sendo encerrados com end().
Isso aconteceu ... |
combobox não encerra | [quote="rogerio":36dh98mk]OK, João
o hide() funciona.
Porém como sempre foi utilizado end(), desde o FW1.9 em TODOS os prg's de TODOS os sistemas, que dará várias centenas de prg's diferentes, terei que fazer a mudança de end() para hide() isso somente nos combos, pois os demais controles continuam sendo encerrados c... |
combobox não encerra | fiz alguns teste e consegui desta forma:
ON INIT( oCbx2:End(.t.), oCbx2:destroy()) |
combobox não encerra | Valeu Ronaldo
vou tentar assim também.
Eu tive que voltar à versão anterior do FWH pois nesta última os COMBOBOX além desse problema na finalização, também estão se comportando diferentemente na inicialização.
Quando um diálogo é carregado com combobox sem conteúdo, isto é, ITEMS = uma matriz vazia, ele gera este erro... |
combobox não encerra | Bom dia Rogério,
Atualizei minha versão do FHW e também ocorreu um problema no combobox, que seria o seguinte: o retorno da função deixou de ser o numero do indice e sim o valor do indice; pra não retornar a versão, o que eu fiz foi o seguinte: compilei junto com meu sistema o prg da classe, combobox.prg da versão em ... |
combobox não encerra | Luiz
eu já tentei fazer isso, compilar junto o prg da versão anterior, mas o programa assume o que estiver na lib do fivewin.
Acho que tem relação com este post:
<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=10138">http://fivetechsoft.com/forums/viewtopic.php?t=10138</a><!-- m --... |
combobox não encerra | Rogerio,
Prueba a añadir este método a la clase TComboBox y asi no tienes que modificar tu código:
METHOD End() INLINE ::Hide(), Super:End() |
combobox não encerra | Ok, Antonio
funcionou, obrigado. |
combobox of field inside Txbrowse | How to use this program to field array instead of fixed array ?
[code:2j4jcwp6]
#INCLUDE "FIVEWIN.CH"
procedure main()
LOCAL oWnd, oBrw, aDatos
//MsgInfo( "Hola Mundo" )
DEFINE WINDOW oWnd
*aDatos := { { "uno ", "dos ", "tres ", "cuatro", "cinco " },;
... |
combobox of field inside Txbrowse | obrow := TXBrowse():New( odlg )
for i:=1 to len(array1)
oCol := obrow:addCol()
addcol(ocol,i)
next
return
function addcol(ocol,i)
oCol:cHeader :='aaa'
oCol:bStrData := { ||array1[i]}
ocol:beditvalue:={||array[i]}
ocol:nedittype:= 1
oCol:bOnPostEdit := {|o, v, n| if( n != VK_ESCAPE .... }
return
Shuming... |
combobox problemas con muchos datos es xp | si alguien me puede ayudar tengo un sistema que funciona muy bien en w98 pero cuando lo paso a wxp los combobox se ponen lentos y no puedo manejar su tamaño...
desde ya muchas gracias |
combobox seleccionar mas de un item | Estimados
Necesito implementar en un combobox que se seleccione mas de un item es posible?
de lo contrario algun ejemplo de como implementar? |
combobox with Vscroll | Dear All,
How can I define vscroll in combobox?
Regards,
Dutch |
combobox with Vscroll | Dutch,
What do you mean ? Please explain it, thanks |
combobox with Vscroll | Dear Antonio,
When I use combobox and number of array have more than number of row in combobox. I have to use arrow key to move the highlight down to the items that doesn't display.
Thanks,
Dutch |
combobox with Vscroll | Dutch,
If you are using it from resources please add this style to it: WS_VSCROLL
If you are creating it from source code using @ ..., ... then you may need to modify the FW class and add that style also. |
combobox with Vscroll | Thanks, I got it.
Dutch |
combobox with different colored items | I need a combobox with different colored items.
At the moment I use bitmaps to show the color. But depending on the font this could become bad looking.
Has someone an idea.
Best regards,
Otto
[img:30jyoxp0]http://www.atzwanger-software.com/fw/combocolor.jpg[/img:30jyoxp0]
[code=fw:30jyoxp0]<div class=... |
combobox with different colored items | Otto,
I would be concerned about using colors like this. Many people have colorblindness and they will not see what you see.
There is a website where you can run a simulation of different types of colorblindness. You just upload your graphic and the site converts it. Try it.
<!-- m --><a class="postlink" href="http:... |
combobox y el nAt | hola.
[code=fw:2kopslho]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">COMBOBOX</span> ::<span style="color: #000000;">oGets</span><span style="color: #000000;">[</span> <span style="color: #000000;">1</span> <span style="color:... |
combobox y el nAt | A mi me funciona de la siguiente manera:
[code=fw:1ue3sq94]<div class="fw" id="{CB}" style="font-family: monospace;"><br />::<span style="color: #000000;">vGets</span><span style="color: #000000;">[</span> <span style="color: #000000;">1</span> <span style="color: #000000;">]</span> := <span style="color: #00... |
combobox y lostfocus | Hola.
No hay manera, si en un dialogo hay un combobox y un folder, no hay manera de que salte al folder,
ya probe utilziando el jump:
[code=fw:1r1aa754]<div class="fw" id="{CB}" style="font-family: monospace;">oCombobox<span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color:... |
combobox y lostfocus | Simples,
[code=fw:223v2rwu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">COMBOBOX</span> oCombo <span style="color: #0000ff;">VAR</span> XESTCIVIL <span style="color: #0000ff;">PICTURE</span> <span style="color:... |
combobox y lostfocus | Hola.
Ya probe de esa manera y no me funciona. |
combobox y lostfocus | Aca funciona perfecto:
[code=fw:3ajuwdd1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> xFocus<span style="color: #000000;">(</span> oObj <span style="color: #000000;">)</span><br /> xSetFocus<span style="color: #000000;">(</span> o... |
combobox y lostfocus | verifica que el control en el rc tenfo la propiedad tabstop en true, sucede con resedit que por defecto la propiedad tabstop de los combobox y radoitems enta false
[img:v07it1eg]https://i.imgur.com/tbE8Xv9.png[/img:v07it1eg] |
combobox y lostfocus | hola.
Lo tengo en tabstop al combobox PERO el folder no, puse en TRUE/YES al folder y ahora si toma el foco.
gracias. |
combobox y lostfocus | Sip, se me ha pasado eso tambiem, que el systab32 debe tener la propiedad tabstop en true tambien. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
que bueno que ya has resuelto.
salu2 |
combobox y tecla Escape | Tengo un dialogo, con varios combobox y Get. El dialogo se activa con la clausula VALID: ACTIVATE DIALOG oDlg VALID (!lGrabar)
Cuando estoy en el segundo COMBO si puso la tecla Escape no hace nada (la variable lGranar := .f.). En cambio si despliego el combobox si reacciona.
Esta la claúsula para que salte:
oDl... |
combobox y tecla Escape | Manuel,
Puedes probar samples\combos.prg y confirmarnos si te ocurre igual ? Aqui funciona bien con el build de Marzo. |
combobox y tecla Escape | Antonio, te acompaño el código de combos.prg con algunas modificaciones señaladas con negrita. En el ejemplo, si cambio el combo
segundo, y pulso <Escape>, debe salir el mensaje "¿Desea guardar los cambios?". Pues igual que en mi aplicación, si modifico y despliego el combo segundo, es correcto, pero si no está despleg... |
combobox y tecla Escape | Manuel,
Gracias por el ejemplo.
La pregunta que le haces al usuario en bKeyDown, debes hacérsela en el VALID:
[code:2l48uu6w]
ACTIVATE DIALOG oDlg ;
VALID If( MsgYesNo( "¿Quiere guardar los cambios?" ), ( ..., .t.), .f. )
[/code:2l48uu6w] |
combobox y tecla Escape | Antonio,
Ha funcionado perfectamente. Muchisimas gracias.
Un saludo desde Málaga
Manuel |
combometro bug | Good morning
There is a bug in calculating the coordinates of the combometro. A big space before the elements is shown and it is not always the same spacing depending on what element you selected.
I join an image to show the problem.
Richard
[img:2olcuefl]http://www.cbati.com/combometro.png[/img:2ol... |
combometro bug | [quote:1i3bagju]There is a bug in calculating the coordinates of the combometro. A big space before the elements is shown and it is not always the same spacing depending on what element you selected.[/quote:1i3bagju]
Actually this is not a bug.
This is how we designed when we first made the class long time back.
Well ... |
combometro bug | Mr Rao
Personnally i have never seen a combobox starting in the middle of a rectangle or any other random place
If it is a design issue.....
I would suggest we have a standard behaviour (starting at the beginning)
Thank you
Richard |
combometro bug | I agree the design needs to be modified somewhat.
But here the selected item appears just at the place of the control.
We shall soon have a relook into this to match windows 8 behavior exactly. |
combometro bug | Thank you
Richard |
combometro bug | VIDEO here
<!-- m --><a class="postlink" href="http://www.atzwanger-software.com/fw/cm.wmv">http://www.atzwanger-software.com/fw/cm.wmv</a><!-- m -->
Shows the blank lines at the top or at the end of ComboMetroBox.
Hallo Antonio,
I put a small repetition.
COMBOMETRO is quite urgent for the whole Metro Style like ... |
combometro bug | Otto, Richard,
There is a quick fix thats seems to work <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
In combom.prg line 411:
nTopRows := 0 // instead of nTopRows -= n
Please try it on your apps and let me know your results, thanks |
combometro bug | Antonio
The change is ok, the combo shows now from the beginning
Thank you
Richard |
combometro bug | Hello Antonio,
this fix does not resolve the problem. With this fix the comboBox has no blank rows at top still on bottom but the item which is selected is somewhere.
Not over the “getfield”.
This version still has the problem with the color of the selected row. In the copy I work with I changed following line.
::bC... |
combometro bug | Otto,
Do you mean to have the same standard Windows (desktop) combobox behavior ? |
combometro bug | Hello Antonio,
if you use this version on a white window you do not see anything.
Best regards,
Otto |
combometro with images | ho wI c an use combometro with images
@ 9,385 ;
COMBOMETRO oNum1 VAR nNumFrom ;
PROMPTS ArrTranspose( aElementi )[5 ] ;
OF oGr ;
SIZE 400, 40 ;
PIXEL ;
COLOR CLR_WHITE, RGB( 0x33, 0x66, 0xCC )
for n=1 to len(aElementi)
oNum1:aItems[n]:cDataType := 'F'
... |
combox control convert to tab control | on a dialog I have a combobox
[code:24szdr5w] REDEFINE COMBOBOX oCbx VAR cVar ITEMS aIdx ID 210 OF oDlg;
ON CHANGE Sel_Index(oCbx)
...
STAT FUNC Sel_Index(oCbx)
(oDCli)->(OrdSetFocus(oCbx:nAt))
oBCli:Refresh()
oBCli:SetFocus(... |
combox control convert to tab control | Silvio,
What error do you get ? |
combox control convert to tab control | when I insert this code
[code:1lq2nh6t] @ ( oDlg:nHeight / 2 ) - 11, nBrwSplit+2 TABS oCbx ;
SIZE oWnd:nWidth() - 80, 12 ;
PIXEL ;
OF oDlg ;
ITEMS aIdx ;
COLOR CLR_BLACK, GetSysColor(15) - rgb( 30, 30, 30 ); // 13362404 ;
action Sel_Index(oCbx)... |
come verificare se JRE (java) e' installato | Salve, un amico mi ha dato una utility esterna scritta in Java x la gestione delle immagini, mi occorrerebbe sapere (prima di lanciare il .jar del java) se java e' stato installato sul PC.
Sapete come posso fare ?
Grazie |
comenzar a programar | Hola, tengo experiencia en clipper, quisiera saber que necesito para comenzar a programar en POcket pc con FWPPC.Tambien desearía saber si hay documentación.Gracias |
comenzar a programar | Gabriel,Además de conocer Clipper, te ayuda si tienes experiencia en programación en Windows (usando FiveWin, ó el API de Windows directamente).La documentación es basicamente la misma que la de FiveWin. De hecho si sabes programar en FiveWin entonces ya sabes programar con FWPPC.Aqui tienes un curso de programación co... |
comenzar a programar | Gracias, por tu ayuda.La programación con fwppc para pocketpc te permite enviar y recibir archivos por medio de internet.gracias |
comenzar a programar | Si. Puedes enviar ficheros usando FTP, ó directamente usando sockets. |
comma instead dot | why I have comma instead dot in numeric keyboard (right part keyboard)
I used polish chars:
REQUEST HB_LANG_PL852
REQUEST HB_CODEPAGE_PL852
best regards
kajot |
comma instead dot | Kajot,
IMO thats a Windows region (keyboard) settings.
Does it work fine with other software ? |
command-line arguments | Is there a function which returns the command-line arguments specified when the program was launched.
text.exe ABC
prg
Local cTest :=""
cTest:=command()
Regards
Otto |
command-line arguments | This is a sample:
[code:37ql823l]FUNCTION MAIN( cPar1, cPar2, cPar3 )
LOCAL i
? cPar1, cPar2, cPar3
?
FOR i = 0 TO HB_ARGC()
? HB_ARGV( i )
NEXT
?
RETURN NIL[/code:37ql823l]
EMG |
command-line arguments | [code:1tabwz8s]
#include "FiveWin.Ch"
FUNCTION MAIN(...)
*************
LOCAL Arr := Hb_Aparams()
AEVAL(Arr,{|j|msginfo(j)})
RETURN
[/code:1tabwz8s] |
command-line arguments | Thank you.
Otto |
commctrl again | hi, in march build, in whatsnew, says commctrl.dll is not more needed, but in april build is need again, this is right??
thanks |
commctrl again | Norberto,
Do you have a sample that shows that it is required again ? thanks, |
commctrl again | Antonio, i only see in whatsnew this, and confused me...
april build
* New: FWPPC, Class TDatePicker already implemented. Please review samples\TestDtp.prg.
Please notice that lib\commctrl.lib has to be linked now.
february build
* Enhancement: FiveWin for CA-Clipper (16 bits) no longer needs COMMCTRL.DLL. If ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.