topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
cliente remoto de ADS | saludos alguien tiene el axcw32.dll, se me daño y no lo puedo conseguir.
saludos y gracias..
arnulfo. |
cliente remoto de ADS | Si tienes instalado el ARC (advantage data archietch) en la carpeta donde lo instalaste viene. Si no lo tienes, instalalo.
recuerda que tienes que tener el DLL para la version de Advantage que estes utilizando, por lo que no cualquier AXWCS32.DLL te funciona. |
clip's | Llevo algunos años con FW. Siempre creo mis Dialogos con resources Workshop de Borlan y áhi dos estilos de dialog que nunca he tulizado porque no se para que sirven
CLIP CHILDREN y
CLIP SIBILINGS
¿Cuándo se utilizan?
Si alguien se molesta en aclarme esos conceptos, gracias de antemano. |
clip's | Así que busque por Internet. Y según parece.
Clip Siblings: Solamente se usa para Ventanas Hijas.
Clip Children: Se usa para Ventanas Madre o Principal.
Saludos |
clip's | Eso está muy bien, pero que efecto teinen sobre los dialogos.
Gracias |
clip's | Manu,
WS_CLIPCHILDREN excluye el área ocupada por controles hijos al pintarse.
WS_CLIPSIBLINGS es igual pero respecto a ventanas hijas, no a controles. |
clip's | OK. AL FIN ME HE ENTERADO
MUCHISIMAS GRACIAS |
clipboard | Holas,
viendo la clase TexcelScript de Viktor esta definida una variable quie instancia un objeto de la clase tClipBoard, pero dicha clase no esta.
En referencia a ello, alguien tiene esa clase? por otra parte hay la posibilidad de guardar el clipboard en un archivo y luego recuperarlo nuevamente, el problema es que ... |
clipboard | La clase TClipBoard() viene incluida en FW y para eliminar el mensajito usa lo siguiente ::oExcel:Set("DisplayAlerts", .F. )
[quote="Marcelo Via Giglio":1wsro5j6]Holas,
viendo la clase TexcelScript de Viktor esta definida una variable quie instancia un objeto de la clase tClipBoard, pero dicha clase no esta.
En refe... |
clipboard | Vikthor,
tienes razon de la clase es de FW, y si con
::oExcel:Set("DisplayAlerts", .F. )
deja de molestarme el mensaje, pero al copiar la hoja no pasa los atributos de la misma, compia solo el texto, sin tipos, sin colores ni marcos ni nada, habra otra forma?
Gracias Marcelo
P.D. te busque en el msn |
clipboard | tuobjeto: oSheet: PasteEspecial( xlPasteFormats )
[quote="Marcelo Via Giglio":1mrphq33]Vikthor,
tienes razon de la clase es de FW, y si con
::oExcel:Set("DisplayAlerts", .F. )
deja de molestarme el mensaje, pero al copiar la hoja no pasa los atributos de la misma, compia solo el texto, sin tipos, sin colores ni m... |
clipboard | How copy a field of a record on clipboard and show which string I have on clipboard ? |
clipboard | See samples\testclip.prg |
clipboard | THANKS |
clipboard | How do you get a ctrl c and ctrl v copy? |
clipboard | >How do you get a ctrl c and ctrl v copy?
They work for me.
Can you provide an small sample showing the problem?
James |
clipboard | mine drops the right number. 123456 pastes as 12345. |
clipboard | if you are using resources , add this to your resource
ES_AUTOHSCROLL
Hth
Richard |
clipboard | Thanks I'll give it a try. |
clipboard | it is simply
DEFINE CLIPBOARD oClp OF oApp():oDlg
MENU oMenu POPUP 2007
....
MENUITEM "Copia il codice utente in memoria";
RESOURCE "SM_CLIP1";
ACTION oClp:SetText( (cDBF)->CLUSUARIO )
MENUITEM "Copia la password in memoria" ;
RESOURCE "SM_CLIP2";
ACTION oClp:SetText( (cDBF)->CLC... |
clipboard | Harvey,
>mine drops the right number. 123456 pastes as 12345.
If your field length is 6 (for the above example) the problem may be an artifact caused by the way Clipper handles the cursor (which was carried over to (x)Harbour). The cursor will be after the 5 when the entire field is full, rather than after the 6 as o... |
clipdefs.h 80: Multiple declaration for 'WORD' | Que ficheros de cabecera usa Connection.c ?
Puedes copiar Connection.c aqui ? |
clipdefs.h 80: Multiple declaration for 'WORD' | Saludos,
Estoy compilando BCC7 y Harbour 3.2 y se me presenta esto. Alguien sabe como solventar este error ?
[b:2s56wwza]MAKE Version 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
c:\bcc7\BIN\bcc32 -X -w -g50 -j1 -tWM -d -a8 -OS -O2 -5 -c -DHB_OS_WIN_32_USED -DHB_GUI -DHB_API_MACROS -DHB_STACK_MACROS... |
clipdefs.h 80: Multiple declaration for 'WORD' | include "extend.h"
#include "Item.api"
#if !defined( __HARBOUR__ )
#include <stdio.h>
typedef void * ERRORP;
#endif
#include "FileSys.api"
#if defined( __HARBOUR__ )
#include "HbUnDoc.api"
#if !defined( __XHARBOUR__ )
#define HB_VM_STACK hb_stack
#endif
#define _eval ( &HB_VM_STACK.Return )
#else
#incl... |
clipdefs.h 80: Multiple declaration for 'WORD' | Prueba a cambiar estas dos líneas:
#include "extend.h"
#include "Item.api"
por:
#include <hbapi.h> |
clipdefs.h 80: Multiple declaration for 'WORD' | Corrijo
[b:6ro2tfp4]Aun sigue aparecieron el error de WORD[/b:6ro2tfp4]
Estoy migrando de xHarbour a Harbour 3.2 |
clipdefs.h 80: Multiple declaration for 'WORD' | copia aqui el contenido de "HbUnDoc.api" |
clipdefs.h 80: Multiple declaration for 'WORD' | /*
* $Id: hbundoc.api 14673 2010-06-03 14:48:23Z vszakats $
*/
/*
* Harbour Project source code:
* Compatibility header file for undocumented C API functions
*
* Copyright 1999-2001 Viktor Szakats (harbour.01 syenar.hu)
* www - <!-- m --><a class="postlink" href="http://harbour-project.org">http://harbour-proje... |
clipdefs.h 80: Multiple declaration for 'WORD' | Alguna pista? |
clipdefs.h 80: Multiple declaration for 'WORD' | Pon esto antes de cualquier include:
[code=fw:w3tr8fk6]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00D7D7;">#define</span> _CLIPDEFS_H <br /> </div>[/code:w3tr8fk6] |
clipdefs.h 80: Multiple declaration for 'WORD' | xmanuel,
Solventado. Muchas gracias |
clipper 5.2 | Hola,tengo un programa en clipper 5.2 de hace años. que necesito modificarno se si alguien en sus archivos historicos, puede tener la libreria ct.lib y me la puede pasarmuchas gracias de antemano |
clipper 5.2 | João,No se puede proporcionar enlaces a software comercial, gracias |
clipper 5.2 | [quote="Antonio Linares":3ikrduhy]João,
No se puede proporcionar enlaces a software comercial, gracias[/quote:3ikrduhy]DESCULPE, MAESTRO. |
clipper exe and time cpu | Hi,
In my old clipper application on XP when running an exe program i see the pc works very slow in special when run a second application.
Is there some prg/obj to use to minimize the running of the exe clipper application while it is in backgrownd (with no focus) ?
Tks
P/Z |
clipper exe and time cpu | - recompile it with Harbour/xHarbour
- set the exe desktop icon properties to 'minimize'
- if u call it from Fivewin => winexec('clip.exe', 6) |
clipper exe and time cpu | Piscicelli,
Please review this:
<!-- m --><a class="postlink" href="http://www.ghservices.com/gregh/clipper/trix0014.htm">http://www.ghservices.com/gregh/clipper/trix0014.htm</a><!-- m --> |
clipper exe and time cpu | Thanks to all |
clipper exe and time cpu | [quote="Antonio Linares":yjc0jpit]Piscicelli,
Please review this:
<!-- m --><a class="postlink" href="http://www.ghservices.com/gregh/clipper/trix0014.htm">http://www.ghservices.com/gregh/clipper/trix0014.htm</a><!-- m -->[/quote:yjc0jpit]
Antonio,
I have today 3 actives versions of my softs :
1 : Compiled with Cli... |
clipper exe and time cpu | [quote="Piscicelli Zingoni":6zpqqnzn]Hi,
In my old clipper application on XP when running an exe program i see the pc works very slow in special when run a second application.
Is there some prg/obj to use to minimize the running of the exe clipper application while it is in backgrownd (with no focus) ?
Tks
P/Z[/quot... |
clipper exe and time cpu | Could u plz post a sample prg of using stopuntil() ?
I need it too. |
clipper exe and time cpu | Here is the baby
************
* WINATTEN.PRG
* Creation le 12/02/2006
* Derniere modification le 14/02/2006 à 22:01:58
* Auteur Badara THIAM
#include "fivewin.ch"
STATIC lExit := .F.
STATIC AncFocus
******************
FUNCTION WINATTEND(nDelai, ETATPRECG, ETATPRECD)
******************
* Etat d'attente permettant... |
clipper exe and time cpu | What is the parameter values to send when calling Winattend() :-
=> nDelai, ETATPRECG, ETATPREC ???
Thanks. |
clipper exe and time cpu | [quote="tnhoe":10lpeavg]What is the parameter values to send when calling Winattend() :-
=> nDelai, ETATPRECG, ETATPREC ???
Thanks.[/quote:10lpeavg]
nDelai = the delay in millisecond required by your parent function.
ETATPRECG = the previous state of the left button of the mouse.
ETATPRECD = the previous state of t... |
clipper exe and time cpu | I do this :
:
:
ACTIVATE WINDOWS oWnd ON INIT (winattend(500,,),.F.)
after link it and give following errors : UNRESOLVED EXTERNAL
PUBVAR
STOPUNTIL
GGMSTATE
KEYNEXT
I use Clipper 5.2, Fivewin 1.95 only |
clipper exe and time cpu | I have found a reference to StopUntil() in RPREVIEW.PRG
Antonio can say you where this function is located.
The rest is composed of functions made by me. You must
create your own equivalent functions depend how you program.
To help you, look at this :
GGMSTATE("LEFT") return the current state of the left button of th... |
clipwks xhb rc14 | Who is using ClipWks , i can not build it anymore with xhb rc14
Frank Demont |
clipwks xhb rc14 | ClipWKS requieres some functions in C not longer supported by xHarbour.
You'd better use FileXLS class works the same way and it's pure OOP code, pure (x)Harbour code. |
clipwks xhb rc14 | The advantage of Clipwks was the speed and the ability to create worksheet without the need for Excel.
On a web application I am creating spreadsheet.xml files but saving them with an extension of xls.
This works very fast and does not need Excel. Excel treats them just like normal spreadsheet files. |
clipwks xhb rc14 | I agree with Gale : it is extemely fast and no need to exel
I could build it with xhb januari 2007 release , not anymore with rc14
Trying to compile with BCC55 gives a external :
iLink32.Exe -ap -Tpe /IDebug /LD:\XHARBOUR\Lib @READWKS.bcl
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved... |
clipwks xhb rc14 | Frank,
Try to add this code to your main PRG:
[code:29r8rd2j]
#pragma BEGINDUMP
#include "hbstack.h"
void * hb_stack = &HB_VM_STACK;
#pragma ENDDUMP
[/code:29r8rd2j] |
clipwks xhb rc14 | Antonio,
Been having the hb_stack problem also with the FWH we just upgraded/downloaded last week. Previously, we were using FWH 06/05 build and xHarbour (bcc) 10/05 build.
After adding the code below, the application does build but when executed, an unrecoverable error (9000) popup dialog "ALERT.PRG was compiled ... |
clipwks xhb rc14 | Dionie,
> "ALERT.PRG was compiled by older version, PCODE is no longer supported, please recompile"
You have to recompile ALL your PRGs and used libraries (except FWH ones) as the xHarbour pcode has changed |
clipwks xhb rc14 | But I don't have ALERT.PRG on any of my linked source files. However, I found it referenced in fiveh.lib, fivehm.lib, fivehmx.lib and fivehx.lib.
Could these be what's causing this problem ?
[quote="Antonio Linares":3jerkyze]Dionie,
> "ALERT.PRG was compiled by older version, PCODE is no longer supported, please r... |
clipwks xhb rc14 | Dionie,
Check that you are using the right libraries from FWH 7.09 and not some old ones |
clipwks xhb rc14 | I have been working more with .xml spreadsheet files lately. It is not as intuitive to design them but you can create them very fast and you do not need Excel.
I am creating them on the fly inside my web xbscript application. I can email them or display them in web browser. |
clipwks xhb rc14 | Hi Gale,
[quote="Gale FORd":2u2pmgu9]I have been working more with .xml spreadsheet files lately. It is not as intuitive to design them but you can create them very fast and you do not need Excel.
[/quote:2u2pmgu9]
Sorry for resurrecting an old thread but is there some snippet that you could share Gale? I've been hop... |
clipwks xhb rc14 | Found a skeletal xml that can be used as a template [url=http://blogs.msdn.com/brian_jones/archive/2005/06/27/433152.aspx:2hqshahj]here[/url:2hqshahj] |
clock in a window | I try to found a digital clock to put on a window with STYLE nOr( WS_POPUP, WS_VISIBLE )
Someone can help me ?
Regards |
clock in a window | Silvio,
You may use a timer. Please review samples>TestTime.prg |
clock in a window | THANK ANTONIO |
clock() Error | I am getting the following error when trying to load FWPPC application.not implemented yetclock()How do I resolve error? |
clock() Error | Darrell,Please use a modified library that we are emailing you, thanks |
clock() Error | Hi Antonio,Thank You, I willl re-compile with new library. |
clock() Error | Darrell,Please also add this code to your main PRG:[code:24i4kjru]
#pragma BEGINDUMP
#include <windows.h>
BOOL GetProcessTimes(
HANDLE hProcess,
LPFILETIME lpCreationTime,
LPFILETIME lpExitTime,
LPFILETIME lpKernelTime,
LPFILETIME lpUserTime
)
{ return FALSE; }
BOOL Beep(
DWORD... |
close EXCEL.EXE | Hi Everybody,
Is there a way from within FWH to close Ms-Excel (EXCEL.EXE) if it is running in the background?
Thanks,
Jeff |
close EXCEL.EXE | This is a working sample:
[code:2s78ojy8]#include "Fivewin.ch"
FUNCTION MAIN()
IF CLOSEEXCEL()
? "Excel closed"
ENDIF
RETURN NIL
#define GW_HWNDNEXT 2
#define GW_CHILD 5
STATIC FUNCTION CLOSEEXCEL()
LOCAL hWnd := GETWINDOW( GETDESKTOPWINDOW()... |
close EXCEL.EXE | Hi Enrico,
Once again I thank you.
It is people like you that make me glad I picked FWH as my programming language. Your knowledgeable and quick replies not only help solve our issues but also help expand our understanding of FWH.
I wish we had 10 of you ... but the one we do have is pretty dam good.
Thanks again ... |
close EXCEL.EXE | [quote="Jeff Barnes":2j2j44hf][...]FWH as my programming language.[/quote:2j2j44hf]
FWH is not a programming language but "merely" a library. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
EMG |
close EXCEL.EXE | [quote="EnricoMaria":337tz1tp][quote="Jeff Barnes":337tz1tp][...]FWH as my programming language.[/quote:337tz1tp]
FWH is not a programming language but "merely" a library. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
EMG[/quote:337tz1tp]
Enrico, what is correct.
When I... |
close EXCEL.EXE | [quote="jose_murugosa":2w9jarpa]Enrico, what is correct.
When I worked with Clipper I use to say I was a Clipper Programmer, and that Clipper was my "language".
Now If somebody ask me which language I use ¿Which is the right answer? c++? [x]Harbour FWH or .......?[/quote:2w9jarpa]
xHarbour is better than FWH but ... |
close EXCEL.EXE | [quote="EnricoMaria":23qc0gpt][quote="jose_murugosa":23qc0gpt]Enrico, what is correct.
When I worked with Clipper I use to say I was a Clipper Programmer, and that Clipper was my "language".
Now If somebody ask me which language I use ¿Which is the right answer? c++? [x]Harbour FWH or .......?[/quote:23qc0gpt]
xH... |
close EXCEL.EXE | Hi ! Enrico.
Clipper is my language when I was Born
Thank's Enrico for some help for me.
You are the good guy in the world <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
How to focus my window application
[code:16h0gf2g]
IF GETWINDOWTEXT( hWnd ... |
close EXCEL.EXE | Me too. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
try this:
[code]
SetActiveWindow(hWnd)
[code]
[quote="areang":1va4bq2c]Hi ! Enrico.
Clipper is my language when I was Born
Thank's Enrico for some help for me.
You are the good guy in the world <!-- s:shock: --><i... |
close EXCEL.EXE | Or
[code:9p8ip3i1]BringWindowToTop( hWnd )[/code:9p8ip3i1]
EMG |
close EXCEL.EXE | Hi All !
This is work sample :
for setfocus and maximize windows to the top
[code:2xrxep06]
#include "Fivewin.ch"
#define SW_NORMAL 1
#define SW_MAXIMIZE 3
#define SW_MINIMIZE 6
#define SW_RESTORE 9
FUNCTION MAIN()
IF CLOSEEXCEL()
? "M... |
close and run the same appl | Hello Silvio,
How to do it :
1. Create a small application : Restart.exe
2. Inside Your Application define a RESTART - Button
What the RESTART-Button must do :
Set a Var lRestart to .T. and close the application.
After closing the Main-Window, the RESTART.exe will start.
RESTART.exe after closing, will call Your appl... |
close and run the same appl | Now from an my application I can download a exe
the exe is on a my website
the exe is the same exe of application but with another name
How I can make to close My application , renamed the exe downloaded and run this file ?
thanks |
close and run the same appl | danke ! |
close application | If I open an application extern LOCAL TS := GetEnv( "windir" ) + "\system32\osk.exe" sample :ShellExecute( 0, "open",TS, "", ".", .t. ) How I can close this application ?I try with hellExecute( 0, "close",TS, "", ".", .t. ) but it not run |
close application | Hello Silvio,The FIVEWIN-sample :[code:1wkkk74k]
function Main()
WinExec( "Calc" ) // Let's execute the calculator
MsgInfo( "Now we will close the calculator" )
// Use "Calculator" ( or "calc" ? ) in USA for "Calculadora"
SendMessage( FindWindow( 0, "Calc... |
close gprs connexion | Hello
I can send data through gprs thank's to Pawel's code (works great) .
I want to close automatically the gprs connexion after transmission .
For this i use code below but the connexion is still up after execution of this code. I am using windows mobile 2003.
Any help will be appreciated,
Thanks
Richard
HB_FU... |
close gprs connexion | How can I gprs for free on my airtel sim? For about last 3 months i was not being charged for using mobile office on my airtel sim(i dont know why). Recently i formatted my phone and now i am being charged for using gprs. Is there a way by which i can again make it free?
_______________________________
[url=http://... |
cláusula ACTION en GET de campo memo | Hola:
Por favor, ¿lo podríais implementar? Muchas gracias. |
cm convert to | to convert cm to pixel FOR printer I use Cm2pix func ok
BUT How I can convert cm to coordinates of a DLg or a window ?
thanks |
cmd cambiar unidad y directorio | Actualmente tengo funcionando una aplicación en una red. La aplicación se encuentra en el cliente y todos leen del servidor. Necesitaria abrir una ventana D.O.S. y poder cambiar la unidad y el directorio donde se encuentran los datos. He probado WinExec y si abre una ventana dos pero no se donde indicarle que lo abra e... |
cmd cambiar unidad y directorio | Talbéz:
drive:=curdrive()
directorio:=curdir()
msginfo(drive+":\"+diretorio) |
cmd cambiar unidad y directorio | Talbéz:
LOCAL cKomanda := ""
cKomanda := "command.com /c "+"NET USE "+sDisk+": "+"\\"+ALLTRIM(sPat)+"\"+ALLTRIM(sName)+" /yes"
WinExec(cKomanda,0)
// Your code here
cKomanda := "command.com /c "+"NET USE "+sDisk+": "+"/DELETE /YES"
WinExec(cKomanda,0)
ó
cPathdbf = "c:\wineqa32\datos\*.dbf "
cPathRun = "c:\respal... |
cmd cambiar unidad y directorio | Gracias karinha por responder, probaré tus sugerencias. Saludos |
cmd cambiar unidad y directorio | Puedes usar la funcion dirchange devuelve 0 si cambio el directorio.
DirChange( cDirectorio )
Slds |
cmd cambiar unidad y directorio | Olvide,
Para cambiar la unidad actual usa la funcion diskchange
DiskChange()
Slds |
cmd cambiar unidad y directorio | Para terminar este hilo les comento que use la funcion ShellExecute() ya que con ella puedo cambiar unidad y directorios. Gracias a todos los que me respondieron |
cmsay | How I can print a text with clrtext,backcolor
I can only use cmsay as
oPrn:CmSay( nRow, 3.5, "FEST",oFn1,,CLR_RED)
only color red How I can ake to print also the background color ? |
cmsay | [url:mhpv5keg]http://www.helpfacil.com.br/Download/arquivos/TPrinter.doc[/url:mhpv5keg]
[url:mhpv5keg]http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_tprinter[/url:mhpv5keg]
Regards, |
cmsay | I Know that documents
but I cannot print a text with background |
cmsay | In printer.prg, maybe:
[code=fw:5o8faeg5]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> SetbkMode<span style="color: #000000;">(</span> ::<span style="color: #000000;">hDCOut</span>, nBkMode <span style="color: #000000;">)</span> <span style="color: #B900B9;">// 1,2 transparent or O... |
cmsay | utiliza un brush
DEFINE BRUSH oBrush COLOR nRGB(215,215,215)
aDesde:=oPrn:Cmtr2Pix( nRow, 0 )
aHasta:=oPrn:Cmtr2Pix( (nRow + 0.3), 27 )
oPrn:FillRect({aDesde[1],aDesde[2],aHasta[1],aHasta[2]},oBrush)
oPrn:CmSay( nRow, 4.0, "Total del dia : " + des_fecha(dFechaCorte), oFont[5] )
saludos |
cmsay | i WISH A COMMAND AS
@ SAY .... COLOR CLR_RED, CLR_YELLOW |
cmsay | Silvio,
I suggest you to use EasyReport for printing.
Regards,
Otto |
cmsay | Otto, I must create a document with hand - I have many and many options |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.