topic
stringlengths
1
63
text
stringlengths
1
577k
Adios borland c
Para hacer pruebas rápidas y pequeñas aplicaciones está bien Borland pero para hacer aplicaciones más grandes y que utilicen más recursos, personalmente utilizo VS
Adios borland c
Las nuevas versiones de 64bit de BCC desde la 7.3 usan cLang. O sea la crema de la crema de compiladores C. De hecho VC está metiendo cLang también en sus compiladores. Desarrollador de cLang: Apple Microsoft Google ARM Holdings Sony Intel Advanced Micro Devices (AMD) Así que seguramente lo habéis probado poco. [url:...
Adir() varios tipos de ficheros (Solucionado)
Buenas Para seleccionar de un directorio los archivos jpg, hacemos: [code=fw:1y7t173k]<div class="fw" id="{CB}" style="font-family: monospace;"> Ficheros := Array<span style="color: #000000;">&#40;</span> ADir<span style="color: #000000;">&#40;</span> Publicas:<span style="color: #000000;">cUnidad</span>+<span style=...
Adir() varios tipos de ficheros (Solucionado)
Mira se ayuda: [url:n89c9p1h]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=42468&p=255377&hilit=DIRECTORYRECURSE&sid=0f1daade43d96bbf95801bdd85a5b0e0&sid=13155b273d2d9de35218742e39991594#p255377[/url:n89c9p1h] [url:n89c9p1h]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&...
Adir() varios tipos de ficheros (Solucionado)
Otra opcion: [code=fw:bq8ty55f]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#...
Adir() varios tipos de ficheros (Solucionado)
hi, try this CODE from HMG Forum [code=fw:2nk40tjz]<div class="fw" id="{CB}" style="font-family: monospace;">   aDir := HB_DirScanM<span style="color: #000000;">&#40;</span> cPath, <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"*.bmp"</span>, <span style="color: #ff0000;">"*.jpg"</span>, <...
Adir() varios tipos de ficheros (Solucionado)
Muchas gracias por vuestra ayuda
AdjClient Adjtop...
Hola. Para Antonio, creo que deberia proporcionarse los métodos de ajuste a la clase TDialog tambien. Si tenemos una Dialog CHILD es interesante que se la pueda dejar que se ajuste del mismo modo que si fuera un control. Incluso iria un poco mas lejos, es posible que se pudiese implementar directamente desde TWindow. ...
AdjClient Adjtop...
Paco, Si, técnicamente se puede hacer, pero en que situación sería útil ? Puedes poner un ejemplo ? gracias.
AdjClient Adjtop...
Si, Hay ocasiones en las que se quiere añadir una dialogo hija hecha desde recursos y que se confunda con parte de una ventana: [img:n3htdb49]http&#58;//www&#46;arrakis&#46;es/~canal_five/adjust&#46;jpg[/img:n3htdb49] En este caso tendrías que añadir un panel a la derecha un spliter y añadir de uno en uno los contro...
AdjClient Adjtop...
¿Qué no hace el invento? vamos que lo seguimos haciendo a mano no?
Adjust MDI Child size when Parent MDI was resized
Dear All, How to auto resize MDI CHild Window when MDI Frame was resized? MDI Child Window resized to client coords.. Regards, Frances
Adjust MDI Child size when Parent MDI was resized
Dear All, I made it like this but so slow and controls are flickering.. [code=fw:1e6ulq5k]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />oMDIFrame:<span style="color: #000000;">bResized</span> := ;<br /><span style="color: #000000;">&#123;</span>|| AEval<span style="color: #000000;">&#40;</span...
Adjust a Bmp to a xBrowse-Cell-Grid ?
Hello, is it possible, to fill a xBrowse-Cell complete with aBMP ( like a picture table ) ? Normally at least one Char is needed. I think it must be changed inside the class. I would be nice, xBrowse could be used as a real picture-browser ( no text ) The color resolution of the used / tested imaged from the image-di...
Adjust a Bmp to a xBrowse-Cell-Grid ?
Hi Uwe Your project sounds useful for my sons school. Just a thought...I thought BMP's can be adjusted to fit a frame. Long time since I experimented with them. The display of native JPG's would be better though. I can't help at the moment, maybe someone else can help you. When you have sorted out the problems please ...
Adjust a Bmp to a xBrowse-Cell-Grid ?
Hello Uwe [quote:2504nmxd]is it possible, to fill a xBrowse-Cell complete with aBMP ( like a picture table ) ?[/quote:2504nmxd] yes, please try with this columns data lBmpStretch and set "true" oBrw:aCols[ 1 ]:lBmpStretch := .t. [quote:2504nmxd]Is it maybe possible to use JPG- or BMP-files with higher resolutions ?[...
Adjust a Bmp to a xBrowse-Cell-Grid ?
Hello Daniel, I did some tests, but it doesn't work with other formats. With BMP it is ok. Freeimage is included because i use a JPG-Logo on Main-Screen and that works. Test.jpg is shown as logo on Screen for a test ( size 50 x 50 ). hBitmap = FILoadImg( AllTrim( "Test.jpg" ) ) if Upper( cFileExt( cFile ) ) = "BMP" ...
Adjust a Bmp to a xBrowse-Cell-Grid ?
hello Uwe do you have this line on the end of file? please download the test [url:l20vnekr]http&#58;//www&#46;sitasoft&#46;com/fivewin/test/testximg&#46;rar[/url:l20vnekr] [code=fw:l20vnekr]<div class="fw" id="{CB}" style="font-family: monospace;">DLL32 <span style="color: #00C800;">FUNCTION</span> FIGETFILETYPE<sp...
Adjust a Bmp to a xBrowse-Cell-Grid ?
Hello Daniel, I didn't include the DLL-functions, because they are defined in class TIMAGE.prg. I added them to the test and it works fine now. But why do we need them to define twice ? I still have to figure out, to display a Image without text inside a cell. ( a column with only images ) There is a new FREEIMAGE-ver...
Adjust a Bmp to a xBrowse-Cell-Grid ?
[quote:23dpa7we]But why do we need them to define twice ? [/quote:23dpa7we] i think are private function
Adjust a Bmp to a xBrowse-Cell-Grid ?
Hello Daniel, Your solution works fine. The basics are done, but there is still much to do. Because in the future, I will work with a database, I added a dynamic-bmp-list. There will be a "blanc" picture added to the array, if a picture is missing. Each person will have a picture-number. The picture-name in the pictu...
Adjust a Bmp to a xBrowse-Cell-Grid ?
Hi Uwe Looks promising, [quote:3svrbd7i]With a double-click on a cell, I open a file-list from a directory with all students-pictures to select a picture.[/quote:3svrbd7i] Possibly a drag and drop! [quote:3svrbd7i]There will be a index on < Picture-Number > in the database, to build the array for xbrowse.[/quote:3sv...
Adjust dialogs and controls automatic
<!-- m --><a class="postlink" href="http://www.fivewin.com.br/forum/topic.asp?TOPIC_ID=17683">http://www.fivewin.com.br/forum/topic.a ... C_ID=17683</a><!-- m --> In this topic of the Brazilian forum a user posted a function that adjust the dialogs and controls to fit the resolution of the user, I think that this will...
Adjust in TGif class Linares
Linares, could you take a look in the TGif class to adapt it to use images from resource and can be defined in a dialog?
Adjust in TGif class Linares
Samir, We are working on an enhanced Class TGif that supports all GIF different formats, besides your requirements <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Adjust in TGif class Linares
I hope I can test something soon....
Adjust the width of Excel cell
I am trying to export the data of a recordset to excel sheet .I want to adjust the cell width of a particular cell,How can i do it.Following is my code. [code=fw:255zbdnp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//----------------------------------------------------...
Adjust the width of Excel cell
Dear Mr.Sajith, [code=fw:y6zn5itm]<div class="fw" id="{CB}" style="font-family: monospace;">oExcel &nbsp; := CreateObject<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Excel.Application"</span> <span style="color: #000000;">&#41;</span><br />oBook &nbsp; := oExcel:<span style="color: #000000...
Adjust the width of Excel cell
Dear Anser, Thanks for ur Replay.Its Works Fine regards sajith
Adjusting alignment in Excel
Hello, How can I adjust the alignment of a cel, some cells, columns or rows in FWH for Excel? Thanks.
Adjusting alignment in Excel
[code=fw:63ti9iqe]<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;">&#40;</span><span style="color: #000000;">&#41;</span><br...
Adjusting alignment in Excel
Thanks a lot for your help.
Adjusting alignment in Excel
Hello, You can define as well: # DEFINE xlHAlignGeneral 1 # DEFINE xlHAlignLeft -4131 # DEFINE xlHAlignCenter -4108 # DEFINE xlHAlignRight -4152 # DEFINE xlHAlignJustify -4130 # DEFINE xlVAlignBottom -4107 # DEFINE xlVAlignTop -4160 # DEFINE xlVAlignCenter -4108 # DEFINE xlVAlignJustify -4130 oAs:Range (...
Adjusting the IDE windows height
Adjusting the IDE windows to the new Windows 7 taskbar height (and all other Windows versions taskbars):[url=http&#58;//imageshack&#46;us:tsqagtz9][img:tsqagtz9]http&#58;//img98&#46;imageshack&#46;us/img98/2811/iders7&#46;png[/img:tsqagtz9][/url:tsqagtz9]
Administración de Memoría
Buenas a Todos!Antes que nada les felicito a todos he visto cosas interesantes en el foro!, como se darán cuenta soy nuevo por aca.Bueno ahora lo importante y que me preocupa, estoy realizando una aplicación Administrativa con FW.6.12 y xharbour y BCC55 utilizando xmate para compilar, usando Pelles para mis recurso, en...
Administración de Memoría
Bienvenido! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->FWH llama al "recolector de basura" de Harbour cuando sale de una caja de diálogo. Si realizas tareas que consuman memoria y en las que no uses diálogos, entonces llama a hb_gcAll() de vez en cuando para que se limp...
Administración de Memoría
Si vi el colector, y de hecho me llama la atención porque se encuentra en el momento de terminar un dialogo, pero no una ventana, ¿ Tiene eso algún motivo en especial?, Porque mencionas solo utilizarlo de vez en cuando y no utlizarlo por decir al concluir la clase.Es bueno contar con apoyo de este estilo, creo saber po...
Administración de Memoría
En una aplicacion "tradicional" las cajas de dialogo son el elemento mas usado pues es donde el usuario interacciona con la aplicacion, de ahi que sea un buen momento -en la salida- para llamar al recolector de basuras. Eso no quiere decir que puedan existir excepciones.El proceso de recoleccion de basura es un proceso...
Administración de Memoría
Ha sido de utilidad estos comentarios.Por otra parte, me interesaría conocerte personalmente y mostrarte la locura que ando haciendo, y ver de que forma podría contar con una asesoría especifica.Como referencia me imagino que has de ubicar a Ignacio Vizcaíno, yo durante casi 15 años he estado pegado a sus desarrollos y...
Administrado de Proyectos
Hola, buen día. Yo usaba xMate para crear mis proyectos. Ahora con FW64 y VS2011 tengo un incoveniente al declarar las rutas de include. Me pueden sugerir algún otro gestor de recursos. Saludos. Por cierto el problema que tengo con xMate es el siguiente, el separador " ; " me marca un error . C:\fwh64.1311\VC\Bin...
Administrado de Proyectos
Problema relacionado con ";" ... resuelto. Gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Administrador en Win Vista Bussines
Amigos: Como hago para ingresar a WinVista Bussines como adminstrador Muchas gracias Ruben Fernandez
Administrador en Win Vista Bussines
Ruben, Pulsa el botón derecho del ratón sobre "Mi ordenador" y selecciona "Administrar". Desde ahí ve a la gestión de usuarios y activa la cuenta del administrador que por defecto esta desactivada. Yo lo uso en inglés por lo que no puedo decirte los textos exactos en español. Pero es desde ahi desde donde debes activ...
Administrador en Win Vista Bussines
Gracias Maestro. Saludos Ruben Fernandez
Administrar tablas MySql/MaDB embedded
Estimados Con cual herramienta se puede hacer, he intentado con HeidiSql y no veo como. ó cómo agregar tablas a la base sacadas de un motor. Gracias por la ayuda.
Administrar tablas MySql/MaDB embedded
Adhemar: Por qué no lo haces desde código? Saludos
Administrar tablas MySql/MaDB embedded
[quote="Armando":9r683sbv]Adhemar: Por qué no lo haces desde código? Saludos[/quote:9r683sbv] Armando, Puedes poner un ejemplo?
Administrar tablas MySql/MaDB embedded
Muchas Gracias por contestar y sus sugerencias. Quería evitar la creada de las tablas y el posterior llenado con datos ya existentes. Claro que también es necesario poder administrarlas
Administrar tablas MySql/MaDB embedded
Adhemar: Ahora entiendo tu necesidad, lo quieres es copiar una tabla que ya existe con datos en una base x a otra base de datos, esto será por única vez. es así? Si es así, es mejor un administrador de bases de datos. Saludos
Administrar tablas MySql/MaDB embedded
Compuin: Mi recomendación era para crear la base de datos y la o las tablas vacías desde código y también por código dar mantenimiento, agregar registros. Si buscas código para esto con gusto lo pongo. Saludos
Administrar tablas MySql/MaDB embedded
[quote="Armando":38055qnl]Compuin: Mi recomendación era para crear la base de datos y la o las tablas vacías desde código y también por código dar mantenimiento, agregar registros. Si buscas código para esto con gusto lo pongo. Saludos[/quote:38055qnl] Gracias Armando, Podrias poner un codigo para ABM (Agregar, Bo...
Administrar tablas MySql/MaDB embedded
Compuin: Debo anticiparte que solo uso ADO, FW y xHarbour. [code=fw:2nqb5ik2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Creamos la Base de Datos si es que no existe ya</span><br />cCmdSql := <span style="color: #ff0000;">"CREATE DATABASE IF NOT EXISTS "</span> + A...
Administrar tablas MySql/MaDB embedded
[quote="Armando":2012phug]Compuin: Debo anticiparte que solo uso ADO, FW y xHarbour. [code=fw:2012phug]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Creamos la Base de Datos si es que no existe ya</span><br />cCmdSql := <span style="color: #ff0000;">"CREATE DATABASE ...
Administrar tablas MySql/MaDB embedded
Ahora creamos una tabla [code=fw:13t8o9q2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cCmdSql&nbsp;:= <span style="color: #ff0000;">"CREATE TABLE IF NOT EXISTS Bancos ("</span> +;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #ff0000;">"BAN_CIA DECIMAL(02,0)&nbsp;...
Administrar tablas MySql/MaDB embedded
Ok
Administrar tablas MySql/MaDB embedded
Ahora mantenimiento [code=fw:3ao3zndz]<div class="fw" id="{CB}" style="font-family: monospace;"><br />    <span style="color: #00C800;">IF</span> lAppend<br />        oRsBan:<span style="color: #000000;">AddNew</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />    <span st...
Administrar tablas MySql/MaDB embedded
Compuin: El mantenimiento también se puede hacer vía comandos SQL [code=fw:13h1oi1z]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cCmdSql&nbsp;:= <span style="color: #ff0000;">"INSERT INTO "</span> +;<br />&nbsp; &nb...
Administrar tablas MySql/MaDB embedded
Ok y para usar ADO debes instalar algun driver si es por ejemplo MS-SQL?
Administrar tablas MySql/MaDB embedded
Para eliminar: [code=fw:se8q0m90]<div class="fw" id="{CB}" style="font-family: monospace;"><br />        cCmdSql := <span style="color: #ff0000;">"DELETE FROM "</span> +;<br />                            <span style="color: #ff0000;">"Variables "</span> +;<br />                        <span style="color: #ff0000;">"WH...
Administrar tablas MySql/MaDB embedded
Compuin: Sí, es lo más sencillo y te lleva 1 minuto. Saludos
Administrar tablas MySql/MaDB embedded
Armando, Cual debo instalar? Algun link para descargarlo?
Administrar tablas MySql/MaDB embedded
Compuin: <!-- m --><a class="postlink" href="https://dev.mysql.com/downloads/connector/odbc/">https://dev.mysql.com/downloads/connector/odbc/</a><!-- m --> Ahí puedes elegir entre 32 y 64 bits, desde luego el Motor de MySql y el conector deben ser iguales, de 32 o 64 bits. Si necesitas más apoyo puedes escribirme a ...
Administrar tablas MySql/MaDB embedded
Y para Microsoft SQL Server ?
Administrar tablas MySql/MaDB embedded
Compuin: Aunque no uso Microsoft SQL Server aquí tiene el link <!-- m --><a class="postlink" href="https://www.microsoft.com/es-es/sql-server/sql-server-downloads">https://www.microsoft.com/es-es/sql-ser ... -downloads</a><!-- m --> Saludos
Administrar tablas MySql/MaDB embedded
Muchisimas gracias. Debo cambiar algo en las consultas si utilizo MS-SQL ?
Administrar tablas MySql/MaDB embedded
Compuin: Que yo sepa y con ADO, no. Saludos
Administrar tablas MySql/MaDB embedded
Listo. Ya tengo mi sistema con base embebida (Embedded). He buscado en la Web algún administrador de bases embebidas y no he tenido éxito.
Administrar tablas MySql/MaDB embedded
[quote="acuellar":fw6ntvoe]Listo. Ya tengo mi sistema con base embebida (Embedded). He buscado en la Web algún administrador de bases embebidas y no he tenido éxito.[/quote:fw6ntvoe] Excelente!! Podrias postear como lo hicistes para futuras referencias y que otros puedan apoyarse en tu experiencia?
Administrator operations
to perform some operations the administrator needs exclusivity, so you should check if a user is online and / or the archives are open. Does anyone have any idea how to go about doing these checks Pls, a small sample to init
Administrator operations
Hello Silvio, We have a central database from which we can lock the workstations. But it always assumes that all users exit the program first. Then it is no longer possible to open the program and the maintenance work can be carried out. Best regards, Otto [code=fw:25jh7bea]<div class="fw" id="{CB}" style="font-fam...
Administrator operations
I had thought of an archive where to insert all the archives worked by the application. If an archive is open, a warning message must be displayed. Obviously the Check_Utenti procedure in addition to checking the open archives checks if a record in the Users archive has an asterisk in the Status field because when a u...
Ado ?
Hola Foro Alguien tiene alguna idea de como poder meter un bmp, en un campo ole de una base access con ado ? Un saludo y gracias desde ya Gabriel Granada (España)
Ado ?
El objeto recordset yiene dos metodos para gestionar imagenes ( o data ole) .Estos metodos son AppendChunk y GetChuck. AppendChunk agrega a un texto largo o un campo de data binaria o en un objeto Parameter de la coleccion Parameters de un objeto Command. GetChunk lee la data desde la BD
Ado & MDB
I want use a file MDB on Xharbour( &fw) with ado or another class I want open a table and make insert,mod,search and print there is some example to make it ? Regards Silvio
Ado & MDB
First of all, you need to make sure MDAC is installed on your workstation. One way to do this is as follows: Create a blank file with the extention .UDL (i.e. test.udl). This file must be blank. Either click on the file, or from the command prompt type Start Test.udl If a data connection wizard appears, then you hav...
Ado & MDB
I try this [code:1jr3x3pb]function Prodotti&#40;&#41; local oBCli , oWChld ,oDlg ,oWnd ,oLbx Local oDbf local aData &#58;= &#123;&#125; Local nFor, oOdbc SET 3D LOOK ON oOdbc &#58;= TOdbc&#40;&#41;&#58;New&#40;"Database di Microsoft Access", "", ""&#41; If !oOdbc&#58;lSuccess oOdbc&#58;...
Ado & MDB
I need I test sample with addneww func Pls Help me Regards
Ado - consulta en xbrowse
ok, tengo la siguiente situación con ado [code=fw:39wbut42]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oRS:<span style="color: #000000;">Source</span> = <span style="color: #ff0000;">" select * from ventas where fecha='2013-08-01' "</span><br /><br /><span style="color: #0000ff;">REDEFINE</span> <sp...
Ado - consulta en xbrowse
#1. In ADO we can not change oRs:Source and ReQuery. Requery() is possible only with the same Source ( SQL ) #2. Switching Recordset of XBrowse dynamically during runtime: Conditions: a) All fields are identical in both RecordSets b) Good xbrowse programming uses command syntax and you do not directly use oRs in you...
Ado - consulta en xbrowse
Rao, excelente. thank you.
Ado - consulta en xbrowse
Carlos: Yo lo hago así y funciona bien: Al principio de PRG abro la tabla creando el RecordSet considerando el mes y año actuales y se crea el xBrowse, posteriormente el usuario puede elegir otro mes u otro año y el resultado se muestra en el mismo browse. Este es el código donde se re crea el recordset: [code=fw:3n...
Ado - consulta en xbrowse
Mr Armando Your method is 1. close recordset under browse 2. open recordset with new sql This has risks: 1. If for some reason, browse is refreshed ( can happen for many reasons not in our control) after the recordset is closed, browse will crash with runtime error 2. if seond record set is not open, you can not kee...
Ado - consulta en xbrowse
rao, este es mi prg de prueba, me ha funcionado como usted me indico, pero es de mi interés solamente usar una sola variable oRS, por que al igual que armando es una var estatica. armando, usando tu logica que es la mas evidente me falla el browse al momento del cambio, es como indica rao. <!-- s:-( --><img src="{SMILI...
Ado - consulta en xbrowse
#1) Can you please let me know the version of FWH you are using? After you reply I shall post an improved working sample #2) I use google translate to understand your posting. Did you say you are using one static variable oRs and use oRs in the program to refer to the recordset being browsed? If so you can do (a) Add...
Ado - consulta en xbrowse
fwh 13.02, xharbour, bcc650 salu2 carlos vargas
Ado - consulta en xbrowse
[quote="carlos vargas":1vevbsba]fwh 13.02, xharbour, bcc650 salu2 carlos vargas[/quote:1vevbsba] Thanks for the info. Have you read my posting above? ( revised). Does it help you? In your version, the inbuilt edit of ado browse should work well. Edited values are automatically saved and updated without your having t...
Ado - consulta en xbrowse
rao, probare esta noche y dejo comentarios. gracias por el soporte. salu2 carlos vargas
Ado - consulta en xbrowse
Rao, is working well. It is wonderful how quickly ado. I have a question, as I change the source of the query, the application consumption is rising more and more. I think it is reference previous consultations. I modified the code a bit you could take a peek. [code=fw:2zexl1yw]<div class="fw" id="{CB}" style="font-fa...
Ado - consulta en xbrowse
memory up. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> [code=fw:2q6kqq52]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp; oBrw:<span style="color: #000000;">GoTop</span><span style="color: #000000;">&#40;</span><span style="color: #00000...
Ado - consulta en xbrowse
[code=fw:g7rjsil9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.Ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"xbrowse.ch"</span><br /><span style="color: #00D7D7;">#inclu...
Ado - consulta en xbrowse
Yes, setting oRs and oNewRs to nil is Good <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Hope everything is working fine.
Ado - consulta en xbrowse
rao, memory continues to increase. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> salu2
Ado - consulta en xbrowse
Carlos, quizá esto te ayude [code=fw:2kip7582]<div class="fw" id="{CB}" style="font-family: monospace;">oBrow:<span style="color: #000000;">oRs</span>:<span style="color: #000000;">Close</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>    ********************* OJO PRIMERO LO C...
Ado - consulta en xbrowse
Perdon por la prisas [code=fw:20q90ky4]<div class="fw" id="{CB}" style="font-family: monospace;">oBrow:<span style="color: #000000;">oRs</span>:<span style="color: #000000;">Close</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>    ********************* OJO PRIMERO LO CIERRO<br...
Ado - consulta en xbrowse
okis, probare hoy noche. les comento como me fue...
Ado : Field Definition
Hello , I try to use the defined datatypes from adodef.ch , i can only test in ADO , *.mdb or *.accdb The goal is that the syntax is also accepted in MySql , MsSql , Oracle and Sqlite (see Adofuncs.prg) Some defines are accepted in the syntax as : [Fld2] TynyInt where TynyInt comes from adoDef.ch : #define adT...
Ado : Field Definition
Different RDBSs have different field types. Not all field types are available in all Databases. We need to learn about every Database and choose appropriate field types of that Database to create tables. Typically we need to write an sql statement with the field specifications to create a table and execute the sql stat...
Ado and MS Sql
Hello, I use a record set to display a table of Customer from a MS SQL database. I do not want to use autoedit . When the user dblclick on a line, i open a dialog and ask FirstName,LastName, PhoneNumber. When the user click on save, i can do an UPDATE SQL instruction but when i come back in the XBROWSE, the new value i...
Ado and MS Sql
Please try [code=fw:2ughw170]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">bLDClickDatas</span> := <span style="color: #000000;">&#123;</span> || oBrw:<span style="color: #000000;">EditSource</span><span style="color: #000000;">&#40;</span> .f., <span style="color: #ff0000...
Ado and MS Sql
Jack A simple oLbx:ReFresh() will work .. you can place it at the bottom of your dialog edit .. consider this code : [code=fw:1kkmg6ga]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />oLbx:<span style="color: #000000;">bLDblClick</span> := <span style="color: #000000;">&#123;</span> |nRow,nCol | _...