topic
stringlengths
1
63
text
stringlengths
1
577k
schedule system
Hello, I had to make some changes to the ribbon class today. I've been thinking for a long time about how best to do it. Then I decided to delete all entries in the ribbon class that are not needed for my style. The class is much clearer for me. (2007,2010,2013,2015,2016, etc. ) Best regards, Otto [img:y2se5qym]https...
school schedule project
I have to schedule a time for a private school  but do not know how to do the initial scheme. I explain you : I have a teacher , this teacher must make 18 hours on a classroom ( 1A) the matter of this teacher is aerobic we called with the code "AER" How do I put the hours in a filing this teacher in a week? ...
scope en xbrowse
Que tal foro tengo los sigte:curso->(quickscope(empleado->clave)) ... curso->(browse()) // muestra los que necesitopero no me actualiza un xbrowse que tengo ya le puse oBrw:refresh()¿?...
scope en xbrowse
Intente,oBrw:GoBottom() oBrw:Refresh() oBrw:GoTop() oBrw:SetFocus() Saludos.
screen design
Hello. I am still in the dark ages when it comes to design. Is there a library or tool or something that could enable me to design more contemporary looking input screens while still using the same old code I have been using forever?
screen design
Are you hardcoding your dialogs? If not, I use Pelles C Ide to create mi RC's, with no problem at all. On the other hand, I would like to find another tool that can make mi designs look like "modern", maybe like the posibility of having "Themes" or change the actual colors. Greetings From Chile
screen design
We advice to use ResEdit: [url:27jjh29k]http&#58;//www&#46;resedit&#46;net/[/url:27jjh29k] There are some others that you can review: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=17&t=12773&start=0&hilit=resources+editors">viewtopic.php?f=17&t=12773&start=0&hilit=resource...
screen design
I use ResEdit too.
screen resolution
Is there a function that indicates what resolution a screen is using?
screen resolution
Hello Harvey: [quote="hag":3snte2pj]Is there a function that indicates what resolution a screen is using?[/quote:3snte2pj] Here you are two ways to get the screen resolution in pixels:[code=fw:3snte2pj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="c...
screen resolution
Thanks for the help. I'll try it later today.
screenheight
I use the function ScreenHeight() in my app. But when I calculate with this there are some strange things. -When the dock is at the bottom my window and controls are placed correct [img:1yval773]http&#58;//www&#46;plantenkennis&#46;com/FiveMac/screen_1&#46;png[/img:1yval773] -When the dock is on the right side the wind...
screenheight
Yes is posible ... I'm going to implement this functions : SCREENVISIBLEWIDTH -> width screen ( no dock include if possition is left .or. right ) SCREENVISIBLEHEIGHT -> Height position ( no include statusbar and dock , if is bottom ) STATUSBARHEIGHT -> Height statusbar GETDOCKPOSITION -> Return "left", "right" o "bot...
screensavers en fivewin
saludos, necesito hacer un protector de pantalla con noticias para la empresa, y basandome en la idea que lei en este post [url:1jruv2aw]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=18&t=14125&p=72816&hilit=screensavers#p72816[/url:1jruv2aw] y aunque he hecho algo mas rudimentario, si ven la web ...
screensavers en fivewin
<!-- s:arrow: --><img src="{SMILIES_PATH}/icon_arrow.gif" alt=":arrow:" title="Arrow" /><!-- s:arrow: -->
screensavers en fivewin
Hola... Por favor podrias colocar la rutina que usas, talvez podriamos ayudarte a lograr lo que quieres hacer y seria mas facil tener el punto de partida
screensavers en fivewin
Alex, En samples\GetTime.prg tienes un ejemplo que tal vez pueda serte útil.
screensavers en fivewin
Excelente con el ejemplo que me comento antonio pude darme cuenta de que estaba mal y en base a ese solucione el problema, gracias a ambos
screensavers en fivewin
El ejemplo FWH\Samples\GetTime.prg mejorado: [code=fw:1cpitife]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">static</span> nTime := <span style="color: #000000;">...
screenshots with FWH
Is it possible to make screenshots with FWH from other running application as word . Thank in advance and best regards, Otto
screenshots with FWH
Otto, Yes, you can do it. All you need is to locate the hWnd of the window to make its screenshot.
script SENDMAIL enviar email LINUX
alguem sabe como enviar email no linux usando script do sendmail?
script to create lib (FWH)
is the script to create lib (FWH) in xHARBOUR.COM
script to create lib (FWH)
[b:3kxlo95i]I use two batch files[/b:3kxlo95i][b:3kxlo95i]bx.bat[/b:3kxlo95i][i:3kxlo95i]@ECHO OFF CLS ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ&#380; ECHO &#322; FiveWin for xHarbour 2.7 - June 2006 RF xHarbour development power &#322;Ü ECHO &#322; (c) FiveTech, 1993-20...
script to create lib (FWH)
I used xHarbour.com where C compiler is xCC
script to create lib (FWH)
I created fivewin.lib ( FWH 8.05), but when I compile some prg I get errorType: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"D:\xHB\lib" -LIBPATH:"D:\xHB\c_lib" -LIBPATH:"D:\xHB\c_lib\win" -LIBPATH:"D:\fwh\lib" "report.obj" "FiveHCM.lib" "FiveHMX.lib" "OptG.lib" "xhb.l...
script to create lib (FWH)
Kajot,There is a new HelpChm.prg that has to be included in the library
script to create lib (FWH)
thank YOU
scripts.prg no puedo ejecutar ""hello world""
hola grupo scripts.prg => ejemplo en ejecución muestra lo siguiente: Error F0029 Can't open #include file 'FiveWin.ch' la adición la ruta al archivo => #include "e:\fwh1111\include\FiveWin.ch" .... muestra lo siguiente: e:\fwh1111\include\Objects.ch(5) Error F0029 Can't open #include file 'hbclass.ch' ¿Qué debo hace...
scripts.prg no puedo ejecutar ""hello world""
Please change the following line in Scripts.Prg to match the path with your FWH and Harbour installation path [code=fw:k0rl0ash]<div class="fw" id="{CB}" style="font-family: monospace;">oHrb = HB_CompileFromBuf<span style="color: #000000;">&#40;</span> Scripts->Code, <span style="color: #ff0000;">"-n"</span>, <span st...
scripts.prg no puedo ejecutar ""hello world""
Así es, gracias
scroll Horizonta y Vertical en una Window
Necesito mostrar una imagen en formato bmp cuyo tamano es mayor que la capacidad de la pantalla del Pocket Pc. Mi idea es mediante una Window con barras de desplazamiento vertical y horizontal, pero no logro que la imagen se desplace al mover las barras, alguien tiene algun ejemplo o alguna idea sobre este tema? Graci...
scroll Horizonta y Vertical en una Window
Miguel, Vamos a intentar proporcionarte un ejemplo lo antes posible. Disculpa nuestro retraso en responderte. Gracias.
scroll Horizonta y Vertical en una Window
Antonio, Gracias de todos modos ya logre resolverlo. Saludos Miguel
scroll Horizonta y Vertical en una Window
Miguel, Te importaría mostrarnos el código en un pequeño ejemplo para que le sirva así a otros usuarios ? Gracias.
scroll Horizonta y Vertical en una Window
Si Antonio, disculpa, es que se me paso. El codigo es mas simple de lo que parece y resulta de maravillas. #include "FWCE.ch" #include "WINAPI.ch" Static oWnd Function Main() local oBmp DEFINE WINDOW oWnd TITLE "GRILLA DE PERFORACION"; MENU BuildMenu() @ 1, 1 BITMAP oBmp FILENAME Curdir() + "\malla.bm...
scroll Horizonta y Vertical en una Window
gracias <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
scroll Horizontal button
How scroll buttons on Horizontal ? I think to scroll buttons from a dbf to use it on tablet sample : I have many products and I wish scroll all images on horizontal and click on each any test?
scroll Horizontal button
Please post a screenshot <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
scroll Horizontal button
I do not have an image to show you, I need to create on tablet app buttons from an archive dbf with an animation that slide to the left and the new ones scroll from the right ... the user can select one scrooling all archive them with your finger and click one on it (action) I found now a image [img:4dcc9zjv]htt...
scroll Horizontal button
i made a test but I not Know How move the buttons Imagine to use a finger and move the buttons on right and left [img:s2l53jpm]https&#58;//s10&#46;postimg&#46;org/rh8e3e1ix/image&#46;jpg[/img:s2l53jpm] [code=fw:s2l53jpm]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;"...
scroll Horizontal button
Perhaps using TScrollPanel ? [code=fw:2357vmhe]<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;">"Ribbon.ch"</span><br /><span...
scroll Horizontal button
Antonio, this is my last test I use tscrollpanel but I can only scroll on vertical How scroll on Horizontal ? it create the archive [code=fw:20ksr31l]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#INCLUDE</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><...
scroll Panel
TScrollPanel can run also on Horizontal scroll ? On tablet I wish scroll products in horizontal [img:1i8ox1iu]https&#58;//s13&#46;postimg&#46;org/ljecw5647/selpro&#46;png[/img:1i8ox1iu] How I can modify this test ? thanks [code=fw:1i8ox1iu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="c...
scroll bar with combo box
How can I add a scroll bar and hotpick to combo box ?
scroll buttons tablet win10
I must create a dialog with buttons ( btnbmp flat) to simulate tables of restaurant on a tablet win10 pro on screen I cannot insert all tables of restaurant because there's no space I'm thinking to create only on a page 4X5 lines and only 20 buttons then two buttons to scroll pages up and down I'm tinkin...
scroll buttons tablet win10
Maybe you can use an xBrowse with a multi dimensional array. Put table bitmaps on the fields. When a bitmap is selected, have it popup a diagram of the full table. Store the values for the tables in a dbf that is associated with the array of tables. Your bitmaps in the browse can have three different symbols: Em...
scroll buttons tablet win10
I wish use buttons no xbrowse I have the sources with sbutton but I wish use fw button flat
scroll buttons tablet win10
Hier is a Video: [url:9t854nyo]http&#58;//atzwanger-software&#46;com/fw/flatbtn&#46;mp4[/url:9t854nyo] Hello Silvio, I think FLATBTN is exactly what you need. Change or overwrite the painting method. I do it for my dashbord where I show the free rooms in a hotel. The graphic shows for how many days the room is free. D...
scroll buttons tablet win10
What about using Tabs/Folder? Each tab could hold so many tables/buttons.
scroll buttons tablet win10
gale, a restaurant have many saloon and each saloon have many tables i wish show only 4 buttons for saloon scrolled and only 20 tables buttons scrolled I think it cannot hard to make all can be show on a table win 10
scroll dialod tab and buttons
Dear Anotnio,I saw your scroll sampleI 'd like create this dialog with 4 folder or tab 1- 50, 51-100, 101-150, 151-200on each folder I'd like to insert a oPanel scroll where I can insert 50 buttons on each panelIt 's possible ?
scroll dialod tab and buttons
Silvio,Please try it yourself, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->It should work, but we will not be sure about it until we try it.
scroll dialod tab and buttons
I try it but not run ok [code:2nm8ey7i] #include "FWCE&#46;ch" // test with folder , panel and button function Main&#40;&#41; local oWnd, cValue, cText &#58;= "Hello world!", oFld, i Local abtn&#91;120&#93; Local oPanel&#91;6&#93; DEFINE WINDOW oWnd TITLE "Tables" // USE &#40; CurDir&#40;&#41; + "\...
scroll en wbrowse 1.7 de Hernán
Hola a todos, porque cuando me posiciono sobre la flechita del scroll vertical de browse, cuando llego al tope o al fin de la vista no me refresca el browse y va cambiando solo la línea. Estuve buscando en los mensajes viejos del foro pero no pude encontrar nada al respecto. Utilizo fwh26 Xharbour 0.99.61 y el Browse ...
scroll en wbrowse 1.7 de Hernán
Puedes poner el codigo donde se te comporta así
scroll en wbrowse 1.7 de Hernán
Se reproduce el error en todos los casos que utilizo el wbrowse sea con campos como con vectores, hace como dos años que utilizan el sistema y nunca me había percatado del error, el sistema funcionaba antes con fw 16 bits y no había problemas, el wbrowse es la publicada en el foro Gracias REDEFINE LISTBOX oLbx FIE...
scroll en wbrowse 1.7 de Hernán
prueba definiendo: oLbx:cAlias:=oProex:calias
scroll en wbrowse 1.7 de Hernán
No así tampoco. este código es la copia de otro hecho en 16 bits y funciona correctamente, en wbrowse de Hernán dice estar reparado este bug, pero... fwh2.6, xharbour .99.61, workshop, verce. Gracias
scroll en wbrowse 1.7 de Hernán
A mi se presento ese problema y era que desconocía la tabla, (en mysql) y logré corregirla con oLbx2:cAlias := "ARRAY" Pero no creo que sea tu caso
scroll en wbrowse 1.7 de Hernán
surgom, a mi no me pasa eso, y lo uso asi: REDEFINE LISTBOX oBTmp ; FIELDS Rg_Bmp(cBmp),; (oDTmp)->TMP_DESCRI,; Rg2_Bmp(cBmp2),; Tran((oDTmp)->TMP_CANTID,"999,999.999"),; Tran((oDTmp)->TMP_PREUNI,"9999,999.99"),; Tran...
scroll en wbrowse 1.7 de Hernán
Antes que nada, les pido disculpas a todos los que se interesaron en el problema que me surgió. El error radicaba en que mi compilación (en la oficina) había agregado hace un tiempo wbrowse en el script, ya que estaba haciendo unas pruebas... y me olvidé. Como también trabajo en mi casa y en la empresa que usa el softw...
scroll en wbrowse 1.7 de Hernán
<!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> No te preocupes, eso ocurre hasta en las mejores Familias!
scroll lock
¿Como puedo detectar y cambiar el estado de scroll lock (creo que generalmente está entre las teclas de imprimir pantalla y break) ?
scroll lock
Quique, Tienes un ejemplo completo en: [url:j5p61s3s]http&#58;//msdn&#46;microsoft&#46;com/en-us/library/ms646304%28VS&#46;85%29&#46;aspx[/url:j5p61s3s] tan sencillo como buscar en google: scroll lock programmatically check y lo he encontrado en el segundo resultado <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.g...
scroll lock
Gracias Antonio, aunque ahora que lo veo bien, creo que la pregunta no estuvo totalmente clara, porque la idea era detectar el estado, o sea, si el foquito esta preindido o apagado :p , tu respuesta me ayudo bastante, ademas de activar o desactivar el scroll lock, también me ayudara a corregir la barra de mensajes, las...
scroll lock
Quique, Funciona perfecto, enciende y apaga focos num y cap lock: [code=fw:1w9izykg]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><span style="color: #00D7D7;">#include</span> <s...
scroll lock
Mira si ayuda: [code=fw:3vgw0xpw]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/*<br />06/07/07 - Desativar teclas especiais <br />&nbsp; Olá,<br /><br />Neste exemplo que fiz associado a dll que é encontrada no endereço:<br /><br /><!-- m --><a class="postlink" href="ht...
scroll lock
Carlos, muchas gracias, la solución que encontró Antonio no siempre funcionaba bien (o no supe implementarla) pero de repente dejaba de funcionar, con la solución que das no me falló en todas las pruebas que hice <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Karinha, tu men...
scroll on folder
nada no funciona does not work ?? ?? ???????? het werkt niet nó không ho?t ??ng es funktioniert nicht
scroll on folder
only with this command can I see the scroll, the vertical scroll is shown even when it should not be shown oApp():oFolder:adialogs[1]:nSTYLE := nOR( WS_CHILD, WS_VSCROLL ) it show vertical scroll on first tab when I click on the scroll button I can not see the other controls i think the tfolder class has to be re...
scroll on folder
when I resize my window test I saw the folder not have the vertical scrollbar to show also all the controls I insert on that folder [img:350pdd6a]https&#58;//s13&#46;postimg&#46;org/m01mrllzb/mio_folder_err&#46;jpg[/img:350pdd6a] any solution ?
scroll on folder
Silvio, You have to use WS_VSCROLL style on your folder pages RC definitions
scroll on folder
Sorry I use @x,y no resource
scroll on folder
I am not sure (i did not try) mut in this case you should use the method winstyle: [code=fw:3gsf8oje]<div class="fw" id="{CB}" style="font-family: monospace;">oFolder:<span style="color: #000000;">winStyle</span><span style="color: #000000;">&#40;</span>WS_VSCROLL,.t.<span style="color: #000000;">&#41;</span></div>[/c...
scroll on folder
On explorer bar there is a dispositive create a vertical scroll when we resize it...why we cannot insert it on folder class ? here a test ( but not run) #include "fivewin.ch" #include "constant.ch" #define WS_VSCROLL 2097152 // 0x00200000L Function test() Local oDlg,oFolder,oVScroll Local nBottom ...
scroll wheel mouse
I use FWv1.95, and can't find a mousewheel function. How to code the scroll wheel with Listbox or wbrowse ?
scroll wheel mouse
Hoe, In 16 bits you can only manage mousewheel scroll down event. There is no support for scroll up. You should consider to migrate your application to FWH and Harbour/xHarbour in 32 bits
scrollbar position
If there are only some items more in the dbf-file than lines on the screen the scrollbar is not positioned right. At the screenshot the browser reached the end but the scrollbar is only at 2/3 of the range. Best regards, Otto [img:3fbgisvd]http&#58;//atzwanger-software&#46;com/fh/scrollbar&#46;jpg[/img:3fbgisvd]
scrollbar position
Otto, Do you use an index file for that DBF ? Do you have deleted records in your DBF ? If so, then remember to INDEX using FOR ! Deleted()
scrolling
I would like to write many lines of text into a window and then to scroll. Is scrolling automatically or do I have to programm? Thanks in advance Otto static oWnd function Main() DEFINE WINDOW oWnd from 1,1 TO 30,60 TITLE "Kontoauszug"; VSCROLL; MENU bldMenu() ACTIVATE WINDOW oWnd ...
scrolling
Otto, Yes, you have yo perform the scrolling yourself. You may review wbrowse.prg source code as it also scrolls. Another way is to use a GET multiline that will scroll automatically though it may be limited into the amount of text to contain. Another possibility is to show a browse and then use a DBF where each rec...
scrolling
Thank you for your answer. As I want to use different fonts I think that multiget and wbrowse are not a solution. Don't you have a working example? Thanks again Otto
scrolling
Try the RichEdit control. EMG
scrolling
That’s what I thought first. But how can you prevent that someone chances the text and I need the position of the mouse.
scrolling
Otto, You may disable the richedit control, so it does not accept any input.
scrolling
[quote="Otto":1nxgd0n5]That’s what I thought first. But how can you prevent that someone chances the text and I need the position of the mouse.[/quote:1nxgd0n5] Try READONLY clause. For mouse position try GetCol() and GetRow() methods. EMG
scrolling
Thanks Antonio, thanks Enrico, As I need better display possibilities for my billing-software I tried several options. Now I think I found a good solution. This is only a test if it could work but you see how I would like to do it. Maybe someone does like it and joins development for this “invoice-browser” Regards ...
scrollpanel not refresh the bar
if I add setrange then lose the btnbmp I added. not run ok
scrollpanel not refresh the bar
I insert on a Scroll panel btnbmp control as records the scroll bar not run as you can see on this picture [img:37weoxek]https&#58;//i&#46;postimg&#46;cc/VLDfY9TM/ff&#46;jpg[/img:37weoxek] When I inizialize the Panel Scroll I insert a "fake" small btnbmp (size 1,1) because the scrollpanel class return me an error...
scrool de texto en ventana o dialogo
Compañeros buenas tardes alguien ha desarrollado un control o ha resuelto de alguna forma que se vaya mostrando un texto como hacen los instaladores de los programas en windows, no se si me explico se van mostrando texto y se va haciendo scroll automatico Si alguien lo ha hecho muchas gracias si comparte codigo salud...
scrool de texto en ventana o dialogo
Yo, que acabo de empezar con FW, me he hecho un LogDebuger para ir enviando "señales", valores de variables, alertas sin que la aplicación se detenga... y lo hago con un GET...MEMO La idea es tener una ventana "flotante" a la cual se le pueda mandar cualquier valor y lo muestre sin detener la aplicación. Este es el c...
scrool de texto en ventana o dialogo
Xevi muchas gracias por el código se le ve interesante ya lo reviso saludos cordiales Wilson
sdf file
can I open a sdf file from fwh and browse all tables ? can I have a easy small test ?
sdf file
DEVO APRIRE UN SDF FILE COME POSSO FARE ? ESISTE UN TOOL FREEWARE ?
sdf file
è un database SQL Server, hai bisogno di un database sql, puoi scaricare la develop o la express da <!-- m --><a class="postlink" href="https://www.microsoft.com/it-it/sql-server/sql-server-downloads">https://www.microsoft.com/it-it/sql-ser ... -downloads</a><!-- m --> e farti un server locale, poi in management studi...
sdf file
onestamente non ricordo per quale motivo ho scritto questo messaggio cmq grazie
se Pierde el Foco en un listbox
Compañeros del foro, tengo este problema: En un dialogo tengo 2 listbox, cada uno con una tabla diferente, al hacer click en el primer listbox, me debe buscar un dato en el segundo listbox, y dejármelo listo para usarlo, y la búsqueda en el segundo la hace bien con un dbseek, pero al hacer click con el mouse dentro de...
se Pierde el Foco en un listbox
Prueba asi, al hacer click en el 1er listbox le pasas el focus al 2do.listbox, oLbx2:SetFocus(), select area oLbx2, oLbx2:dbseek( oLbx1_tu_campo_clave ), oLbx2:refresh(), intenta y comenta, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
se nos fue Ignacio Vizcaino Tapia
se nos adelanto, en Ciudad de Mexico don Ignacio Vizcaino Tapia un gran programador clipper Harbour Fwh padre del erp CressWin y excelente persona cuando le hice consulta jamás me negó sus conocimientos, era aficionado a la aviación y la avioneta que piloteaba se precipito a tierra PAZ en su tumba y un hasta luego Nach...