topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Advise in Server hardware | I have been using Windows servers for many years (Server 2008, 2012, etc., even earlier and later versions), and, in addition to having to try to program my software as well as possible, I have had many problems due to the choice of hardware, which, in addition from the need to invest in its acquisition, then I have ha... |
Advise in Server hardware | Dear Cristobal,
I fully agree with you <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Advise in Server hardware | Hello friends,
for our use I9 processors would be best:
[quote:rz7l5yis]When comparing high-end Xeon and i9 processors for running 5 virtual machines and RDP for 5 users, both can deliver impressive performance. If your primary concern is speed, a high-end i9 processor may offer slightly higher clock speeds and better... |
Advise in Server hardware | Cristobal, you may be right in general.
But not in the case of Marc. It is an entrepreneurial company and here it is not about money but about his personal time.
A RDP server in the own network, data backup directly with WINDOWS server backup on connected hard disks.
And the most important: my data is mine and inho... |
Advise in Server hardware | Thanks for several inputs on my question.
I'm sure that I will not start using the special servers system that come for 3500 euro. More hardware than needed.
Cloud : tja... I think that there will always be smarther people that can have access and maybe block data. even FaceBook ect. where hit. And so, I like to k... |
Advise in Server hardware | About Windows Server 2019 STANDARD
I have not had a price yet for a Server 2019 program and licence.
We are with 3 people so the licence of 5 will be needed.
However, I heard that it was possible that we can have a 2 person licence, or it is included in the server 2019 standard program.... and the third person could... |
Advise in Server hardware | hi Marc,
[quote="Marc Venken":12i4ro9h]Intel Core i9 10900 (10 Cores - 20 Threads) Processor[/quote:12i4ro9h]
don´t know if "Desktop"-CPU work fine with Server Software
those newer "Desktop" CPU have "P"-Core and "E"-Core
"real" Server most use Intel XEON or AMD EPYC CPU and use ECC RAM
those CPU have no "E"-Core so i... |
Advise in Server hardware | All of my clients are "multi-user". Some have true Windows Server software but most just use Windows 10 or 11 Pro.
While some have been using ADS ( Client Server ), in more recent years, 3 - 5 users, on current computers, have NO complaints about speed / performance.
Most are using an i5 processor on the server. Ri... |
Advise in Server hardware | [quote="TimStone":3c1zo4o5]
Most are using an i5 processor on the server. Right now, I'm using a Dell Inspiron AIO, with ADS, as a "server". That's a non-power computer. I access it with Windows Remote Desktop from a Mac, two Macs running Parallels, and a Surface 4 notebook. I can do data intensive work, multiple ... |
Advise in Server hardware | Do I have to see Windows server 2019 and RDS as 2 software items ?
Using RDS I don't need Windows server then ?
The CPU I9 mentioned above has a win11-Pro installed. |
Advise is needfull .. | Hi,
Problem related to Harbour , but I'm thinking that this forum can help too ... <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> I'm creating project with minGw , it's running OK . Also I'm trying to build that with Borland ( Bcc 582 ) . Compiler return error , which relate... |
AevalWhen de WINDOW.PRG | Olá Antonio,
Seria possível mudar o método "Aevalwhen" de WINDOW.PRG para trabalhar com FOR EACH de xharbour ? Veja um exemplo abaixo:
[code:35xwhpax]
#include "FiveWin.ch"
function Main()
local oDlg, cName := Space( 10 )
DEFINE DIALOG oDlg TITLE "Testing ForEach for speed"
@ 1, ... |
AevalWhen de WINDOW.PRG | Rossine
Para cuando el twbrowse para xharbour free ?
Un saludo |
AevalWhen de WINDOW.PRG | Olá Frafive,
Aqui eu gerei o WBROWSE.LIB para bcc 5.5 sem nenhum problema. Qual erro está aparecendo para você ?
Abraços,
Rossine. |
AevalWhen de WINDOW.PRG | Hola Rossine
Desde Recusos no funciona el twbrowse.
Un saludo |
AevalWhen de WINDOW.PRG | Olá Frafive,
Compilei o programa abaixo que usa recursos, e funcionou 100%.
[code:ndnfh4jz]
#include "fivewin.ch"
external dbfcdx, ordkeyno, ordkeygoto, ordkeycount
// Sample by Carlos Vargas
function main()
local oDlg
#ifdef __CLIPPER__
local hBorl := LoadLibrary( "BWCC.dll" ... |
AevalWhen de WINDOW.PRG | Hoa Rossine
Desde recursos no funciona el twbrowse, si creas el twbrowse en unas coordenadas en archivo de RC, despues no te lo pinta bien, lo pinta siempre en TOP.
un saludo y gracias |
AevalWhen de WINDOW.PRG | Rossine,
No podemos usar FOR EACH ya que no lo soporta ni Clipper, ni Xbase++ ni C3. |
AevalWhen de WINDOW.PRG | OK Antonio <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
un saludo y gracias
Rossine. |
After object MOVE wrong position-return-values ? | Hello,
I need the new object-position afer move ( NO resize ) from inside a dialog.
I want to move the SAYS, to find the best textcolors in relation to the gradient.
The return-values are wrong. My test :
[color=#0000FF:1oi2ht5n][b:1oi2ht5n]oSay1:bMoved := {|| ( nTxtTop1 := oSay1:nTop, nTxtLeft1 := oSay1:nLeft ) }
oS... |
After object MOVE wrong position-return-values ? | Mr Ukoenig,
Use oWnd:CoorsUpdate() after oWnd object movement.
Regards |
After report runs all my dialogs appear | To All
I am going nuts here trying to figure out why when I run a simple report from a modal dialog several dialogs deep .. when the report previewer comes up .. the previewer goes behind all my dialogs ..
I do not want my dialogs to come to the forefront .. I want them to stay behind the previewer until it is close... |
After report runs all my dialogs appear | Rick,
You should specify the window container of the first dialog so they will not go foreground:
[code=fw:8m3n8fha]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">RESOURCE</span> <span ... |
After report runs all my dialogs appear | Antonio
I made sure I passed the main MDI Window object to all child process and dialogs down to the print routine .. still having the same problem when the previewer comes up .. all my dialogs come to the forefront and I have to close them all to get to the preview .. <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry... |
After report runs all my dialogs appear | Rick,
Please post a screenshot, thanks |
After report runs all my dialogs appear | Antonio
I do not have access to any external file hosting sites .. ( blocked at work) .. I will send it to your private e-mail.
Rick |
After report runs all my dialogs appear | Rick,
Perhaps this is a design issue. Normally dialogs have OK and Cancel buttons and when either button is pressed the dialog is closed. If you use this design then you will eliminate your problem.
If you wish to use a design where the dialog remains open, then the dialogs should be non-modal and perhaps this will f... |
After report runs all my dialogs appear | James
I have sent you the same private e-mail I sent Antonio .. I am using one MDI main menu which calls a child .. from there all the dialogs ascending are modal.
Sending the last two modules that go with it.
Let me know if you see anything wrong ..
Thanks
Rick |
After report runs all my dialogs appear | Rick,
The preview window remains MDICHILD, thats why its placed behind the dialogs.
You may not have properly modified rpreview.prg |
After report runs all my dialogs appear | Antonio
You won't believe this .. I modified rpreview and your msginfo showed up .. and after I closed the msginfo .. the preview worked perfect .. Damned strange ..
Apparently xMate even when rpreview.prg in the compile list .. did not compile the program .. perhaps a date attribute problem.. I took out the msgbox ... |
After report runs all my dialogs appear | Rick,
glad to know it is solved <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
After report runs all my dialogs appear | To All
Here is what the fix was .. for some reason Rpreview.prg was not getting compiled and linked into the application .. even though it is in the compile and link list.
I had this very strange and wierd thing happen with another program I was working on .. I went in and re-named my project folder .. re-compiled an... |
After update to 8.02 | Antonio,
I have this error at the opening, after update to version 8.02
Error BASE/1004 No exported method: GENCODE
Application
===========
Path and name: C:\DEV\facture\facture.Exe (32 bits)
Size: 1,963,520 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 03/06/08, 15:22:13
Error descr... |
After update to 8.02 | Patrick,
What source code do you have at line 77 (and some lines before and after) ?
Do you use a modified errorsys of your own ? |
After update to 8.02 | Is version 8.02 working with last Harbour CVS?
Throw() is a function of toleauto.
I install harbour from your site, the source compile Ok but no window open when i start the exe. It just stay in memory
Patrick |
After update to 8.02 | Patrick,
You have to link gtgui.lib instead of gtwin.lib
Please try to build samples/tutor02.prg and see if it works for you.
If you show me your code around line 77 we may locate what is wrong, thanks |
Again about scripting - __HrbRun ... | Hi friends !
Some time ago I asked about scripting and you helped me . I tried both versions Harbour and xHarbour . Harbour in this place is better - have hb_compileBuf() function . Sorry , but I have some places where I must use xHarbour . And don't know how to solve one problem. Here is source :
[code=fw:3ihmldk... |
Again about scripting ... HB_CompileBuf | Hi,
I think that this question is for Antonio ... <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> . It was discusion about that in earlier . You helped me in that .
The problem is that with more complicated PRG with some functions inside it's not working . So I leaved this q... |
Again about scripting ... HB_CompileBuf | Rimantas,
Restore:
[code=fw:2b3w1gbl]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// external brw_menu2</span></div>[/code:2b3w1gbl]
Regards |
Again about scripting ... HB_CompileBuf | [quote="Antonio Mart.":1ld0ixre]Rimantas,
Restore:
[code=fw:1ld0ixre]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// external brw_menu2</span></div>[/code:1ld0ixre]
Regards[/quote:1ld0ixre]
Hi Antonio !
Tried and that - the same result . I specially leave that visible ... |
Again about scripting ... HB_CompileBuf | [quote="Rimantas":117okbpd][quote="Antonio Mart.":117okbpd]Rimantas,
Restore:
[code=fw:117okbpd]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// external brw_menu2</span></div>[/code:117okbpd]
Regards[/quote:117okbpd]
Hi Antonio !
Tried and that - the same result . I sp... |
Again about scripting ... HB_CompileBuf | The code that is generated by the function hb_CompileBuf() can use any public function that is already *linked* to the application.
It is the programmer's responsibility to ensure that all functions used in the script are already linked, by using EXTERNAL <func> whereever necessary. |
Again about scripting ... HB_CompileBuf | [quote="nageswaragunupudi":yk5g6d9f]The code that is generated by the function hb_CompileBuf() can use any public function that is already *linked* to the application.
It is the programmer's responsibility to ensure that all functions used in the script are already linked, by using EXTERNAL <func> whereever necessary.... |
Again about scripting ... HB_CompileBuf | [quote="Rimantas":1zgyl06y][quote="nageswaragunupudi":1zgyl06y]The code that is generated by the function hb_CompileBuf() can use any public function that is already *linked* to the application.
It is the programmer's responsibility to ensure that all functions used in the script are already linked, by using EXTERNAL ... |
Again about scripting ... HB_CompileBuf | Sorry, Rimatas, I disagree with you as you can´t blame Antonio for Harbour issues.
Fivetech provides an extraordinary support, quick, effective and useful, which you can´t find in other xBase companies such xHarbour.com. |
Again about scripting ... HB_CompileBuf | [quote="lucasdebeltran":3pwtoyxo]Sorry, Rimatas, I disagree with you as you can´t blame Antonio for Harbour issues.
Fivetech provides an extraordinary support, quick, effective and useful, which you can´t find in other xBase companies such xHarbour.com.[/quote:3pwtoyxo]
Hello Lucas !
Why you are so thinking ? I kn... |
Again about scripting ... HB_CompileBuf | Rimantas,
I was travelling and could not answer yet.
Are you using FWH function Execute( cCode ) ? Please check that you execute your scripts the same way as FWH/samples/scripts.prg does it |
Again about scripting ... HB_CompileBuf | [quote="Antonio Linares":j8nzutg3]Rimantas,
I was travelling and could not answer yet.
Are you using FWH function Execute( cCode ) ? Please check that you execute your scripts the same way as FWH/samples/scripts.prg does it[/quote:j8nzutg3]
Wow ! Antonio ! How good is heard you ! <!-- s:D --><img src="{SMILIES_PATH}... |
Again about scripting ... HB_CompileBuf | [quote="Antonio Linares":1gumt8vy]Rimantas,
I was travelling and could not answer yet.
Are you using FWH function Execute( cCode ) ? Please check that you execute your scripts the same way as FWH/samples/scripts.prg does it[/quote:1gumt8vy]
Antonio, I'm waiting for your word ... <!-- s:) --><img src="{SMILIES_PATH}/i... |
Again about scripting ... HB_CompileBuf | Rimantas,
Please try this example from FWH/samples/scripts.prg:
Here it is working fine. Please ty to provide me a simple example like this one that reproduces your error, thanks
[code=fw:sp4n9np3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> One<span style="... |
Again about scripting ... HB_CompileBuf | [quote="Antonio Linares":1pu46yeh]Please try this example from FWH/samples/scripts.prg:
Here it is working fine. Please ty to provide me a simple example like this one that reproduces your error, thanks
[code=fw:1pu46yeh]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</s... |
Again about scripting ... HB_CompileBuf | [quote:2gszsk6s]All this outside functions ( mod_pas, newRec, delRec and excRec ) are "Undefined ..."[/quote:2gszsk6s]
Have you declared them as extern ? |
Again about scripting ... HB_CompileBuf | [quote="Antonio Linares":30ufkwb5][quote:30ufkwb5]All this outside functions ( mod_pas, newRec, delRec and excRec ) are "Undefined ..."[/quote:30ufkwb5]
Have you declared them as extern ?[/quote:30ufkwb5]
After this you sugestion I tried that :
#include "fivewin.ch"
#include "xbrowse.ch"
#include "tdolphin.ch"
#incl... |
Again about scripting ... HB_CompileBuf | In buildg.bat there are only two places where gcc is called. Those flags should be provided there. |
Again about scripting ... HB_CompileBuf | [quote="Antonio Linares":3390er1h]Rimantas,
Please ty to provide me a simple example like this one that reproduces your error, thanks
[/quote:3390er1h]
+1
you could use a tdolphin server to make a sample that we can build |
Again about scripting ... HB_CompileBuf | [quote="Antonio Linares":iqdcz8wx]In buildg.bat there are only two places where gcc is called. Those flags should be provided there.[/quote:iqdcz8wx]
Antonio, excuse , but can you simple to point where I can to add this and how ? Yes, gcc is in 2 lines ( with or without .rc ) . At this moment I don't know how to let g... |
Again about scripting ... HB_CompileBuf | Rimantas,
-Wl is already used by buildg.bat, so just need to add --allow-multiple-definition
Try this:
gcc -o%1.exe %1.o -Wall -s -mwindows -L%mingw%\lib -L%hlibs% -L%fwh%\lib -mno-cygwin [color=#FF0000:1ky6ixmf]-Wl --allow-multiple-definition[/color:1ky6ixmf],--start-group -lfivehg -lfivehgc -lgtgui -luser32 -lwinsp... |
Again about scripting ... HB_CompileBuf | Antonio , after some search at last I can say some results . Some functions inside one scripts can work if script have only function or dialog . This will not work if script main control will be WINDOW ...
This code works fine :
[code=fw:2oaqgmfi]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span s... |
Again about scripting ... HB_CompileBuf | Rimantas,
windows are non modal, thats why they don't work <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
The execution continues and the script ends |
Again about scripting ... HB_CompileBuf | [quote="Antonio Linares":7rwl1i7k]Rimantas,
windows are non modal, thats why they don't work <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
The execution continues and the script ends[/quote:7rwl1i7k]
<!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title... |
Again about scripting ... HB_CompileBuf | the window remains opened because it belongs to the operating system, not to the PRG <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Try this:
local lExit := .F.
...
ACTIVATE WINDOW oWnd
StopUntil( { || lExit } )
From the window, change lExit to .T. to finally exit. |
Again about scripting ... HB_CompileBuf | [quote="Antonio Linares":nbwitwtc]the window remains opened because it belongs to the operating system, not to the PRG <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Try this:
local lExit := .F.
...
ACTIVATE WINDOW oWnd
StopUntil( { || lExit } )
From the window, change ... |
Again about scripting ... HB_CompileBuf | Rimantas,
Do you think that I would advise a solution with "hiden surprises" ?
I think I talk very clear always, and if there is a problem, I always warn about it. Lots of users trust me for so many years, and surely is because I have proved to be serious and professional |
Again about scripting ... HB_CompileBuf | [quote="Antonio Linares":3sdlsdqw]Rimantas,
Do you think that I would advise a solution with "hiden surprises" ?
I think I talk very clear always, and if there is a problem, I always warn about it. Lots of users trust me for so many years, and surely is because I have proved to be serious and professional[/quote:3sdl... |
Again about scripting ... HB_CompileBuf | There should be no problems using that function.
The FWH print preview uses it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Again about scripting ... HB_CompileBuf | [quote="Antonio Linares":20vwi5ln]There should be no problems using that function.
The FWH print preview uses it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:20vwi5ln]
Thank you Antonio ! Now scripts have a full power with that . It's very fine . I can to plan t... |
Again for these worlds. | Hi;
After a few months I start to catch up, see if I start in a few weeks of full again this programming, which lately has been a love-hate.
I created a blog where I will be leaving the sources that release. (On the blog I have some youtube videos all know but for me, low morale these months, I have been motivated to... |
Again for these worlds. | JLL,
Welcome aboard, nice to see you here again <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Again xBrowse and new line from TDatabase | Hi ,
It seems that I can't understand how to insert a new BLANK line in xBrowse . xBrose is working with TDataBase object . In tDataBase class exist method Blank() , but I can't to add a new blank line to xBrowse ... Is this possible ?
Many thanks for any help in advance ... |
Again xBrowse and new line from TDatabase | Rimintas,
That is one of the problems I was trying to explain. You can add a blank record to a TDatabase object but you cannot display it in the browse. Then blank is just an empty aBuffer so you cannot see it by doing a goBottom() because there is no blank record. Going to the bottom will load that last record into a... |
Again xBrowse and new line from TDatabase | [quote="James Bott":1a3kjicu]Rimintas,
That is one of the problems I was trying to explain. You can add a blank record to a TDatabase object but you cannot display it in the browse. Then blank is just an empty aBuffer so you cannot see it by doing a goBottom() because there is no blank record. Going to the bottom will... |
Again xBrowse and new line from TDatabase | Hello Rimantas,
maybe you can - what I do often – read your records into an array and then work with this array and xBrowse.
I mean then you have something similar to a recordSet.
Best regards,
Otto |
Again xBrowse and new line from TDatabase | [quote="Otto":13110y42]Hello Rimantas,
maybe you can - what I do often – read your records into an array and then work with this array and xBrowse.
I mean then you have something similar to a recordSet.
Best regards,
Otto[/quote:13110y42]
Hello Otto ,
Interesting idea ... But , as I can understand , this can be... |
Again xBrowse and new line from TDatabase | Here is a small sample. Not perfect, but can be improved upon. This sample uses the sales.dbf in the fwh\samples folder.
This is the logic I was using in the DOS-Clipper days. The skip block here is adopted from samples provided by Clipper for DBU and Browse in their sample folder. This needs to be improved but this i... |
Again xBrowse and new line from TDatabase | Rao,
Good example. I was just thinking about that a similar thing could be done with a subclass of TDatabase.
One problem I see with your example is that it will only work with databases in natural order.
Regards,
James |
Again xBrowse and new line from TDatabase | [quote="James Bott":2vs0cd2b]Rao,
Good example. I was just thinking about that a similar thing could be done with a subclass of TDatabase.
One problem I see with your example is that it will only work with databases in natural order.
Regards,
James[/quote:2vs0cd2b]
Yes. This is a quick sample. We can improve it. I ... |
Again xBrowse and new line from TDatabase | Rao,
Actually, it is easy using TData. TData has an optional subclass that automatically recycles deleted records, so it is no problem to add and then delete a record (the most deleted records you would ever have is one). No database packing ever required.
James |
Again xBrowse and new line from TDatabase | [quote="James Bott":3r42i1c5]Rao,
Actually, it is easy using TData. TData has an optional subclass that automatically recycles deleted records, so it is no problem to add and then delete a record (the most deleted records you would ever have is one). No database packing ever required.
James[/quote:3r42i1c5]
This is a... |
Again xBrowse and new line from TDatabase | [quote="nageswaragunupudi":3wwksla4][quote="James Bott":3wwksla4]
Yes. This is a quick sample. We can improve it. I felt it too much to handle the index issues right now. Once the basic logic falls in place, it can be extended. Still there are one or two bugs in up and down navigation.
It is really worthwhile, if you... |
Again xBrowse and new line from TDatabase | >>
. Here is static class - TXBrRow() . This is used only in CurrentRow() method
>>
The purpose of this class is different. I was intended to help editing a row in a Dialog and not for inline editing. Particularly to solve the occasional problem of the underlying browse's record pointer getting disturbed due refre... |
Again xBrowse and new line from TDatabase | [quote:3jimzx9j]As I mentioned before this is one reason it is so much easier to use a dialog for record editing. [/quote:3jimzx9j]
[quote:3jimzx9j]In mine opinion , dialogs for inputs of new records isn't a good way . I[/quote:3jimzx9j]
[quote:3jimzx9j]maybe you can - what I do often – read your records into an arra... |
Agenda/Calendario tipo Outlook | Alguien sabe si existe un control que permita implementar una agenda / calendario tipo Outlook (gratuito o de pago, no importa) Se trata de poder presentar una agenda de citas agrupadas en columnas por dias, semanas o meses.
Gracias
Rafael |
Agenda/Calendario tipo Outlook | Rafael:
Hay un hilo en el foro de inglés, parece es lo que necesitas.
<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=6407">http://fivetechsoft.com/forums/viewtopic.php?t=6407</a><!-- m -->
Saludos, Armando |
Agenda/Calendario tipo Outlook | Armando:
Gracias por tu respuesta pero no es lo que busco. No quiero acceder a Outlook; lo que quisiera es crear una aplicación que presente un browse con la misma apariencia que tiene el calendario Outlook, es decir: Varias columnas, una columna por dia y cada linea correspondiente a una hora. Y con una estética sim... |
Agenda/Calendario tipo Outlook | Rafael:
Si que lo hay, es el componente Calendar Pro de la casa CodeJock:
<!-- m --><a class="postlink" href="http://www.codejock.com/downloads/samples/calendar.asp#calendar_calendardemo">http://www.codejock.com/downloads/sampl ... lendardemo</a><!-- m -->
Se utiliza como ActiveX, yo lo he utilizado, no con FiveWin,... |
Agenda/Calendario tipo Outlook | René:
Sí, ya lo había visto y tiene muy buen aspecto. Es justo lo que necesito y por precio me va bien pero ¿puede alimentarse desde DBFs (no desde OCBD)? ¿Funcionaría desde FWH?
Gracias
Rafael |
Agenda/Calendario tipo Outlook | Rafael,Lograste utilizar el componente Calendar Pro de la casa CodeJock con DBF y desde FWH?Puedes compartir la experiencia que tuviste desarrollando la AGENDA?Saludos,George |
Agenda/Calendario tipo Outlook | Hola,Paco García tiene hecho un componente como el que buscas. Ponte en contacto con él.Saludos, |
Agenda/Calendario tipo Outlook | Hola José Luis:¿Seguro?. Paco tiene un calendario, pero en su web no aparece una agenda.Muchas gracias. |
Agenda/Calendario tipo Outlook | Hola Rafael:Al final, ¿qué control vas a usar?.Muchas gracias. |
Agenda/Calendario tipo Outlook | Moisés:Es un proyecto que tengo en marcha desde hace mucho tiempo. De momento, me lo he hecho yo, con una funcionalidad similar (aunque muy reducida) al de CodeJock. El problema es que no me funciona tan ágil como aquél y aún tiene flecos poco pulidos. Y, como no es una cosa urgente, lo voy dejando para mañana... ¿... |
Agenda/Calendario tipo Outlook | Hola Rafael:Qué va, yo no llego a tanto para hacer semejante control. Se que algunos del foro de inglés usan los controles de Codejock, igual tú lo habías logrado.Que vaya bien la implementación. |
Agenda/Calendario tipo Outlook | We was working to create a calendar system with easy class but we are no time now ..perhaps on september but you have time I can send my project to you |
Agenda/Calendario tipo Outlook | Hi Silvio,can I have this project too?Thank in advanceGianni |
Agenda/Calendario tipo Outlook | I replayed in private email |
Aggiornare un database Mysql su un server remoto da FWH | Salve,ho un database MySql su un server remoto su internet. Attualmente per aggiornare questo database, creo un file xml in locale, lo zippo, lo trasmetto sul server e quindi eseguo tramite explorer uno script che mi scompatta il file sul server e tramite simplexml lo importa nel database MySql.Mi sono accorto però che... |
Agradecimentos ao SR. Antonio e demais! | Despois de muito esforço consegui criar uma tela que representa fielmente a imagem abaixo, Ou seja em uma dialog BROWSE + TECLADO + IMAGENS, esta ultima que pode ter um numero indeterminado, levando em consideração que se não houver imagens deve apresentar um texto no lugar da imagem.
Quero agradecer ao SR. ANTONIO, p... |
Agradecimentos ao SR. Antonio e demais! | Bonito trabajo,
felicidades,
saludos.. |
Agradecimiento | Agradecer al foro en general y en especial al Sr Antonio Linares que gracias a sus mensajes estoy aprendiento mucho. si bien he estudiado y programado durante casi treinta años cuando queria salir del querido Clipper no encontraba nada que se le pareciera y de repente se la luz alli estaba Fivewin Sres para mi es mu... |
Agradecimiento | Juan Carlos,
Gracias por tus amables palabras y gracias sobre todo por ser parte de esta comunidad de amigos dispuestos a seguir aprendiendo siempre <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.