topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Acompañemos a William esta en una dificil situacion | Me alegro mucho de que todo se vaya solucionando poco.
Dios aprieta pero no ahoga. Aunque, a veces podría apretar un poco menos. <!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o --> |
Acompañemos a William esta en una dificil situacion | William,
Me alegra que todo halla salido bien,
Albeiro, |
Acompañemos a William esta en una dificil situacion | Familia,
Mi hijo está en casa ya en recuperación, nos falta las terapias, pero lo importante es que ya está en casa.
Saludos a todos |
Acompañemos a William esta en una dificil situacion | Bien..... |
Acompañemos a William esta en una dificil situacion | Gracias a Dios !!!
Un abrazo.
Miguel |
Acompañemos a William esta en una dificil situacion | Estimado Willam,
Te acompañamos y que tu hijo tenga una pronta recuperación, un abrazo de aliento para que superes tus problemas
Tu amigo
Arturo |
Acompañemos a William esta en una dificil situacion | William:
Que tu hijo se recupere totalmente y pronto, son mis mejores deseos.
Saludos |
Acquisire un fattura elettronica | Abbiamo visto come si crea una fattura ok
Ma Voi non acquisite i dati da una fattura elettronica di un vostro fornitore per esempio ?
come possiamo acquisire i dati ?
Avete una vaga idea ? |
Acquisire un fattura elettronica | ciao
mai pensato , e non ci penso nemmeno.
Perche' se gestisco un magazzino non e' detto ( ed al 100% e' cosi ) che i codici articoli che mi arrivano siano uguali ai miei.
la stampi , inserisco il documento per la parte relativa al magazzino
e il documento cartaceo stampato lo dai al contabile per la parte contabile.
... |
Acquisire un fattura elettronica | Ah ok.
Ho visto poi che si poteva prendere un xml e fargli riconoscere i vari tag cosi per esempio per avere un archivio delle fatture arrivate. R memorizzarle direttamente nel gestionale.
Per la firma cosa fai tu? |
Acquisire un fattura elettronica | Scusa nel magazzino...
Non metti codice articolo e codice articolo fornitore? Certo se poi un ci ha tanti fornitori è un casino forse con una tabella si può gestire |
Acquisire un fattura elettronica | importare la fattura passiva ? mai.
per la firma :
premesso : io genero il file .xml e mi fermo li. (punto <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> )
poi :
1) cliente che si appoggia a piattaforma del suo commercialista .
2) cliente che si appoggia a piattaforma... |
Acquisire un fattura elettronica | Ciao Silvio ,
fai il processo inverso, invece di creare il file XML ,
lo leggi e da li poi registrare sia la fattura in contabilità e nel caso anche movimentare il magazzino .
Maurizio
<!-- w --><a class="postlink" href="http://www.nipeservice.com">www.nipeservice.com</a><!-- w --> |
Acquisire un fattura elettronica | Esatto proprio quello mi serve il carico del Magazzino
quando ci arriva una fattura dovrebbe farlo in automatico
certo che come dice Solving noi dobbiamo avere inserito lo stesso codice articolo del fornitore
ma a pensarci bene nella nostra anagrafica articoli c'è
il campo codice articolo, codice fornitore,... |
Acquisire un fattura elettronica | [quote="solving":1imn3wiq]importare la fattura passiva ? mai.
per la firma :
premesso : io genero il file .xml e mi fermo li. (punto <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> )
poi :
1) cliente che si appoggia a piattaforma del suo commercialista .
2) cliente che... |
Acquisire un fattura elettronica | I problemi sono due: le codifiche di chi emette le fatture non è detto siano quelle che hai tu, e il tag che identifica dove andranno a mettere il codice è molto variabile e serve almeno un mapping (chi emette la fattura il campo codice articolo può chiamarlo codart, ca, pippuzzo, codice articolo nostro, etc).
La seco... |
Acquisire un fattura elettronica | [quote="Patrizio":1wfpkmgw]I problemi sono due: le codifiche di chi emette le fatture non è detto siano quelle che hai tu, e il tag che identifica dove andranno a mettere il codice è molto variabile e serve almeno un mapping (chi emette la fattura il campo codice articolo può chiamarlo codart, ca, pippuzzo, codice arti... |
Acquisire un fattura elettronica | Hai mai fatto il carico fatture dei fornitori e conseguente mente devi caricare i prodotti ( carico) in archivio movimenti
fornitore xxx
cod 1 banane qt. 30 4.00 euro ecc
Bene : al posto del cartaceo adesso hai l'elettronico quindi partendo dal file xml uno deve essere in grado di caricare i prodotti ovvia... |
Acquisire un fattura elettronica | Ok, capito. Un bel casino.
EMG |
Acquisire un fattura elettronica | [quote="Enrico Maria Giordano":3am430c0][quote="Patrizio":3am430c0]I problemi sono due: le codifiche di chi emette le fatture non è detto siano quelle che hai tu, e il tag che identifica dove andranno a mettere il codice è molto variabile e serve almeno un mapping (chi emette la fattura il campo codice articolo può chi... |
Acquisire un fattura elettronica | Ah, buono a sapersi, grazie!
EMG |
Acrobat - ActiveX support | When I try to use the ActiveX (TActiveX) control protocot to call a pdf file, I always get a message telling me that Tactivex external procedure is not found...
Can any one help me on this
Regards
Marc |
Acrobat - ActiveX support | Marc,
FW for Clipper (16 bits) can't manage ActiveX.
You need FWH (32 bits) to use ActiveX. |
Acrobat activex - problems with old Acrobat versions | Hi to all,I have a problem using the activex class to open a pdf file because if the Acrobat Reader installed is an old version my app crash.Is there any way to check the Acrobat Reader version before to call the activex or another way to check if we can use the Acrobat activex in that environment ?Thanks in advance.Sa... |
Acrobat activex - problems with old Acrobat versions | if ! PDFActivex(@arq) return(.f.)endifDEFINE WINDOW oWndpdf MDICHILD OF oWnd vscroll icon oico TITLE ALLTRIM(cFile)pdfoActiveX = TActiveX():New( oWndpdf, arq )oWndpdf:oClient = pdfoActiveXpdfoActiveX:Do( "LoadFile", cFile )pdfoActiveX:Do( "SetCurrentPage", 1 )ACTIVATE WINDOW oWndpdf MAXIMIZED valid(oWndpdf:... |
Acrobat command-line | Hi,
Till now I used Robohelp to create help-files. But I was wondering that if I can use PDF-files for help. I know how to open a PDF-file from FWH, but can I open directly a specific page? Does anyone use this?
Thanks,
Marc |
Acrobat command-line | Dear Marc,
Can You open PDF file without Acrobat Reader? If so, How do you do?
Regards,
Dutch |
Acrobat command-line | When you install Acrobat Reader an activex control is installed at the same time. You can access that activex control with the TActiveX Class.
For more information check the ActiveX samples and more information can be found in google.
Regards |
Acrobat command-line | Thanks Juan Carlos Salinas Ojeda,
Regards,
Dutch |
Acrobat command-line | Dutch,
I don't open a PDF without Acrobat Reader. The problem is that I can only open a PDF-file in Acrobat Reader without jumping directly to a specefic page. It open allways with the first page..
Regards,
Marc |
Acrobat command-line | Dear Marc,
I've got it.
Regards,
Dutch |
Acrobat command-line | Juan Carlos Salinas Ojeda,
Do you have a list of commands for activex for acrobat?
I have search google a found some commands, but there was no info how to use them <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
Best regards,
Marc |
Acrobat command-line | Marc,
you can use ActiveXXX to get detailed informations about an activeX control.
[url:2ynoxt8s]http://www.winsite.com/bin/Info?4580[/url:2ynoxt8s] |
Acrobat command-line | Thanks Stefan,
That program is working very nice!
Regards,
Marc |
Acrobat reader | Dear friend, the following sample opens a PDF in Acrobat Reader:
[code=fw:217i2f27]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="co... |
Acrobat reader | Enrico,
This doesn't answer your question exactly, but I use a great library for all kinds of PDF related work, and it definitely allows you to open a secured PDF with ease. You can then resave it with new options or do all kinds of cool stuff. Also, I use the Sumatra PDF reader for super fast display of PDF files.
C... |
Acrobat reader | Thank you anyway.
EMG |
Acrobat reader | Good morning.
[quote:38v5do37]
DEFINE WINDOW oWnd
oPdf = TActiveX():New( oWnd, "AcroPDF.PDF" )
oPdf:LoadFile = "E:\FW\Update43-29-sera.pdf"
[/quote:38v5do37]
I use Foxit freeware instead of Acrobat Reader. While Acrobat reader is bigger than 70 mb, Foxit is only 5 mb and much, much faster to load and to o... |
Acrobat reader | Are you sure that Foxit offers an ActiveX object?
EMG |
Acrobat reader | Yes, I just found out:
<!-- m --><a class="postlink" href="http://www.foxitsoftware.com/pdf/sdk/activex/">http://www.foxitsoftware.com/pdf/sdk/activex/</a><!-- m -->
<!-- m --><a class="postlink" href="http://foxit.vo.llnwd.net/o28/pub/foxit/manual/enu/FoxitActiveX30_guide.pdf">http://foxit.vo.llnwd.net/o28/pub/foxit... |
Acrobat reader | I wonder if similar documentation is available for Acrobat reader...
EMG |
Acrobat reader | Dear All,
This function is useful. How can I make it on Top of Window Backgroup? Because when I use this function from the Main window, it will be minimized.
[quote="Enrico Maria Giordano":3qvbzh2p]Dear friend, the following sample opens a PDF in Acrobat Reader:
[code=fw:3qvbzh2p]<div class="fw" id="{CB}" style="fo... |
Acrobat reader | Try:
[code=fw:1lx8uwik]<div class="fw" id="{CB}" style="font-family: monospace;">SETWINDOWPOS<span style="color: #000000;">(</span> oWnd:<span style="color: #000000;">hWnd</span>, <span style="color: #000000;">-1</span>, <span style="color: #000000;">0</span>, <span style="color: #000000;">0</span>, <span style="c... |
Acrobat reader | Andy, can you show how you inicialize the activex control with quickpdflibrary?
I get an error with:
::oControl := TActiveX():New( oWnd, "QuickPDFAX0717.PDFLibrary" ) // crash
Thank you very much
Alvaro |
Acrobat reader | Alvaro,
I am not using the ActiveX version so I don't have any experience with it...sorry.
I use the DLL version.
Andy |
Acrobat reader | Hi Andy,
Could you share the code of an example on how to get started with the DLL ?
Thank you,
Alvaro |
Acrobat reader | Hi Enrico,
Maybe you can find your answer here:
[url:1x3p3qst]http://www.adobe.com/devnet/acrobat/?view=documentation[/url:1x3p3qst] |
Acrobat reader | Hi Enrico,
I found this while searching the net:
[quote:2gkdckok]>To programmatically enter a password and bypass the user
>interface prompt for
>password, you must replace the standard "security handler" for
>Acrobat with your own
>security handler. There is no way to bypass the password prompt with
>the standard
>A... |
Acrobat reader | Thank you.
EMG |
Act. FiveHc y FiveHx con XH y Bcc | Saludos.
Un cuestion de actualizaciones.
Tengo actualmente FWH 8.11 y requiero saber si puedo actaulizarme a xHarbour 1.2 y bcc 5.8.2 para no tener errorres del PCODE.
E igual, de ser posible, no recuerdo como hacer para recompilar mis lib de fwh.
Fwh 8.11, xH 1.1, bcc 5.5 |
Act. FiveHc y FiveHx con XH y Bcc | Noe,
Puedes actualizarte a la versión más reciente de FWH desde <!-- m --><a class="postlink" href="http://www.fivetechsoft.com">http://www.fivetechsoft.com</a><!-- m --> sección pedidos.
Para recompilar las librerias puedes usar este simple fichero bat:
for %%f in (*.prg) do c:\harbour\bin\harbour %%f /n /ic:\fwh\i... |
ActXEvents | hi,
i try some ActiveX Sample and saw CLASS TActiveX in c:\fwh\source\classes\activex.prg
there is a Function ActXEvents() but i can't find it <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? --> |
ActXEvents | [code=fw:2ehwodhx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> ACTXEVENTS <span style="color: #000000;">)</span><br /><span style="color: #000000;">{</span><br /> LPWSTR pW = AnsiToWide<span style="c... |
ActXEvents | hi,
THX very much <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
that was what i miss in ot4xb "AtlAxWin" CLASS.
i will try to implement it and hope i can use it with Xbase++ while AX & Co is running in different Thread. |
Action em Tree | Ola to all…. (I am new in the group)
1) Has as to make one tree (TTreeView) with opcao of ACTION (exactly she will be necessary to change the classroom)?
2) have as to change the source of tree?
I am very been thankful the group for the chance, or possibility of being able to clarify these you doubt! ... |
Action em Tree | Gilberto,
Please review samples\TestTree.prg:
oTree:bChanged = { || oWnd:SetText( If( oTree:GetSelected():GetParent() != nil,;
oTree:GetSelected():GetParent():cPrompt + " + ", "" ) + ;
oTree:GetSelText() ) } |
Action em Tree | First, thanks for the reply.
Had seen and tested, but not was exatament what I am needing… The ACTION would be the idea!
Nor changing the classroom?
Thanks a lot!
OBS: sorry my ingles (hehehehe) |
Action em Tree | Still I am needing. If they any person to souper and will be able to inform, I am been thankful to me! |
Action em Tree | Enter key is used to open and close a tree branch, so you should not use it to fire an action. You may use mouse double click event oTree:bLDblClick = { || MsgInfo( "double click" ) } |
Action en Ribbon | Amigos
Porque no se puede ejecutar la acción en un botón en Ribbon cuando no ha terminado la primera.
[code=fw:o2qkph8p]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> ADD GROUP oGr3 RIBBON oRBar <span style="color: #0000ff;">TO</span> OPTION <span style="color: #000000;">1</span> <span st... |
Action en Ribbon | Prueba asi:
@1,1 ADD BUTTON oBtn3 GROUP oGr3 PROMPT "Play" BITMAP "B-PLAY" SIZE 59,30 MOSTLEFT ROUND Action ( oBtn3:lProcessing := .F., PlayMusic() ) |
Action en Ribbon | Gracias Distinguido Antonio
Funcionó perfecto.
Saludos,
Adhemar |
Action execute when at bottom of xbrowse | Hello,
Is it possible to execute an action when the last row is selected in xbrowse?
I want to load a some data from the server and add them to the current file to improve network-speed.
Thanks,
Marc
[quote:6wq8m9ai]
Hello,
I'm using SQlite, and for browsing the data I make a query or the database that is located ... |
Action execute when at bottom of xbrowse | Marc
Just a quick thought .. would it be possible or practical to have a server side task that goes out every hour or so and builds\re-builds your .dbf temp table for your application to access ?
This would solve your 'on-demand' client side software to build each time .. and give you a near time access to your recor... |
Action execute when at bottom of xbrowse | Rick,
Thanks for your reply.
The routine to read the SQL-database into a local temporay datebase was already working fine.
The problem was that it take a long time to read them,if there are a lot of records.
That was the reason that I first wanted to load only the first 100 records, and read only the rest I they want ... |
Action execute when at bottom of xbrowse | I have thought about some changes to the browse scroll bar for some time.
If you are scrolling through a large amount of filtered/scoped data, it takes time to get the #records and position.
I think there should be an option that allows for page scrolling only.
The thumb portion stays in the middle until you reach the... |
Action execute when at bottom of xbrowse | Marc
I appreciate your answer .. are you using ADO to connect to your Sql-Lite database ? If so, I would HIGHLY recommend using the 'local cache' option when you create your recordset object. You might find you will not need to create a .dbf copy on the client.
[code=fw:39yezy3s]<div class="fw" id="{CB}" style="font... |
Action execute when at bottom of xbrowse | Rick,
I'm not using ADO to connect to my SQLIite database but the library [url:ba2al2pv]http://www2.zzz.com.tw/phpbb2/viewforum.php?f=1&sid=7353c3fdd171bd916f2b8599265acf02[/url:ba2al2pv]
I had not noticed that the 'oRs:CursorLocation := 3 // local cache'-line in your example was for caching.
I do... |
Action execute when at bottom of xbrowse | Assuming nTotRecs is already assigned with total number of records in the server database,
Please try including this function inside oBrw:bChange codeblock or in a timer.
[code=fw:1shib0sq]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> oBrw:<span style="color: #000000... |
Action execute when at bottom of xbrowse | Thanks Rao,
I will try it.
Regards,
Marc |
Action mientras se mantiene presionado un boton | Hola amigos, como dice el titulo.
Necesito saber si x boton se mantiene presionado, para ejecutar una accion mientras se mantenga presionado. (valga la redundancia).
Agradeceré algún ejemplo.
Saludos. |
Action mientras se mantiene presionado un boton | Puedes explicar ó poner un ejemplo acerca de lo que deseas hacer ? |
Action mientras se mantiene presionado un boton | Antonio, gracias por contestar.
Lo que quiero hacer es que se lance una accion contínua mientras el boton se mantenga presionado (como el GoDown() del xbrowse) y que el ACTION finalice al dejar de presionar el boton.
Algo asi:
While oBtn:lPressed
oBrw:GoDown()
Enddo
Es decir, desde el ACTION del oBtn quiero h... |
Action mientras se mantiene presionado un boton | Francisco,
[quote:1apkvm3m]
Lo que quiero hacer es que se lance una accion contínua mientras el boton se mantenga presionado (como el GoDown() del xbrowse) y que el ACTION finalice al dejar de presionar el boton.
Algo asi:
While oBtn:lPressed
oBrw:GoDown()
Enddo
Es decir, desde el ACTION del oBtn quiero hace... |
Action mientras se mantiene presionado un boton | hmpaquito.
Efectivamente, estoy desarrollando un comandero touch.
[quote:1sms8o2x]Una idea que se me ocurrio entonces, y que no puse en practica, no se por que, fue establecer un timer en el metodo ::Down(). El timer estaria llamando a la action hasta que al ser llamado el metodo ::Up(), porque se solto el boton, se ... |
Action mientras se mantiene presionado un boton | No sería parecido a un drag&drop ?
------------------------- Edito ---------------------------
O a la accion de mover un control en una edicion, ahí estamos controlando también si el control está pulsado |
Action mientras se mantiene presionado un boton | Gracias, Cristóbal.
También voy a revisar esa opción.
Saludos. |
Action mientras se mantiene presionado un boton | Me acabo de acordar que en aquel entonces intenté también que la llamada al action fuera mas continua cuanto mas tiempo llevara pulsado el boton. Intente simular el comportamiento Android en sus listas.
Todo fue un fracaso: volví, después de muchas horas, al sistema un click una fila up/down. Lamentable.
Lo más seguro... |
Action mientras se mantiene presionado un boton | [quote="hmpaquito":1vudbunq]Me acabo de acordar que en aquel entonces intenté también que la llamada al action fuera mas continua cuanto mas tiempo llevara pulsado el boton. Intente simular el comportamiento Android en sus listas.
Todo fue un fracaso: volví, después de muchas horas, al sistema un click una fila up/down... |
Action mientras se mantiene presionado un boton | Es cierto Cristóbal, habría que ver si con las mejoras táctiles de fwh se podría hacer.
Yo por mi parte, desgraciadamente, tengo el focus del trabajo en otras tareas. |
Action mientras se mantiene presionado un boton | Yo creo que usar un timer sería una posible solución |
Action mientras se mantiene presionado un boton | Una idea sería colocar una data lPressed en la TButton
y que se activa con el metodo LButtonDown y se desactava com el metodo LButtonUp,
con esto el programador controlaría si el button esta presionado en el bAction con un bucle. |
Action on Get bypass other get's valid | I noticed that when you press the button on a get that has action clause it does not fire the valid when you are on other gets.
It seems that it should skip the valid only on it's own get.
Maybe the lCancel for the button should be set when the tget gets the focus from another control and turned off when the tget loses... |
Action when closing a window | Hello,how can i assign a action to closing a window, someting like ON CLOSE ?Can i decide with the return value of this action to close the window or to stay in the window ? |
Action when closing a window | Wolfang,Use the VALID clause:ACTIVATE WINDOW oWnd VALID MsgYesNo( "Want to end ?" )the expression used with VALID has to return a logical value |
Action when closing a window | Hello Antonio,thanks, that it so easy that it don't came in my mind <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
Activacion de button clausula when | Hola amigos:
En la opcion de salida de la aplicacion quiero controlar que no hay ventanas abiertas antes de cerrar , y utilizo
esto.
[code=fw:7x79ulc9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">WHEN</span> Len<span style="color: #000000;">(</span>oWndMain:<... |
Activacion de button clausula when | Before activating every child window add this line
[code=fw:3et6f4vt]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oChildWnd:<span style="color: #000000;">bPostEnd</span> := <span style="color: #000000;">{</span> || WndMain<span style="color: #000000;">(</span><span style="color: #000000;">&#... |
Activacion de button clausula when | Hi Mr. Rao.
Thanks for the support
Yes works fine with this modification
[code=fw:noew6crg]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oWndChild:<span style="color: #000000;">bPostEnd</span> := <span style="color: #000000;">{</span> || oWndMain:<span style="color: #000000;">oBar</span>:<span... |
Activacion de button clausula when | [code=fw:8asp0dfw]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">ACTIVATE</span> oChildWnd <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> <span style="color: #000000;">(</span> WndMain<span style="color: #000000;">(</span><span style="c... |
Activacion de button clausula when | [quote="nageswaragunupudi":21cf0cof][code=fw:21cf0cof]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">ACTIVATE</span> oChildWnd <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> <span style="color: #000000;">(</span> WndMain<span style="color: ... |
Activar Bluetooth | Saludos,
Alguna forma que desde FWPCC se pueda activar el bluetooth si este se encuentra apagado
[code=fw:1kp10sp7]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">public</span> <span style="color: #00C800;">class</span> BlueTooth<br /><br /><span style="color: #000000;">{<... |
Activar Bluetooth | Añadir esta libreria
[quote:2ljta138]
echo $(VCDIR)\lib\arm\BthUtil.lib >> msvc.tmp
[/quote:2ljta138]
Este es el codigo
[code=fw:2ljta138]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/*<br />Funciones para activar el Bluetooth desde FWPPC<br />Pablo Vidal<br />*/</span... |
Activar Bluetooth | Pablo,
Muchas gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
En solo unos pocos dias, ya eres un gran experto de FWPPC. Enhorabuena <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Activar Bluetooth | Gracias Antonio
Un Experto Noooooooo, si no que trato de buscar las solucion a los problemas,
y todo esta en la red... |
Activar Insert | Como puedo activar por defecto el Insert a la entrada de una aplicacion.
(manias de clientes)
Gracias. |
Activar Insert | Garbi,
Prueba con:
#define VK_INSERT 45 // 0x2D
___Keyboard( VK_INSERT ) |
Activar Insert | Me da el siguiente error al ejecutar:
__KEYBOARD(0) Error Interno 5333 |
Activar Insert | Parece que te está enlazando la de Clipper y no la de FW
El codigo de la función está en source\winapi\keybrd.c , prueba a llamarla de otra manera y compila el fichero C de nuevo |
Activar RTS en la Comunicacion COM | Muy buenas foro, estoy utilizando las funciones:OpenComm( "COM1", 1024, 128 )BuildCommDcb( "COM1:9600,n,8,1", @cDcb )para conectarme con el COM pero necesito activar el RTS, ¿ me podrían decir como puedo activarlo?Un Saludo. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.