topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
get combobox | [quote="Antonio Linares":2te4ml8h]Please check if you ear the beep:
oCombo:bChange = { || If( oCombo:oGet:oGet:TypeOut, ( MsgBeep(), oCombo:oWnd:GoNextCtrl( oCombo:hWnd ) ),) }[/quote:2te4ml8h]
No Beep. Not call function. |
get combobox | Any Solution ??? |
get combobox | This command line bellow, call alert function, it´s ok. But... don´t execute GoNextCtrl()
oCombo:bChange = { || If( oCombo:oGet:oGet:TypeOut, ( alert("test"), oCombo:oWnd:GoNextCtrl( oCombo:hWnd ) ),) }
Any Solution? |
get combobox | press ENTER key, do not execute GoNextCtrl too.
for solve this problem, I changed Method GetKeyChar() in TComboBox Class.
[code=fw:1lc9z944]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br... |
get control 3D from resource | hi to all, I have this problem
by Pelles C I make this dialog:
[img:os6lwdaa]http://sm.uploads.im/t/8RWTJ.jpg[/img:os6lwdaa]
but when I show it in my exe it become:
[img:os6lwdaa]http://sj.uploads.im/t/Zhwxc.jpg[/img:os6lwdaa]
with 3D border,
why?
thank you
Damiano |
get control 3D from resource | Missing resource manifest ?
Saludos |
get en cajas de dialogos | ESTIMADOS COLEGAS TENGO EL SIGUIENTE INCONVENIENTE
EN ESTE EJEMPLO:
REDEFINE COD ID 108 OF CINV ;
VALID ( VE_RPTO( lDevuelve, Cod ), ;
IIF ( lDevuelve = .T., !Emphy(Cod), Cod == Nil ) )
me funciona bien, si el cod esta en... |
get en cajas de dialogos | Prueba con algo asi:
REDFINE OCOD VAR COD ID 108 OD CINV;
......
PONER AL PRINCIPIO
COD:=SPACE(20),OCOD:SETPOS(1),OCOD:REFRESH() |
get en degrade...? | Amigos del foro como raro yo molestando... alguien sabe si puedo hacer un get que tenga el degrade como lo hacen en esta pagina web?
<!-- m --><a class="postlink" href="http://www.tutopia.com/default.htm">http://www.tutopia.com/default.htm</a><!-- m -->
pta: En la parte donde te logueas...
de antemano gracias |
get en degrade...? | Leandro
Creo que esta clase de Vagner Wirts es lo que andas buscando.
[img:257f30ux]http://img241.imageshack.us/img241/206/getdegradowg9.jpg[/img:257f30ux]
Pero, ignoro que este pasando, he intentado varias veces subirlo al HyperUpLoad y nomas no quiere, deja intento mas tarde y si no, te la mando a... |
get en degrade...? | [quote="Raymundo Islas M.":377r9eqm]Leandro
Creo que esta clase de Vagner Wirts es lo que andas buscando.
[img:377r9eqm]http://img241.imageshack.us/img241/206/getdegradowg9.jpg[/img:377r9eqm]
Pero, ignoro que este pasando, he intentado varias veces subirlo al HyperUpLoad y nomas no quiere, deja inte... |
get hBitmap from Image | hi,
instead of ILADDICON()*** i like to use ILADD()*** for Imagelist
*** in c:\fwh\source\winapi\imagelis.c
but i must get hBitmap from File
[code=fw:abnpcuvf]<div class="fw" id="{CB}" style="font-family: monospace;">hBitmap = <span style="color: #000000;">(</span> HBITMAP <span style="color: #000000;">)</spa... |
get hBitmap from Image | Hi, Jimmy !
FW_ReadImage(NIL, xPt) //xPt - path+file
or so
hBmp:=oWnd:ReadImage(xPt)[1] |
get hBitmap from Image | hi,
[quote="Natter":38xd5zzy]hBmp:=oWnd:ReadImage(xPt)[1][/quote:38xd5zzy]
YES thx,
now i can load IMAGE into Imagelist <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
after > 100 Image it begin to fail ... RAM is going to Limit (32 Bit OS)
---
it take a long Time ... |
get hBitmap from Image | I have to save a lot of photos (jpg) to the server. From 100 to 500 pieces daily. Each weighs 5-6 Mg. There are not enough resources to store such volumes. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> I have a very small utility (with a command line) with which I co... |
get hBitmap from Image | FW_ReadImage( ;
[oWnd / hDC ] ; //or NIL
uImage, ;
[aSize], ; // { w, h } for resizing
[lGDIP] ) // Use GDI+ or not. Default .F.
--> aImage.
uImage:
Can be any file name, resource name, image buffer, hBitmap, hIcon, aShape Array, Image URL on the Web, Symbol
aImage {
hBitmap (GDI ) or pImage( GDI+ ),
... |
get hBitmap from Image | hi,
i´m using
[code=fw:2c5l867a]<div class="fw" id="{CB}" style="font-family: monospace;"> aBitmaps := ::<span style="color: #000000;">oWnd</span>:<span style="color: #000000;">ReadImage</span><span style="color: #000000;">(</span> ::<span style="color: #000000;">cPath</span> + cFile <span style="color: #000000;... |
get hBitmap from Image | [quote:3av9ti67]only "one" Image crash hole App
[/quote:3av9ti67]
Can you please send that image file? |
get hBitmap from Image | [quote:gse9lopx]i´m using
Code:
aBitmaps := ::oWnd:ReadImage( ::cPath + cFile )
not FW_ReadImage() "direct"
[/quote:gse9lopx]
Both are same.
Had you spent a little time to open window.prg, you would have noticed:
[code=fw:gse9lopx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C8... |
get hBitmap from Image | [quote="Jimmy":pe06c98g]hi,
i´m using
[code=fw:pe06c98g]<div class="fw" id="{CB}" style="font-family: monospace;"> aBitmaps := ::<span style="color: #000000;">oWnd</span>:<span style="color: #000000;">ReadImage</span><span style="color: #000000;">(</span> ::<span style="color: #000000;">cPath</span> + cFile <spa... |
get hBitmap from Image | hi Enrico,
you are right that it work with your CODE.
i do get Filename from DIRECTORY() and it have a German "Umlaut ü"
that´s why i ask for UNICODE, ANSI or OEM from DIRECTORY() to use with ShellExecute() |
get hBitmap from Image | Try setting the correct codepage. Have a look at this thread for some ideas:
[url:3qk5785x]https://forums.fivetechsupport.com/viewtopic.php?t=40243[/url:3qk5785x] |
get hBitmap from Image | hi,
i try to REQUEST all Codepage and Language
[code=fw:qru0tkun]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br />REQUEST HB_LANG_ES<br />REQUEST HB_LANG_EN<br />REQUEST HB_LANG_FR<br />REQUEST HB_LANG_P... |
get hBitmap from Image | hi,
i have now try to include hb_CDPSELECT() so i can load File with "Umlaut ü"
[code=fw:10bnjvm6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">LOCAL</span> cLangCode := <span style="color: #ff0000;">"DE"</span><br /><span style="color: #00C800;">LOCAL</span> cCodepage := <spa... |
get hBitmap from Image | I don't understand. Can I have a complete sample of the problem? |
get hBitmap from Image | hi Enrico,
[quote="Enrico Maria Giordano":3qdoi5pz]I don't understand. Can I have a complete sample of the problem?[/quote:3qdoi5pz]
it is the Demo for CLASS TGrid() on which i´m working
i got it almost working but not finish to release it yet
i prefer to work in 32 Bit Environment while my favorite Editor is only 16... |
get is not in front of saying | I can not find the say staements located in the same row of get rows ? Any explaination ???
@ 1, 1 SAY "&Account No." OF oDlg
@ 1, 9 SAY ":" OF oDlg
@ 1, 10 GET V_CU_ACCT OF oDlg
@ 2, 1 SAY "&Name" OF oDlg
@ 2, 9 SAY ":" OF oDlg
@ 2, 10 GET V_CU_NAME OF oDlg |
get is not in front of saying | I don't know how I can help you, but this is a typical problem with dialogs controls when created from code.
It has to do with the current font, and if the font is proportional (e.g. Ms Sans Serif or Arial), the controls are no more like it used to be in MS-DOS because of the width (mainly) of the strings (SAYs or GETs... |
get is not in front of saying | Ehab,
rows positions are different for each kind of control, just to avoid that they overlap. i.e.:
@ 1, 1 GET ...
@ 2, 1 GET ...
the second GET will not be placed over the first one. As the controls have different heights, then sometimes they are shown in different positions. To fix it, you may use decimals numbers... |
get is not in front of saying | Antonio,
Thanks for the input, however, I have aleady discovered that each kind of control has different position in screen, even if we use the same numbers.
For example a button @1.0, 1.0 does not correspond with a get @1.0, 1.0
Why is all this happening?
On a personal work level, I follow the approach of using PIX... |
get is not in front of saying | You may try to play with constant.ch.
EMG |
get is not in front of saying | Can you give me clue about what will be changed in constant.ch ? |
get is not in front of saying | As an example, try to change:
#define SAY_CHARPIX_H 15
#define SAY_CHARPIX_W 6
and then recompile say.prg.
EMG |
get is not in front of saying | Evans,
> Why is all this happening?
Because controls have different heights and we don't want them to overlapp if you do, i.e.:
@ 1, 1 BUTTON ...
@ 2, 1 BUTTON ...
You don't want the second button to be over the first one. |
get memo ->activate a button | I use a get memo to read a txt file and I have a button to exit
I wish the final user read all file.txt and when the cursor is on last row og the get then the button ( to go next) is enable()
how I can make it ? |
get memo ->activate a button | See this example and modify it for your case.
[code=fw:sia8nszr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oGet<span style="color: #000000;">[</span><span style="color: #000000;">17</span><span ... |
get memo ->activate a button | Thanks I'll try It
I saw on web on a form you write and there Is a text where Is show ed the number characters you can use of you write with a Number of characters up the the limit the form disabled the button |
get multiline y bitmap de fondo | Hola,
Tengo un get multiline y quisiera saber su si puede poner una imagen de fondo.
[code=fw:3it8zmuo]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oNotas <span style="color: #0000ff;">VAR</span> cNotas MULTILINE... |
get no disable y tampoco editable | Hola.
Necesito que un get solo muestre el contenido (muestra un "memo") y no quiero que pueda ser editable, pero no quiero desactivarlo porque no me deja ver todo el contenido (no se puede usar el scroll). Como lo hago? |
get no disable y tampoco editable | Gustavo,
@ nRow, nCol GET ... MEMO READONLY
or
REDEFINE GET ... MEMO READONLY |
get no disable y tampoco editable | Mira lo que pasa y al usar el SCROLL va mostrado la misma linea siempre.
[url:2zgsfdhm]https://ibb.co/NSFZN39[/url:2zgsfdhm]
y esto es con READONLY
[url:2zgsfdhm]https://ibb.co/jDc3jfh[/url:2zgsfdhm] |
get no disable y tampoco editable | // Siempre ponga el código y el .RC para testes, porfa.
// \SAMPLES\SAMPLES.PRG
[code=fw:1u6riqov]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/*<br /><!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33496&p=197679#p197636... |
get no disable y tampoco editable | Mira con MULTILINE:
[url:33ub2kjc]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=27699&p=154696&hilit=MEMO+READONLY&sid=ef2ada9622dfe801c9bb2b806d7245e7&sid=aaa963e72dd94acb1a5e1cffaa04c949#p154696[/url:33ub2kjc]
Saludos. |
get no disable y tampoco editable | Estimado goosfancito
Y lo hago con SAY, claro no tiene SCROLL
[code=fw:9ju8tz8w]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@ <span style="color: #000000;">120</span>,<span style="color: #000000;">420</span> <span style="color: #0000ff;">SAY</span> oSay <span style="color: #0000ff;">PROMPT</span> ... |
get no disable y tampoco editable | FGET:
[url:3oc532ae]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=19416&p=102300&hilit=memo+readonly&sid=ef2ada9622dfe801c9bb2b806d7245e7&sid=aaa963e72dd94acb1a5e1cffaa04c949#p102300[/url:3oc532ae] |
get no disable y tampoco editable | I LOVE FIVEWIN: jajajajajaja
[url:2pgkzm1c]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=5647&p=24993&hilit=memo+readonly&sid=ef2ada9622dfe801c9bb2b806d7245e7&sid=aaa963e72dd94acb1a5e1cffaa04c949#p24993[/url:2pgkzm1c]
Saludos. |
get no disable y tampoco editable | Ese es el tema del porque no lo hago con say. como es un "texto" que va a ser variado no puedo hacerlo.
[quote="acuellar":t03njwld]Estimado goosfancito
Y lo hago con SAY, claro no tiene SCROLL
[code=fw:t03njwld]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@ <span style="color: #000000;">120</span>... |
get no disable y tampoco editable | @ r,c GET ........ MEMO .... READONLY is working.
Test sample:
[code=fw:kqkub7hn]<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: #00... |
get no disable y tampoco editable | RESOURCE:
[code=fw:2lk3oy3r]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">local</span> oDlg, oFont, oGet, oBtn<br /> <span style="color: #00C800;">local</span> cText, cName := <span style="color: #ff0000;">"Dummy"</span><br /><br /> cText := MEM... |
get no disable y tampoco editable | hello.
En mi programa muestra el error. Para replicar lo que hago:
1) copio un texto escrito en WORD o write que sea extenso
2) pego ese texto en el get
3) muevo el scroll
el error aparece.
otra cosa: el dato lo tomo de mysql, que esta declardo como MEMO y si hago esto:
vgets:= memored(oQry:fieldget("texto"))
vgest... |
get no disable y tampoco editable | Gustavo,
Por favor copia aqui el código fuente de como construyes esa caja de diálogo
Y tambien el recurso correspondiente en caso de que la tengas creada en el fichero RC |
get no disable y tampoco editable | [b:3bl5ig4h][size=150:3bl5ig4h]WRONG[/size:3bl5ig4h][/b:3bl5ig4h]
[quote:3bl5ig4h]Another thing: I take the data from mysql, which is declared as MEMO and if I do this:
vgets: = memored (oQry: fieldget ("text"))
vgests is empty.
[/quote:3bl5ig4h]
[b:3bl5ig4h][size=150:3bl5ig4h]CORRECT[/size:3bl5ig4h][/b:3bl5ig4h]
[quo... |
get no disable y tampoco editable | [quote:1ugczrs8]
En mi programa muestra el error. Para replicar lo que hago:
1) copio un texto escrito en WORD o write que sea extenso
2) pego ese texto en el get
3) muevo el scroll
el error aparece.
[/quote:1ugczrs8]
This is working perfectly here.
I posted two programs above. I tested with those programs by removi... |
get no disable y tampoco editable | [quote="Antonio Linares":3tvqr0wc]Gustavo,
Por favor copia aqui el código fuente de como construyes esa caja de diálogo
Y tambien el recurso correspondiente en caso de que la tengas creada en el fichero RC[/quote:3tvqr0wc]
[code=fw:3tvqr0wc]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> <sp... |
get no toma datos... | hola, tengo un dialogo con 5 campos Get y un boton, el primer get es el nombre
REDEFINE GET oGet[1] VAR cGet[1] OF ......
si yo escribo el nombre y no doy enter o tab para cambiar al siguiente campo y me quedo posicionado en este get, y doy click en el boton (ahi el action es para grabar los datos a la dbf) bueno pues... |
get no toma datos... | Paco,
En la acción del botón haz primero oGet[1]:Assign()
Estas diferencias de comportamiento entre Harbour y xHarbour se deben a que sus clases TGet son distintas. |
get no toma datos... | en efecto asi es...
gracias
Paco |
get numbers | to select numbers I use two get with action but the customer sad it is no good because when the number is with 3 cr the number is moved
[img:3grstaxm]https://i.postimg.cc/CKJwm7Wc/getnumbers.png[/img:3grstaxm]
What I can create to show numbers good ?
I 'm thinking a button ( bitmap) where I can chan... |
get problem not execute ON CHANGE command | I did not understand why if I have a get control to which I change the value, it does not execute the "On change" command
to execute this command I have to add EVAL (aGet [1]: bchange)
sample :
DEFINE DIALOG oDlg SIZE 400,200 Title "test date,valid"
@ 12,5 SAY "Dal :" OF oDlg PIXEL SIZE 100,20 TRANSPARENT
... |
get problem not execute ON CHANGE command | Try:
ON CHANGE( My_Function(... ) ) |
get problem not execute ON CHANGE command | karinha,
allready tried
static dDataIniApp,dDataFinApp,lShowNumeri,lshowPagamenti //because are DATA variables
ON CHANGE ( MyFunction(dDataIniziale,dDataFinale) )
Function MyFunction(dDataIniziale,dDataFinale)
local dtemp1:= txt_to_date( dDataIniziale)
local dtemp2:= txt_to_date( dDataFinale)
... |
get problem not execute ON CHANGE command | Don't you have to refresh() the object? |
get problem not execute ON CHANGE command | the problem is not refresh the get but assign the new values on dDataIniApp and dDataFinApp are two data of Tapplication() |
get problem not execute ON CHANGE command | Hola buenos dias,
Sigue habiendo problemas con el ON CHANGE del Método TGET, como se puede solucionar?
Ejemplo:
[code=fw:1ae8acka]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oGet1 <span style="color: #0000ff;">V... |
get problem not execute ON CHANGE command | // \SAMPLES\TESTGET7.PRG
[code=fw:ss28qec9]<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="... |
get problem not execute ON CHANGE command | Muchas gracias Karinha voy a probar ese ejemplo
Saludos |
get read only | Can I change on line the readonly of a get when a combo selection change ? ?
[img:11cra84o]https://i.postimg.cc/pr3P1SgT/gf.png[/img:11cra84o]
I want the get controls to always be readonly except when the selected combo is "Personalizzato"
I tried with this test
but not run on change function
[cod... |
get read only | Pls try this.
[code=fw:1riujekp]<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: #000000;">... |
get read only | Silvio:
Try this
[code=fw:33xyfawi]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> @ <span style="color: #000000;">8</span>, <span style="color: #000000;">75</span> <span style="color: #0000ff;">COMBOBOX</span> aGet<span style="color: #000000;">[</span><span style="color: #000000;">1</span><spa... |
get read only | I resolved thnks |
get valid clause options | Currently using Clipper, I have several "gets" each using a valid clause of AD_tbrpopup (Frankie.lib ).
This popup listbox displays all Code and company fields within a .dbf file .
"Code" is a 3 character uppercase user defined code representing the corresponding long company name field.
When the user enters the g... |
get valid clause options | Bruce,
Yes, you may use DbCombo or use ( @ | REDEFINE ) GET ... ACTION ... and open a dialog with a browse ( twbrowse or txbrowse ) from there |
get valid clause options | Bruce,
I think forcing users to deal with codes is the wrong approach. The customer won't know the code so all they can provide is their name. So, the user only has a name and must somehow remember or lookup a code.
A much better approach is to just have the application allow the user to lookup the name and deal with... |
get variabile lunga su più righe | avendo uno spazio maggiore disponibile in altezza ma non in larghezza, vorrei gestire la GET di una variabile molto lunga (80 byte) su più righe, in modo che scrivendoci dentro mi vada a capo automaticamente e quindi possa essere visibile tutta per intero impostando una SIZE più stretta ma più alta. Non ci sono riuscit... |
get variabile lunga su più righe | Eccoti un esempio funzionante:[code:27mfkaab]#include "Fivewin.ch"
#define EM_LIMITTEXT 197
FUNCTION MAIN()
LOCAL oDlg
LOCAL oGet, cVar := SPACE( 80 )
DEFINE DIALOG oDlg
@ 1, 1 GET oGet VAR cVar MEMO;
SIZE 100, 30
oGet:nStyle -= ES_WANTRETURN
@ 3,... |
get who is using a file | Hello,
When a folder is shared, is there a function to get all the users that are using a file?.
Thank you. |
get who is using a file | I am not sure whether this is what you are looking for. The following code gives you a list of users of a particular exe file.
Try this
[code=fw:2acykkd6]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><... |
get y password en algunos funciona.. | hola.
tengo un recurso con get con la clausula password. en un get funciona y en el otro no deja digitar todo el largo buscado, solo 3 digitos.
a alguien le pasa?
tengo la version 2020
gracias |
get y password en algunos funciona.. | Puedes compartir un ejemplo del problema?
EMG |
get y password en algunos funciona.. | [quote="goosfancito":vwqmjzzc]hola.
tengo un recurso con get con la clausula password. en un get funciona y en el otro no deja digitar todo el largo buscado, solo 3 digitos.
a alguien le pasa?
tengo la version 2020
gracias[/quote:vwqmjzzc]
Hola Gustavo.
Por que no pruebas a definir la variable a utilizar en el GET... |
get y password en algunos funciona.. | el ejemplo no se como compartirlo. desde el res lo defino como get con password, aclaro que me esta pasando esto con la version que tengo ahora de harbour y fwh 2020, con la anterior que tenia no tenia este inconveniente.
al get lo defino como space(20) pero tampoco me da. si en el get del recurso le quito la clausula... |
get y password en algunos funciona.. | Please indicate the correct FWH version. There is no version FWH 2020.
Versions can be one of 2002, 2004, 2006, 2007, 2008, 2012.
If you let us know the correct version, we will check it here with that version. |
get y password en algunos funciona.. | 2012 |
get y password en algunos funciona.. | We tested with FWH 2012 and also later versions.
We did not experience any problems indicated above. We are able to enter the passwords total number of characters upto the original width of the variable.
This is the sample we tested:
RC
[code=fw:6hqdqdr6]<div class="fw" id="{CB}" style="font-family: monospace;">#ifn... |
get.. action | Una consulta....cuando utilizo get... bitmap.... action y le asigno una función que por ejemplo busca un cliente y me devuelve su numero de cliente... al ejecutarse la función y devolver el valor, este se pinta en el get y todo anda perfecto.... pero... ¿Qué pasa si quiero que el get pierda foco una vez que he seleccio... |
get.. action | Intentas asi:xFocus( oGet2 )...[code:1wer1a31]
//-------------------------------------------------------------------------//
FUNCTION xFocus( oObj )
xSetFocus( oObj )
xSetFocus( oObj )
RETURN( .T. )
//---------------------------------------------------------------------... |
get.. action | [quote="jose_murugosa":2veicpgo]Una consulta....
cuando utilizo get... bitmap.... action y le asigno una función que por ejemplo busca un cliente y me devuelve su numero de cliente... al ejecutarse la función y devolver el valor, este se pinta en el get y todo anda perfecto.... pero... ¿Qué pasa si quiero que el get p... |
get.. action | José:El el foro en Inglés vi esta solución.many thanks, oNextControl:PostMsg( WM_SETFOCUS ) works fine. Salaudos |
get.. action | Karinha, Triumvirato y ArmandoGracias por sus posts!!!Finalmente, lo que me dió resultado fué la sugerencia de Armando.Anduvo este código:[code:3tknnu0r]
@0,0 GET oGet1 VAR Var1 OF oDlg BITMAP "people.bmp" action ( Lista(), oGet2:PostMsg( WM_SETFOCUS ) VALID Var1<>Space(5) UPDATE[/co... |
getActiveWindow()? | Dear Antonio and friends.I get the handle of dialog when I call the function getActiveWindow(). But, when I try to use oWndFromhWnd( getActiveWindow() ), this function returns to me nothing! Nil.[code:2g9p7fd9]getActiveWindow() -> 2427216
oWndFromhWnd( getActiveWindow() ) -> Nil[/code:2g9p7fd9]... |
getActiveWindow()? | Júlio,Is it a modal dialog ? You can use GetWndDefault() |
getActiveWindow()? | [quote="Antonio Linares":3e9b0cpi]Júlio,
Is it a modal dialog ? You can use GetWndDefault()[/quote:3e9b0cpi]Yes, it's a modal dialog! I will try your solution Antonio. |
getVersion() problems | hi
GetVersion() works bad with my fw22/24
it only works well with my fwh24
with w95,xp,vista using fw24 it says always :
getversion[1] = 3
getversion[2] = 95
if i use fwh24 all is ok !
Any patch for 16bit version of my fw22,fw24 ?
tks
Romeo/Zingoni |
getcommerror como tratar el resultado? | Ejemplo:
GetCommError( nIdComDevice, @cComStat )
El contenido de cComStat es el siguiente: €\{
(casi siempre) un string de 12 caracteres.
(128) (92) (123) (0) (0) (0) (0) (0) (0) (0) (0) (0)
Puedo determinar de alguna manera leyendo este resultado que la puerta comm esté pronta para recibir... |
getcommerror como tratar el resultado? | This is from Win16 docs:
[quote:1zw30gek]GetCommError (2.x)
int GetCommError(idComDev, lpStat)
int idComDev; /* communications device identifier */
COMSTAT FAR* lpStat; /* address of device-status buffer */
The GetCommError function retrieves the most recent error value and current status for the specified device.... |
getcommerror como tratar el resultado? | Enrico, vedo che piano piano impari lo spagnolo. Ho letto quanto scrito da te, però, non riesco a capire ancora come tratare la stringa che mi arriva.
Secondo questo testo, questa stringa doveve puntare su la struttura dello stato della porta com, però.... come faccio ad accedere a questa struttura?
Devo fare,
nAnd(... |
getcommerror como tratar el resultado? | [quote="pymsoft":aa6sg24l]Enrico, vedo che piano piano impari lo spagnolo.[/quote:aa6sg24l]
E' abbastanza simile all'italiano. Riesco un po' a leggerlo ma non mi chiedere di scriverlo. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[quote="pymsoft":aa6sg24l]Ho letto quan... |
getcommerror como tratar el resultado? | Grazie, farò delle prove. |
getcommerror como tratar el resultado? | El resultado de GetCommError me da siempre cero, solo cambia cuando hay algun error.
Segun la ayuda de FW -->
GetCommError
Syntax:
GetCommError( <nIdComDev>, @<cComStat> ) \\ <nRetCode>
This function retrieves the most recent error value and current status for the specified device.
Parameters:
<n... |
getcommerror como tratar el resultado? | cComStat is the dump of lpStat parameter. These are the fields of COMSTAT structure:
[quote:3mmbh4t4]COMSTAT (3.1)
typedef struct tagCOMSTAT { /* cmst */
BYTE status;
UINT cbInQue;
UINT cbOutQue;
} COMSTAT;
The COMSTAT structure contains information about a communications d... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.