topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
C++Builder® - Community Edition | Buen día,
Esto es interesante
<!-- m --><a class="postlink" href="https://www.embarcadero.com/products/cbuilder/starter?utm_source=article&utm_medium=email&utm_campaign=article-180719-DelphiC++BuilderCE">https://www.embarcadero.com/products/cb ... +BuilderCE</a><!-- m -->
Slds |
C++Builder® - Community Edition | Hi,
Good news
<!-- m --><a class="postlink" href="https://www.embarcadero.com/products/cbuilder/starter?utm_source=article&utm_medium=email&utm_campaign=article-180719-DelphiC++BuilderCE">https://www.embarcadero.com/products/cb ... +BuilderCE</a><!-- m -->
Regards, |
C++Compiler - FREE TOOL | Embarcadero ha liberado la version mas reciente de su compilador c++, en reposicion de la anterior version, que era la antigua y muy querida borland c++5.5,
esta nueva version es la la que esta incluida en el rad 10.1 con código
[url:21nwen6i]https://www.embarcadero.com/free-tools/ccompiler[/url:21nwen6i... |
C++Compiler - FREE TOOL | Gracias
Carlos.
Lo probaré.
Saludos,
Adhemar |
C++Compiler - FREE TOOL | Comenzaremos a usarlo después de publicar FWH 16.06 |
C++Compiler - FREE TOOL | Excelente Maestro.
Saludos
Ruben Dario Fernandez |
C++Compiler - FREE TOOL | He conseguido compilar un programa sin demasiados problemas. El ejecutable en bcc7 salia de 6265kb. con bcc101 sale de 6197kb. Casi igual ..
En velocidad , aparentemente la misma a pesar de ser distinto compilador .
He usado xmate para compilar y la linea de compilacion por si alguien la quiere es :
%C_BIN_INSTALL%\Bc... |
C++Compiler - FREE TOOL | eso es un ejecutable en modo consola, no es asi?
pudieras compartir el archivo env de xmate por favor.
salu2
carlos vargas |
C++Compiler - FREE TOOL | Como indica Manuel el .EXE es un poco mas pequeño.
Compila perfecto con UEstudio.
Saludos,
Adhemar |
C++Compiler - FREE TOOL | [quote="carlos vargas":2wygpmkf]eso es un ejecutable en modo consola, no es asi?
pudieras compartir el archivo env de xmate por favor.
salu2
carlos vargas[/quote:2wygpmkf]
No es un ejecutable fivewin . Mañana cuando llegue a la tienda te comparto el archivo env sin problema ....
Por cierto he detectado un problema co... |
C++Compiler - FREE TOOL | [quote="carlos vargas":82v8mznk]eso es un ejecutable en modo consola, no es asi?
pudieras compartir el archivo env de xmate por favor.
salu2
carlos vargas[/quote:82v8mznk]
Aqui dejo el archivo env utilizado . Tendras que cambiar a tus paths y quitar un par de librerias que uso ...
Ojo tambien con el problema de activ... |
C++Compiler - FREE TOOL | Mil gracias. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
C++Compiler - FREE TOOL | Hola a todos,
Tengo problemas con el nuevo Bcc 7.20, cuando instalo la aplicacion en un equipo windows XP con service pack 2 o 3, me da el siguiente error :
"No se encuentra el punto de entrada del procedimiento InterlockedCompareExchange64 en la biblioteca de vinculos dinamicos KERNEL32.DLL" |
C++Compiler - FREE TOOL | Albeiro,
Puedes probarlo con bcc 7.0 ?
gracias |
C++Compiler - FREE TOOL | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=192662#p192662">viewtopic.php?p=192662#p192662</a><!-- l --> |
C++Compiler - FREE TOOL | Antonio,
Con bcc 7.0 funciona bien. |
C++Compiler - FREE TOOL | Antonio,
Probe haciendo los cambios en winbase.h y presenta el mismo error :
"No se encuentra el punto de entrada del procedimiento InterlockedCompareExchange64 en la biblioteca de vinculos dinamicos KERNEL32.DLL"
Estoy usando UEstudio |
C++Compiler - FREE TOOL | Albeiro,
En unos dias publicaremos FWH 16.06 y una vez publicado empezaremos a probar bcc 7.20 |
C++Compiler - FREE TOOL | Gracias Antonio |
C++Compiler - FREE TOOL | Hola,
Existe un .bat de compilacion para BCC 10.1 ? |
C++Compiler - FREE TOOL | BCC 10.2.3 (the lastest) can't be used with current FWH build, as far as I know.
EMG |
C-Problem | Question to the C-programmers:
The following C-code-snippet is included in a harbour-function (HB_FUNC( TEST ). Now i must give the "Mc5Message81C" a value. But with hb_parc( 1 ) or so a compiler-error occurs. Whats the right parameter-conversion?
[code=fw:3os4mcy1]<div class="fw" id="{CB}" style="font-family: monosp... |
C-Problem | Günther,
[code=fw:3sxxf596]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Mc5Message81C mc5 = <span style="color: #00C800;">new</span> Mc5Message81C<span style="color: #000000;">(</span><span style="color: #000000;">)</span>;<br /><br />Mc5Message81D mc5m;<br /><br />mc5m.h = <span style="colo... |
C-Problem | Antonio, thanks! The above code is from the headerfile.
This is code from my function. The first parameter is a string and should assigned to mtlg. But I cannot convert the string-parameter to mtlg
[code=fw:240hh3uv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">HB_FUNC</... |
C-Problem | Günther,
But Mc5Message81C is a Class name, why do you want to fill an object with a string ?
Do you want to replace the contents of the object ?
Do you have some example code ? |
C-Problem | Antonio, this is the original code from the example. I mean, if in the recvfrom() the "&mtlg" is filled with the data from network, this must be a string!?
[code=fw:2nh10m5o]<div class="fw" id="{CB}" style="font-family: monospace;">. <br />Mc5Message81C mtlg;<br />.<br />.<br /> <span style="color: #00C800;">if</sp... |
C-Problem | Günther,
Use memcpy( unsigned char * destination, unsiged char * source, int size ) |
C-Problem | Antonio, thanks very much! |
C-function in FWH | Hi,
In a SQL-database is a field with time and date, and I want to read it in FWH.
You can read it in C with the FromFileTime() function.
Can I convert it to FWH?
This is an example in C that convert the value.
[code=fw:28c7zbrm]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">... |
C-function in FWH | Marc,
Do you mean that you want to execute that C++ code from Harbour ?
Do you want to retrieve the date and time of a file ?
Can't you use a SQL query to retrieve those values from that field ?
Not sure what you mean |
C-function in FWH | Antonio,
Now if I show that field in the SQL-table, I see the value '131032008000002432'
I want to convert thqt value to a readable time/date format.
The C-function FromFileTime() should do that. |
C-function in FWH | Marc,
What C compiler are you using ?
We may try it using a C++ file |
C-function in FWH | Antonio,
I use BCC as compiler.
A programmer that use that database,gave me that function after I asked him how I can convert it.
He also gave me an VB example
[code=fw:1njh2eq5]<div class="fw" id="{CB}" style="font-family: monospace;">Dim arHSCTIME As Long<br />Dim cstZone As TimeZoneInfo = TimeZoneInfo.FindSystemTi... |
C-function in FWH | Marc,
We need Mr. Rao's advise
surely he knows the best way to solve this without having to use C++ |
C-function in FWH | Antonio,
Is it not possible to use that function with
[code=fw:7loq1wxm]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP</div>[/code:7loq1wxm]
like you do with onther C-functions? |
C-function in FWH | Marc,
As such code uses C++ we need to create a .cpp file or use VSC2015 as we use C++ mode with it
Using Borland we can not use C++ code in #pragma BEGINDUMP ... ENDDUMP as we compile in C mode |
C-function in FWH | [quote:bfnsau9o]Using Borland we can not use C++ code in #pragma BEGINDUMP ... ENDDUMP as we compile in C mode[/quote:bfnsau9o]
Antonio, i only tested with FWH64 and Borland and #pragma BEGINDUMP ... ENDDUMP. It is functioning when i make with Harbour a file with extension "CPP". I have a PRG similar as your gdiplus.cp... |
C-function in FWH | We need to use BEGINDUMP and ENDDUMP only in PRG files.
When we compile *.cpp any compiler automatically switches to c++ mode and there is no point using BEGINDUP,ENDDUMP inside a cpp or c file.
So I am not clear of what you are saying |
C-function in FWH | Here I found the working of fromfiletime.
[url:209uffq1]https://msdn.microsoft.com/nl-be/library/system.datetimeoffset.fromfiletime(v=vs.110).aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2[/url:209uffq1]
There is a C#,C++,F# and VB example.
Maybe it's easyer to convert it to FWH since its... |
C-function in FWH | Mr. Rao, from Antonio above:
[quote:2xte0x0t]Using Borland we can not use C++ code in #pragma BEGINDUMP ... ENDDUMP as we compile in C mode[/quote:2xte0x0t] |
C-function in FWH | [quote="Marc Vanzegbroeck":3mjb7cms]Here I found the working of fromfiletime.
[url:3mjb7cms]https://msdn.microsoft.com/nl-be/library/system.datetimeoffset.fromfiletime(v=vs.110).aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2[/url:3mjb7cms]
There is a C#,C++,F# and VB example.
Maybe it's e... |
C-function in FWH | Rao,
Thank you very much.
I will try it. |
C-function in FWH | Mr Rao,
It's working fine. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Just one question. The result is valtype T.
How can I convert it into a stringtype?
I want to write it into a database with a field of type char. |
C-function in FWH | [quote="Marc Vanzegbroeck":3t0ugz6x]Mr Rao,
It's working fine. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Just one question. The result is valtype T.
How can I convert it into a stringtype?
I want to write it into a database with a field of type char.[/quote:3t0u... |
C-function in FWH | es ejecutar un archivo DLL en C # FiveWin, alguien podría ayudar, necesito hacer un método de firma XML sha256, pero con CAPICOM no puede firmar esta norma, por lo sha1 consegueir, pero esocial necesitan la norma sha256 |
C5Ide problem on compilation | Dear Friends,
I have problem to compile C5Ide with the last modifications
[b:37aefopn]First File [/b:37aefopn]
<!-- m --><a class="postlink" href="http://code.google.com/p/fivewin-contributions/downloads/detail?name=C5ide.zop&can=2&q=">http://code.google.com/p/fivewin-contri ... p&can=2&q=</a><!-- m -->
I wrote on fo... |
C5MENU y C5TOOLTIP | Master, me gusta C5MENU y C5TOOLTIP. Donde puedo bajar completo?
[code=fw:2pkfewyx]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// +---------------------------------------+</span><br /><span style="color: #B900B9;">// | C5MENU 32bits v1.2 MENU.PRG &... |
C5MENU y C5TOOLTIP | Joao,
[url:2xogls0d]https://bitbucket.org/fivetech/fivewin-contributions/downloads/c5menu12.zip[/url:2xogls0d] |
C5MENU y C5TOOLTIP | Good! Gracias master! |
C5Menu adaptado por Juan Carlos Salinas | Buenassss, vengo usando esta clase que queda muy bonita pero tengo un pequeño problema que no se como solucionar.
Cuando abro una ventana en entorno MDI maximizada, se me pone el icono de la ventana justo a la izquierda del menu y todas las teclas de acceso directo a los menus quedan como "desplazadas".
Me explico
Por ... |
C5Menu adaptado por Juan Carlos Salinas | Bueh! ya está claro
Al definir la ventana principal le pongo un NOSYSMENU y así ya no me crea el icono al lado del menu.
Valeeee. |
C5Menu adaptado por Juan Carlos Salinas | [quote="AngelSalom":3o8uu00p]Bueh! ya está claro
Al definir la ventana principal le pongo un NOSYSMENU y así ya no me crea el icono al lado del menu.
Valeeee.[/quote:3o8uu00p]
Justamente !!!
JEJE, hemos sido varios que a veces contestamos nuestros propios posts.
Saludos |
C5Menu en Preview | Estoy usando la clase C5Menu y en el preview nomas no la he podido echar a volar, alguien ya pudo o que hay que corregir? opte por deshabilitar el menu del preview, pero si me gustaria que funcionara el C5MENU o como hacer para que tome la clase menu original y no la C5Menu? porque el C5MENU en la window principal si f... |
C5Menu en Preview | Algo nuevo sobre este asunto?
¿Como deshabilitaste el menu del preview?
[quote="Francisco Horta":19364o5q]Estoy usando la clase C5Menu y en el preview nomas no la he podido echar a volar, alguien ya pudo o que hay que corregir? opte por deshabilitar el menu del preview, pero si me gustaria que funcionara el C5MENU o c... |
C5Menu en Preview | Hola, si mal no recuerdo, habria que modificar la clase TWindow
justo donde hace referencia el MENU para poder usar el C5Menu.
O bien, comentar las lineas de codigo en el Rpreview.prg donde
se hace referencia al menu con la finalidad de desactivarlo. Despues
de eso tal vez tengan que pelearse con la asignacion de algu... |
C5Menu en Preview | Yo no he necesitado modificar nada en mis programas para utilizar c5menu.
Simplemente una línea en el programa:
oMenu:SetStyle( 14 ) //porque es el estilo que me gusta a mí (podría ser cualquier otro)
y compilar mi aplicación con las dos libs correspondientes
Me aparecen todos los menúes de mis aplicaciones en ese ... |
C5Menu en Preview | JAJAJAJAJAJAJA !!!
Por eso se dice que:
No existen problemas complejos, tan solo simples soluciones...
Gracias por el dato
Saludos |
C5Menu en Preview | Disculpa el setstyle(14), me da un error de funcions a lcompilar, me puedesexplicar que hace esta funciongracias |
C5Menu en Preview | A mi me funciona perfectamente, añadiendo la opción Setstyle. No hay que hacer ningún cambio en Window ni nada más, salvo linkar c5menu y c5lib antes de las libs de fivewin. |
C5Menu en Preview | gracias moises, por tu respuesta pero a mi me da error, que version del c5menu tienes, porque la libreria que tu mencionas no la tengo en ningun lado, y si no es mucha molestia si me la pudieras enviar a mi correo, yaque me un poco complicado esogracias |
C5Menu en Preview | Hola:Deberías contactar con Paco García. Su soporte también es muy bueno.Un saludo |
C5TOOLTIP con MENU de fwh ? | Hola a todos,
pues eso, se puede usar c5Tooltip con un menu de fwh ?, de poderse como seria ? no hay ejemplos....
Gracias.
Salu2, Ariel. |
C:\fwh\samples\account Problem | hi,
i have change in go.bat and account.mak to C:\BCC7 and c:\harbour\lib\win\bcc
[quote:1ku36mo4]
C:\fwh\samples\account>go
C:\fwh\samples\account>if not exist obj md obj
C:\fwh\samples\account>c:\bcc7\bin\make -faccount.mak
MAKE Version 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
echo off
... |
C:\fwh\samples\account Problem | Hallo Jimmy,
ich glaube, dass ist ein sehr altes Programm.
Es ist schade, dass alle Dateien beim Update ein neues Datum bekommen.
LG
Otto
** * PROGRAMA: CONTAB.PRG FECHA INICIO: 02/11/95 ****
** * FECHA FIN: 03/11/95 ****
** * ANALISTA: Francis ... |
C:\fwh\samples\account Problem | Hi.
As Otto says, it's a very old source code.
On the other hand, try with this make:
[code=fw:l16y84qj]<div class="fw" id="{CB}" style="font-family: monospace;">HBDIR=c:\harbour_3.2_32bits_Borland582_20150205 <span style="color: #B900B9;">//change this for your harbour ver.</span><br />BCDIR=c:\bcc7<br />FWDIR=.\.... |
C:\fwh\samples\account Problem | hi,
thx for Answer, now it compile / link without Error <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
but i wonder how as i have a different harbour\LIB Path <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
you ... |
C:\fwh\samples\account Problem | Hello Jimmy,
I am about to convert my DOS accounting to mod harbour.
[img:310jd3xv]https://mybergland.com/fwforum/fibu.jpg[/img:310jd3xv]
Can you start the exe from the samples now? It would be interesting to me. Maybe I can learn from this program.
Best regards
Otto |
C:\fwh\samples\account Problem | [quote="Otto":3bgeopz8]Can you start the exe from the samples now? It would be interesting to me. Maybe I can learn from this program.
[/quote:3bgeopz8]
YES, with file from Francisco. |
C:\fwh\samples\account Problem | jimmy ,
I sad to you to use xmate or Fivedit
I sent to you a gif to see how many second I compile acount app with xmate |
C:\fwh\samples\account Problem | hi,
[quote="Silvio.Falconi":1m4fzc0z]I sent to you a gif to see how many second I compile acount app with xmate[/quote:1m4fzc0z]
thx for Advice.
but it make no Difference when Environment does not fit to run FivEdit, xMate or just in DOS-Box. |
C:\fwh\samples\account Problem | ok but I sent you the env file for harbor and for xharbour. Believe me compiling with the bath file is quite difficult for those who are beginners, that is, who is trying how Fwh works.
As you can see in the gif I sent you to compile the application. \ Sample \ account it takes me only a few minutes .... why insist on ... |
C:\fwh\samples\account Problem | hi,
[quote="Silvio.Falconi":13om6nqx]I sad to you to use xmate or Fivedit[/quote:13om6nqx]
i do use FivEdit and it does compile/link without Error ... but with "wrong" \harbour\LIB path <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? -->
i do same with *.BAT and this give... |
C:\fwh\samples\account Problem | I tried fiveedit with no success
I use xmate from allways and It run ok
Hbide Is not a xmate clone and It never run ok
It have some icona of xmate but Is not a clone of xmate but Is made from another ide sources
Xmate Is made from Andy and run ok It have a editor
Xmate Is not made with harbour sourced but Is made wi... |
C:\fwh\samples\account Problem | Hello Silvio,
Where can we download xMate?
And do you have a setup for compiling this accounting program?
I would only like to see it running.
Best regards,
Otto |
C:\fwh\samples\account Problem | [url:or3yss7z]https://bitbucket.org/fivetech/fivewin-contributions/downloads/[/url:or3yss7z]
[url:or3yss7z]http://www.44342.com/clipper-f375-t324-p1.htm[/url:or3yss7z]
[url:or3yss7z]http://www.hmgforum.com/viewtopic.php?t=8[/url:or3yss7z] |
C:\fwh\samples\account Problem | [quote="Otto":30rpdb23]Hello Silvio,
Where can we download xMate?
And do you have a setup for compiling this accounting program?
I would only like to see it running.
Best regards,
Otto[/quote:30rpdb23]
I send to you now |
C:\fwh\samples\account Problem | Silvio,
thank you.
I will try tomorrow.
Best regards,
Otto |
C:\fwh\samples\server\fwserver runtime error | Dear
I am facing runtime error C:\fwh\samples\server\fwserver.prg
[list:8luhk76p]Error Log
Application
===========
Path and name: C:\fwh\samples\server\fwserver.exe (32 bits)
Size: 3,130,880 bytes
Compiler version: Harbour 3.2.0dev (r1406271520)
FiveWin Version: FWH 14.12
Windows version: 5.1, Build 260... |
C:\fwh\samples\server\fwserver runtime error | Any solution ? |
C:\fwh\samples\server\fwserver runtime error | Dave,
I missed these posts from you,
I am going to review it asap, thanks |
CABIAR COLOR TExplorer DE FWH Y Q NO COLLAPSE | Saludos, he buscado y leido en el foro y en la propia clase TExplorer, y no consigo como cambiar los colores de la clase, necesito quitar el color q viene por defecto o dejarla transparente y cambiar el color de los panales...no veo esa DATA en la clase, tambien necesito desactivar el COLLAPSE de los panleles...ya prob... |
CABIAR COLOR TExplorer DE FWH Y Q NO COLLAPSE | Mira se ayuda:
[url:2148j7wf]http://fivewin.com.br/index.php?/topic/27172-texplorerbar/#comment-280326[/url:2148j7wf]
Saludos. |
CABIAR COLOR TExplorer DE FWH Y Q NO COLLAPSE | [quote="karinha":3i7s8fff]Mira se ayuda:
[url:3i7s8fff]http://fivewin.com.br/index.php?/topic/27172-texplorerbar/#comment-280326[/url:3i7s8fff]
Saludos.[/quote:3i7s8fff]
Karinha, es lo q ando buscando pero hay un detalle..y debo revisar haber que pasa, ya que aunque cambia los colores...no toma color... |
CABIAR COLOR TExplorer DE FWH Y Q NO COLLAPSE | Jose Luis,
Puedes modificar el código de la Clase TTaskPanel en el método LButtonUp( nRow, nCol, nFlags ) |
CAJAS DE DIALOGOS | Estimados amigos, como puedo hacer si usando el tbrowse (LISTBOX) ya estoy en una cja de dialogo y dentro de la misma con un bottom (Buscar) pido una funcion que tiene otra caja de dialogo, lo estoy intentanto y me presenta la caja de dialogo y desaparece alli mismo sin dejarme pedir los datos y cuando regresa me bloqu... |
CAJAS DE DIALOGOS | Revisa el ejemplo samples\fwbrow.prg.
Desde el browse de clientes puedes abrir una caja de diálogo con los detalles del cliente y luego regresas al browse. |
CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO | Amigo tengo la necesidad de saber cuando meses hay entre 2 periodos :
ejemplo:
04-2017 al 01-2018 hay 9 meses
esos quiero y para cualquier periodo que me sirva (mysql)
saludos |
CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO | Saludos, usa en MySql, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
TIMESTAMPDIFF
SELECT TIMESTAMPDIFF(MONTH,'2009-05-18','2010-07-29');
<!-- m --><a class="postlink" href="http://www.w3resource.com/mysql/date-and-time-functions/mysql-timestampdi... |
CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO | algo do tipo:
d1 := ctod("01/01/2016")
d2 := ctod("01/01/2017")
alert((d2-d1)/30) |
CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO | gracias Jose funciono bien... otra consulta mas
[b:3s579jqe]si al Generar Cobro
mes 8
Año 2017 [/b:3s579jqe]
12/04/2017 quedaria asi 12/08/2017
pero cuando el dia es mayor al de otro mes:
[b:3s579jqe]Generar Cobro
mes 9
Año 2017 [/b:3s579jqe]
... |
CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO | Tienes la function harbour EoM( dDate ) devuelve el último día del mes dDate. Si lo que se busca el es primer día del mes, Harbour ya tiene una función nativa: BoM( dDate ) |
CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO | cnavarro, lo que quiero es consrevar el dia en el mes anterior
saludos |
CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO | Algo asi?
[code=fw:h5tcx5d5]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Set Date Brit<br />Set Century <span style="color: #0000ff;">On</span><br /><br />Use Banco_de_Dados_1<br />Sele <span style="color: #000000;">0</span><br />Use Banco_de_Dados_2<br /><br />Sele Banco_de_Dados_1<br /><span style... |
CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO | [quote="jbrita":1vzohl5m]gracias Jose funciono bien... otra consulta mas
[b:1vzohl5m]si al Generar Cobro
mes 8
Año 2017 [/b:1vzohl5m]
12/04/2017 quedaria asi 12/08/2017
pero cuando el dia es mayor al de otro mes:
[b:1vzohl5m]Generar Cobro
mes 9
Año 2017 ... |
CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO | Aca te dejo una forma mas exacta usando la fecha completa, de la forma que te lo coloco ya lo probe con diferentes fechas, has las pruebas de fuego...saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
SELECT PERIOD_DIFF( DATE_FORMAT('2017-04-15', '%Y%m... |
CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO | muchs gracias resulto todo bien
saludos |
CALCULAR MESES ENTRE 2 PERIODOS- SOLUCIONADO | [quote="jbrita":2jk9wgwd]muchs gracias resulto todo bien
saludos[/quote:2jk9wgwd]
Ok, era la idea, si puedes colocale al tema..SOLUCIONADO para que otros usuarios sepan y consigan solucion rapidamente si les pasa lo mismo, saludos, gracias... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title=... |
CALL A VARIABLE logic FROM A FILE ini | iF i CALL A VARIABLE FROM A FILE Ini
SAMPLE :
Local lRecordSelector := GetPvProfString("Browse", "RecordSelector",".F.", cIniFile)
it sad me it was a char variable and I cannot insert it on xbrowse
sample
WITH OBJECT oBrw1
[b:nvscv72v] :lRecordSelector := lRecordSelector [/b:nvscv72v]
end
there is a fu... |
CALL A VARIABLE logic FROM A FILE ini | Hello
Local lRecordSelector := GetPvProfString("Browse", "RecordSelector",".F.", cIniFile) == ".T."
or you can use TIni class, check FWH\SAMPLES\testini.prg |
CALL A VARIABLE logic FROM A FILE ini | no funciona, Daniel !
Quiero salvar a algunas variables para mostrar el xbrowse y quiero grabar la configuración del archivo INI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.