topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Called from: => STARTPAGE( 0 ) | cambie la forma que llamaba:
[code=fw:1u71pigj]<div class="fw" id="{CB}" style="font-family: monospace;">antes:<br /><span style="color: #00C800;">class</span> TImprimir <span style="color: #0000ff;">from</span> terrores, timprime<br /> </div>[/code:1u71pigj]
[code=fw:1u71pigj]<div class="fw" id="{CB}" style="font... |
Called from: => STARTPAGE( 0 ) | Te refieres a esto?
[code=fw:2vaavfgw]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #B900B9;">/* CH para las clases TUtilPrn y TImprime<br /> /* by TheFull( Rafa Carmona ) */</span><br /> </div>[/code:2vaavfgw]
[url:2vaavfgw]https:... |
Called from: => STARTPAGE( 0 ) | asi es.
mi codigo donde estaba declarada la llamada a la clase era asi:
[code=fw:2g4lfyfn]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">CLASS</span> TIMPQuincenal <span style="color: #0000ff;">FROM</span> TImprime, TErrores<br /><br /> <span style="color: #00C800;">DATA</sp... |
Called from: => STARTPAGE( 0 ) | la ultima version es la 4.0? |
Called from: => STARTPAGE( 0 ) | avanzo un paso y vuelta a retroceder.
no puedo hacer una programacion fluida.
esto me preocupa desde hace años con el tema de las impresiones. |
Called from: => STARTPAGE( 0 ) | Copia aqui el error.log completo, no solo una parte, gracias |
Called from: => STARTPAGE( 0 ) | Hello goosfancito,
I've seen a post where you refer to programming the arduino.
Did you ever manage FWH to connect to a hardware modules in order to read data for processing something ?
I want to be able to read from FWH when a beam from a optisch eye is interupted. and show something on screen.
Thanks
Marc |
Called from: => STARTPAGE( 0 ) | [quote="Marc Venken"]Hello goosfancito,
I've seen a post where you refer to programming the arduino.
Did you ever manage FWH to connect to a hardware modules in order to read data for processing something ?
I want to be able to read from FWH when a beam from a optisch eye is interupted. and show something on scree... |
Called from: => STARTPAGE( 0 ) | Google translate :
Hola goosfancito,
He visto una publicación en la que te refieres a programar el arduino.
¿Alguna vez manejó FWH para conectarse a módulos de hardware con el fin de leer datos para procesar algo?
Quiero poder leer desde FWH cuando un rayo de un ojo visual se interrumpe. y mostrar algo en la pantal... |
Called from: => STARTPAGE( 0 ) | Hola.
No, he programado solo lo basico para arduino desde el mismo ide para realizar pruebas
con los diferentes componentes. Pero nada mas que eso. |
Calling FWH from FW16 and update NTX / CDX | I have a rather large FW16 project. Looking into it, updating to FWH will be to much work, so I'm looking for a solution to use both.
The FW16 will mainly be used to create the invoices, stock changes, and document for schipping.
I'm more used now with FWH and all new code, functions will be in FWH, espacially stati... |
Calling FWH from FW16 and update NTX / CDX | Marc
I believe you are going to have problems sharing any .dbf that is accessed concurrently with 16 and 32 bit regardless of the index structure. If it were me .. I would spend your time upgrading your fw16 application with Fwh32 and I think you will find new ways and processes you can use to Improve your application... |
Calling FWH from FW16 and update NTX / CDX | Marc,
I fully agree with Rick.
You'd better get rid of FW16 since these applications can't be run anymore on the current PC because they are 64-bits.
You should also transfer from NTX to CDX. Much faster and much more stable.
And finally converting a FW16 application to FWH is not that hard.
I have 2 huge applica... |
Calling FWH from FW16 and update NTX / CDX | I know, I know, ..... I should convert <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: -->
I looked the last half year into FWh Codes, samples, Xbrowses, ..... and much more.
Almost none of these functionalities are inside the FW16 version.
In fact, I would... |
Calling FWH from FW16 and update NTX / CDX | Hello,
With this file below and some minor changes, all the files compile and I get a exe file !! (It seems to be to easy)
The exe file, when executed does nothing. I see no dialog. Since almost all dialogs are with resources, and I have no resource build for FWH. the program maybe can't be executed ?
The program is... |
Calling Function | Hello,can Some Help me
Iam populating Menu frm Database(Mysql).In the Action event iam getting the Form Name + Appending the "( )" to call perticular form
For Example if the formname is "Wage" iam appending "( )" to get "Wage()" to call that function .Here
iam getting name correctly but Function is not invoked ... |
Calling Function | Dear Sajith,
You need to use the statement BLOCK
For Eg.
[code=fw:3t209bfu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Menu Display Text</span><br />cMenuText:=Alltrim<span style="color: #000000;">(</span>oRecSet:<span style="color: #000000;">Fields</span><span styl... |
Calling Function | If you are using xHarbour, you can write your code like this also:
[code=fw:52wn9uwz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">MENUITEM</span> oMItem1 <span style="color: #0000ff;">PROMPT</span> oRecMenuHierarchy:<span style="color: #000000;">Fields</span><span style=... |
Calling Function | Dear, Anser & Rao
Many thanks for ur reply ur code works fine.My problem is solved
Regards,
sajith |
Calling LHA32.DLL | I"m trying to figure out how to access the unlha function of the LHA32.DLL file from Fivewin/Harbour. In C#, the code below works just fine to access the unlha function of the library. I'm wondering if someone could help me out with the call in Harbour in terms of the way the function assigns the variables.
... |
Calling LHA32.DLL | Michael,
Try it this way:
DLL32 FUNCTION UnLha( hIntPtr AS LONG, szCmdLine as LPSTR, @szOutPut as LPSTR, dwSize as LONG ) AS LONG PASCAL LIB "UNLHA32.DLL"
Please notice that szOutPut must be passed by reference "@" |
Calling LHA32.DLL | Dear Mr.Antonio Linares,
I am facing similar situation, and just by imitation, I've tested "MyTest.prg" to make following C# sample.
[code=fw:308dhnju]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">[</span>DllImport<span style="color: #000000;">(</span><span style="c... |
Calling LHA32.DLL | I've corrected one mistake, and corrected as followings..
DLL32 FUNCTION PAS_Init( strAppKey as LPSTR) AS _INT PASCAL LIB "SKB_OpenAPI_PAS.dll"
INT-> _INT
but, the answer was still, "0", , not "0x081B"...
Where is another mistake? |
Calling LHA32.DLL | Kim,
If the DLL SKB_OpenAPI_PAS.dll is developed in .NET (C#, etc) then you can not directly use it
from Harbour, as Harbour is developed with C code and you can not use .NET from standard C.
The only way to manage .NET from Harbour and FWH is as I implemented here:
[url:389s23x6]https://code.google.com/... |
Calling a FiveWin program from DOS. | Is there a way to call, from a Clipper/DOS program , a FiveWin program to display an image, leave it open and return to the DOS program ? Due to time & size constraints right now I can't change the DOS program to FiveWin & xHarbour. |
Calling a FiveWin program from DOS. | RUN Execute a DOS command or program------------------------------------------------------------------------------ Syntax RUN | !* <xcCommandLine> Arguments <xcCommandLine> is any executable program including resident DOS commands and COMMAND.COM. It may be specified either as a literal string or as a ... |
Calling a FiveWin program from DOS. | José Luis:Thank you. Can I call a 32bit (xHarbour/FiveWin) program from DOS ? ¿ How can I display the image (BMP/JPG) in the xHarbour/FiveWin app ? The image must remain visible when I return to the DOS program ?La gloria es de Dios ! Si, José Luis. |
Calling a FiveWin program from DOS. | [quote="HunterEC":7hkr4x74]José Luis:
Thank you. Can I call a 32bit (xHarbour/FiveWin) program from DOS ? ¿ How can I display the image (BMP/JPG) in the xHarbour/FiveWin app ? The image must remain visible when I return to the DOS program ?
La gloria es de Dios ! Si, José Luis.[/quote:7hkr4x74]Excuseme, i dont s... |
Calling a FiveWin program from DOS. | José Luis:Gracias por tu pronta ayuda. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> ¿ Es posible llamar un programa de 32 bit (xHarbour/FiveWin) desde DOS ? ¿ Cómo puedo mostrar la imagen (BMP/JPG) en un programa FiveWin/xHarbour ? La imagen debe quedar visible al ... |
Calling a FiveWin program from DOS. | [quote="HunterEC":1q817q7t]José Luis:
Gracias por tu pronta ayuda. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> ¿ Es posible llamar un programa de 32 bit (xHarbour/FiveWin) desde DOS ? ¿ Cómo puedo mostrar la imagen (BMP/JPG) en un programa FiveWin/xHarbour ? La i... |
Calling a PRG Method from C code | A working example:
[code=fw:nq476jj1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"hbclass.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #00000... |
Calling a PRG Method from C code | Thank you |
Calling a PRG function from C code | A working example:
[code=fw:3qujk3r1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> Test<span style="color: #000000;">(</span><span style="color: ... |
Calling a function from a function | I upload approximately the following HTML text to the Webview.
How to call the myfunc() function using the oWebview:Eval() method ?
(DG - external handler)
[code=fw:3binvfjr]<div class="fw" id="{CB}" style="font-family: monospace;"><!DOCTYPE html><br /><html><br /> <head><br /> </head><br />... |
Calling a function from a function | oWebview:Eval( "myfun()" ) |
Calling a function from a function | If so, then oWebview:Eval("myfun()") does not work
[code=fw:3txhzp5f]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DG</span>.then<span style="color: #000000;">(</span><span style="color: #00C800;">function</span><span style="color: #000000;">(</span><span style="color: ... |
Calling a sub | Hi all
I am using an external dll which contains a SUB that i need to call
Can this be called using DLL Function or is there another way. BTW the SUB does not return anything
Thanks
Peter |
Calling a sub | Yes, the DLL command or a C wrapper.
EMG |
Calling a sub | Is this called in the same way and what should i use as the AS option if there is nothing returned
e.g.
DLL Function mydllsub() AS ???? PACSAL LIB "mylib.dll"
Thanks
Peter |
Calling a sub | AS VOID
EMG |
Calling an OCX control. | Hi guys:
One of my customers needs to use a digital signature pad. The device came with a program that captures the signature and stores it in a folder. The problem is that the user has to manage the mentioned software along ours, and if he/she forgets to hit the save button the signature is lost. The device CD inc... |
Calling an OCX control. | Gustavo,
An OCX is an ActiveX control. There are several examples in FWH\samples.
Just look for ACTIVEX in FWH\samples: webexp.prg, media.prg, etc. |
Calling an OCX control. | Antonio:
Thank you for your response. Since this is my first OCX experience <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> I don't know where to begin. I had looked the Media.prg and Webexp.prg samples but don't know what to call when creating the Acti... |
Calling an OCX control. | Gustavo,
Please check if they provide a Visual Basic or C++ example that you could use as a guide to port it to FWH. |
Calling an OCX control. | Antonio: they provide both examples (Visual Basic and C++) but I'm not familiar with none of them. <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> |
Calling an OCX control. | Gustavo,
If you post them here, then we can review them and help you <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Calling an OCX control. | [code=fw:3mckj0ia]<div class="fw" id="{CB}" style="font-family: monospace;">VERSION <span style="color: #000000;">5.00</span><br />Object = <span style="color: #ff0000;">"{69A40DA0-4D42-11D0-86B0-0000C025864A}#2.23#0"</span>; <span style="color: #ff0000;">"SIGPLUS.OCX"</span><br />Object = <span style="color: #ff0000;"... |
Calling an OCX control. | [code=fw:4mp8vk8n]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// DemoOCXDlg.cpp : implementation file</span><br /><span style="color: #B900B9;">//</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"stdafx.h"</span><br /><span style=... |
Calling an OCX control. | HunterEC,
Did you do it ?
Regards, |
Calling an OCX control. | Gustavo,
First step to proceed is to locate its ProgId.
In example for Microsoft Internet Explorer we use: "Shell.Explorer" |
Calling files of font like .ttf? | Antonio and friends,Exists a way to call a file of font like .ttf without installing it on windows? |
Calling files of font like .ttf? | Hello JC,as far as i know, a font must be installed.That is the problem : If You use nice fonts inside Yourapplication and it is not installed on the computer of Your customer,You will have a problem. You have to deliver the font with Your application as well.For that reason, it is better to use windows-standard fonts ... |
Calling files of font like .ttf? | Uwe,What you think about this way?[code:g7s140lz]Function AddFontResource
Adds a new font to the Windows font table
Syntax:
AddFontResource( <cFontFile> | <hFontResource> ) \\ <nFontsAdded>
This function add a font resource to the Windows font table. Any application can then use the font.
P... |
Calling files of font like .ttf? | Hello JC,I think, it is the same.You install a font with Your application, instead with the MS-Font-Manager,but You want to use a NOT installed font ?RegardsUwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> |
Calling files of font like .ttf? | Uwe,I found a font to transform codes alphanumerics into bar codes and it's very simple and functional.I have think if this will be the best solution? Or with highest easy then? |
Calling files of font like .ttf? | Hello JC,I think, it is the only solution, if You need it.RegardsUwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> |
Calls in Vista | In Windows XP I could call the computer address book with the command:
FUNCTION emswab( )
// Execute the program
SHELLEXECUTE( nil, "open", regEd("wab") )
RETURN nil
/* FUNCTION
FUNCTION
Description: Check registry for address book files
Date updated: 9/28/2007
Return Value: cVar2
*/
FUNCTI... |
Calse tmysql e Willian | Saludos
De donde descargo la clase tmysql del amigo Willian |
Calse tmysql e Willian | en el blog: [url:3705gn87]http://incosmx.blogspot.mx/2012/02/actualizacion-tmysql-lib-02-02-2012.html[/url:3705gn87]
saludos. |
Calulating with dates | Hello,
Does someone have a function which returns the exact date in a month if I ask for the first, the second, the third, the fourth of the last wednesday (but this can be any day of the week) of a month ?
Thanks a lot in advance. |
Calulating with dates | I AM NOT SURE WHAT EXACTLY YOU NEED BUT I THINK THIS IS IT ...
Ask if you need something to explain ...
Best Regards,
----------------------------------------------------
// Testing
#include "FiveWin.ch"
//------------------------------------------------------------------------//
function Main()
local oDlg
... |
Calulating with dates | So is that or no ?
Ask if need something else ....
Best regards |
Camaras ip | Estimados Colegas
ALguien ha hecho alguna experiencia con camaras ip, como puedo
conectar mi aplicacion con dichas camaras,alguien me podria
orientar gracias
Saludos
Fabian
<!-- e --><a href="mailto:devwin2010@yahoo.com.ar">devwin2010@yahoo.com.ar</a><!-- e --> |
Camaras ip | there was a class of the full ( Rafa Carmona) but only one camera fron one IP this was the limit |
Camaras ip | Hola Fabian,
yo tengo una aplicacion de video vigilancia, con monitorización y grabación. Esta conectada a camaras IP, de la marca AXIS. Este fabricante dispone de un control activeX que permite manejar sus camaras.
Supongo que otros fabricantes tambien tendran su API o control activeX para gestionar las camaras.
B... |
Camaras ip | Hola Biel,Podrias darnos mas informacion sobre tu aplicacion de monitoreo?Fue realizada enteramente con [x]Harbour + fivewin?Cuantas camaras de video maneja tu aplicacion en una PC?Se pueden accesar las camaras a traves de internet?En un HD con 100 giga disponibles cuanto tiempo de grabacion podemos almacenar?Saludos,G... |
Camaras ip | Hola George,La aplicación esta desarrollada integramente con Harbour y FiveWin, tiene un pequeño modulo en C, para comparar imagenes y detectar diferencias (movimiento), aunque en la primera version incluso este módulo estaba desarrollado integrambente con Harbour+Fivewin.El limite de cámaras, lo marcaria un poco los r... |
Camaras ip | Biel,Gracias por tan detallada informacion.Te felicito por esta aplicacion. La verdad es que es impresionate lo que se puede hacer con [x]Harbour y FivewinSaludos,George |
Camaras ip | Un espectáculo tu aplicaciónte felicito....dbarrioArgentina |
Camaras ip | Hola Biel:He adquirido por 109.90$ (menos de 80€) esta camara IP <!-- m --><a class="postlink" href="http://www.dealextreme.com/details.dx/sku.14272">http://www.dealextreme.com/details.dx/sku.14272</a><!-- m -->[img:2lb8tr8l]http://www.dealextreme.com/productimages/sku_14272_3_small.jpg[/img:2lb8tr8l] [... |
Camaras ip | Hola JM, no sabria decirte exactamente. Busca si el fabricante provee de algun SDK. En mi caso lo hago usando el SDK de Axis, pero claro, eso solo sirve para las camaras Axis. |
Camaras ip | Pero digo yo que si el Control ActiveX esta instalado (me lo instalo la primera vez que visualize la camara) solo me faltan "los comandos" para llamar a funciones ¿ no ? |
Camaras ip | JM,Si no tienes documentación de ese ActiveX que comentas, desde "Word" ve al editor de macros, crea un formulario, inserta el ActiveX e inspecciónalo. Es la manera más rápida de echarle un vistazo, si no dispones de documentación. |
Camaras ip | [quote="Antonio Linares":3jncg9do]...inserta el ActiveX e inspecciónalo...[/quote:3jncg9do]Primero como inserto el ActiveX y segundo lo de crear el formulario.Cuando ejecuté por primera vez el internet explorer me dijo que si instalaba el control activex denominado [b:3jncg9do]activex.CAB[/b:3jncg9do] pero no se como s... |
Camaras ip | [quote="JmGarcia":29d8bghs]Pero digo yo que si el Control ActiveX esta instalado (me lo instalo la primera vez que visualize la camara) solo me faltan "los comandos" para llamar a funciones ¿ no ?[/quote:29d8bghs]Dices bien, pero no comentabas por ningun lado que tuevieras el control ActiveX instalado, el recorte de p... |
Camaras ip | [quote="Biel EA6DD":372uhpk5]Dices bien, pero no comentabas por ningun lado que tuevieras el control ActiveX instalado, el recorte de pantalla que has colgado no se veia que fuera un navegador web, podria haber sido un programa propietario.[/quote:372uhpk5]Se me olvido comentarlo la primera vez <!-- s:oops: --><img s... |
Camaras ip | ActiveXXX HardCore, es una utilidad que te permite ver los metodos y propiedades de los controles activeX que hay registrados en tu sistema.Puedes buscarlo en el google, supongo que encontraras algún enlace para descargarlo, si no lo encuentras me lo dices y te lo enviare. |
Camaras ip | El fabricante es [b:19dl3nh3]Moon Valley Software[/b:19dl3nh3] <!-- w --><a class="postlink" href="http://www.moonvalley.com">www.moonvalley.com</a><!-- w --> y el freeware (creo).El enlace <!-- m --><a class="postlink" href="http://activex.moonvalley.com/activexxx.htm">http://activex.moonvalley.com/activexxx.htm</a><!... |
Camaras ip | Una alternativa a ActiveXXX es OleView, del propio Microsoft. Es un poco más completo, y te permite ver tambien aquellos COM que se activan a demanda (como el PDFCreator) y que no figuran en el registro. Además te muestra las referencias cruzadas y unas cuantas cosas más. Por ejemplo para ver las interfaces de los add... |
Camaras ip | El control ActiveX del Internet explorer es asi:[code:945xbtgm]REDEFINE ACTIVEX oActiveX ID 402 OF oDlg PROGID "Shell.Explorer.2"[/code:945xbtgm]
El fichero que me da ActiveXXX del control IPCAMCTRL (que creo que es ese) me da esto:
[code:945xbtgm]Class ID: {96A66850-320C-4566-9C76-C37BDD631071}
... |
Camaras ip | Cuando se accede a la camara a traves de <!-- m --><a class="postlink" href="http://999.999.999.999">http://999.999.999.999</a><!-- m --> parte del código fuente HTML es:[code:hwwjwm7m]function use_activex(x,y) {
document.write('<OBJECT name="XSockClient" ID="XSockClient1" WIDTH="'+x+'" HEIGHT="'... |
Camaras ip | JM,[quote:i1xsddz7]
[code:i1xsddz7]
REDEFINE ACTIVEX oActiveX ID 402 OF oDlg PROGID "XSockClient.XSockClient.1"
[/code:i1xsddz7]
Esto ultimo funciona y no casca...
[/quote:i1xsddz7]Prueba a acceder a alguna propiedad de ese activex, desde el ACTIVATE DIALOG oDlg ON INIT ..., ó desde la acción de un Botón, por ... |
Camaras ip | it is good if you pubblish an test samplethen I not understand where I can found these ocxI'm interesting to create a dialog with 6/9 cams Do have you an solution |
Cambia Dialog (RC) según BaseDato que abra | Estoy usando Access y el Dialogo se muestra perfecto, uso MSSQL y cambia totalmente.
Lo tengo definido en RC.
Si alguien me puede ayudar se lo agradezco de antemano.
[b:3rzgcds6]Con Acess[/b:3rzgcds6]
[img:3rzgcds6]https://previews.dropbox.com/p/thumb/AA5GwBBbEn_bdqtY94Z8kG9SDXfEhveKe1L7VKvUzBt9oeYd_TXZ... |
Cambia Dialog (RC) según BaseDato que abra | Post imagenes aqui:
[url:12ic4vvi]https://imgur.com/?[/url:12ic4vvi]
Saludos. |
Cambia Dialog (RC) según BaseDato que abra | [b:8ada66mi]Con Access[/b:8ada66mi]
[img:8ada66mi]https://i.imgur.com/NMqGgsQ.png[/img:8ada66mi]
[b:8ada66mi]Con MSSQL[/b:8ada66mi]
[img:8ada66mi]https://i.imgur.com/xWGLJch.png[/img:8ada66mi]
La diferencia es esta :
oCn := FW_OpenAdoConnection( G:\FactNew\Factura.mdb )
oCn := FW_... |
Cambia Dialog (RC) según BaseDato que abra | Holá, el dialogo és el mismo para los dos? |
Cambia Dialog (RC) según BaseDato que abra | si, es el mismo, el único cambio es FW_OpenAdoConnection() |
Cambia Dialog (RC) según BaseDato que abra | [quote="gdeteran":3pk7t7wq]si, es el mismo, el único cambio es FW_OpenAdoConnection()[/quote:3pk7t7wq]Buff yo creo que la conexión no tiene nada que ver con el fichero. Rc, piensa en alguna otra cosa, tienes alguna condición en algún control del Dialogo que pueda provocar el cambio?.
Saludos.
Enviado desde mi POCOP... |
Cambia Dialog (RC) según BaseDato que abra | Post el .RC y el código fuente, porfa. Asi, é mejor para análise. Gracias. Saludos. |
Cambia Dialog (RC) según BaseDato que abra | Son 6 programas que tienen el mismo comportamiento. En todos pasa lo mismo, el cuadro de dialogo se encoje y los textos y botones quedan mal ubicados.
Basta con que cambie el FW_OpenAdoConnection() y todo vuelve a la normalidad.
Pensé que era un error conocido. En el peor de los casos, rediseño el cuadro de dialogo.
... |
Cambia Dialog (RC) según BaseDato que abra | Que editor usas?
[code=fw:3vpppo1r]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> CONTROL <span style="color: #ff0000;">""</span>, <span style="color: #000000;">110</span>, <span style="color: #ff0000;">"TXBrowse"</span>, 0x50A00000, <span style="color: #000000;">6</span>, <span style="color:... |
Cambia Dialog (RC) según BaseDato que abra | Uso ResEdit 1.6.6-x64.
Cual usas tu?
Que le cambiarias? |
Cambia Dialog (RC) según BaseDato que abra | UsO WORKSHOP.EXE. mira \samples\TESTXBRW.RC
sALUDOS. |
Cambia Dialog (RC) según BaseDato que abra | Se usas fivewin 32 bits, entonces, creo que debes usar el RESEDIT de 32 bits y no el de 64 bits.
[url:1jmaap8g]https://i.imgur.com/yPmxMxU.png[/url:1jmaap8g]
[img:1jmaap8g]https://i.imgur.com/yPmxMxU.png[/img:1jmaap8g]
Saludos. |
Cambia Dialog (RC) según BaseDato que abra | Mi windows es 64 bits, no me deja ejecutar ResEdit 32, voy a probar con PellesC. |
Cambia Dialog (RC) según BaseDato que abra | [quote="gdeteran":1pazpinx]Mi windows es 64 bits, no me deja ejecutar ResEdit 32, voy a probar con PellesC.[/quote:1pazpinx]Cierto a mi me pasa igual, yo he probado Pelles C y en ficheros. Rc no me gusta, eso sí si quieres probar con. Res si funciona muy bien. Podrías probar en vez de enlazar el. Rc enlaza el. Res
Sal... |
Cambia Dialog (RC) según BaseDato que abra | [quote="gdeteran":16efnb6o]Mi windows es 64 bits, no me deja ejecutar ResEdit 32, voy a probar con PellesC.[/quote:16efnb6o]
Extraño, ¿por qué Windows de 64 bits rechaza un programa de 32 bits? ¿Y por qué no rechazar su programa de 32 bits creado en FiveWin? |
Cambia Dialog (RC) según BaseDato que abra | [quote="karinha":vngn6hto][quote="gdeteran":vngn6hto]Mi windows es 64 bits, no me deja ejecutar ResEdit 32, voy a probar con PellesC.[/quote:vngn6hto]
Extraño, ¿por qué Windows de 64 bits rechaza un programa de 32 bits? ¿Y por qué no rechazar su programa de 32 bits creado en FiveWin?[/quote:vngn6hto]Hola Joao.
Yo cre... |
Cambia Dialog (RC) según BaseDato que abra | Me muestra este mensaje [quote:2uzku9yo]Please use the 64-bit version of ResEdit[/quote:2uzku9yo] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.