Hi,
Procedure OnSetFocus
Handle hWnd
Get Form_Window_Handle 0 To hWnd
Move (SendMessage(hWnd,WM_KEYDOWN,VK_END,EXTKEY)) To WindowIndex
End_Procedure
?????
Type: Posts; User: pacorbett
Hi,
Procedure OnSetFocus
Handle hWnd
Get Form_Window_Handle 0 To hWnd
Move (SendMessage(hWnd,WM_KEYDOWN,VK_END,EXTKEY)) To WindowIndex
End_Procedure
?????
Amem, you too.
Hi, I also use it with much bigger sizes. Is there any restriction there? The function that Mike Peat sent seems much more practical and simple.
Hi, Edgar
Would it be the mlistFiles function? I've been using it for a long time ... I hope it serves you, in this example it loads a grid with the information.
Procedure mListFiles String...
PessoALL,
Só um adendo à solução : no meu caso, mesmo aparecendo o recaptcha, em algumas maquinas ele não conseguia dar sequencia.
Após algumas verificações, descobri que o problema (no meu caso-...
Grato, Éder !!
Sua idéia resolveu o meu problema !!! Não achava que seria tão simples.
Muito agradecido ! Vai permitir que eu continue o processo !
Precisando de qualquer coisa , se eu puder...
Pessoal, acho que não é isso...Pelo menos estou utilizando ComExecWB com o endereço llpvaout "www.google.com/recaptcha/api.js?hl=pt-BR async defer" e não está carregando... mas vou continuar testando...
PeesoALL,
acho que identifiquei uma coisa no site nacional, que não sei como resolver (ainda)...
mas pelo que pude levantar, se eu conseguir refazer a chamada que ele faz como <script src=...
Grato, Éder.
Vou fazer um teste, mas ainda acho estranho o fato de no estadual estar funcionando somente no nacional não funcionar.
Mas vou gerar um teste como falou, e testar.
Mas continuo...
Obrigado, Samuel pela resposta. Essa é a complicação maior.... nos navegadores, tanto Chrome quanto IE da minha maquina os dois funcionam perfeitamente.
Por isso estou testando algumas propriedades...
PessoALL,
se alguem puder ajudar ficaria muito grato.
Eu tenho um processo no sistema de NF-e que consulta o endereço da web dentro da view, utilizando um componente cComWebBrowser e...
Complementing the doubt, I found that any of the systems that do not work crystal reports, can run smoothly with the systems carried in the Recent Files area within windows 10 explorer. So if I load...
One would have an idea of what could do the following behavior in a Dataflex VDF 6.2 installation and Crystal Reports 7.0 (same old) on a windows 10 machine Home 64-bit:
1) On just one system,...
Obrigado Samuel. Mas estamos trabalhando nessa idéia também..Grato pela atenção.
PessoALL,
Alguém teria uma idéia do que poderia fazer o seguinte comportamento numa instalação de Dataflex VDF 6.2 e Crystal Reports 7.0 (antiga mesmo) numa maquina windows 10 Home 64 bits :
1)...
Thank you, Edgard! I have some more adjustments to make in the compilation of the modules and in some reports, regarding the use of the packages, but a large part of the listings are converted...
Thank you, Edgard !
You're sure to help me. I will compare with what I am adapting, but surely it is already leading me. grateful for the attention and anything we are at disposal. Once I have a...
Hi Marco!
Thanks for the answer ... the problem is the number of existing reports and the time for this conversion. I need a solution for only one system module that is developed almost entirely in...
Hi,
I needed an idea to convert Winprint reports into winprint2 reports in Visual Dataflex 6.2 - would anyone know if this is possible? All should be converted a posteriori into a new version...
Hi Dennis;
I need to use that specific version of the client. I found guidance for the article "Converting String to Uchar"(Sonny Falk)- bu I'm still having problems. If i define a struct it does...
thanks you, Samuel, I'm testing.
I put :
for iInd from 0 to (Itam-1)
move (mid(sLocal, 1, iInd+1)) to sCaract
move sCaract to vtfileconvDll.cnomeFile[iInd]
loop
But, this (move) is a variable Char (??) The function parameter...
I'm have a struct,
tStruct tFileConvDll
Char [100] cNomeFile
end_struct
My var :
string sLocal sCaract
tFileConvDll vtfileconvDll
Move "c:\temp\filename.txt" to sLocal