topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
hide xbrowse columns on init | Silvio,
Since the hours per day is known when building the array, perhaps it would be easier to adjust the array by leaving out the extra columns.
James |
hide xbrowse columns on init | oBrw:aCols[x]:Hide() |
hide() and button | Salve,
come si fa a sapere se un button e' hide?
io ho fatto obtn:hide()
esiste qualcosa del genere:
if obtn:lhde()
msgbox("e' hide")
else
msgbox("non e' hide")
endif
Grazie
Piscicelli/Zingoni |
hide() and button | Non mi pare. Non puoi gestire tu la cosa mantenendo l'informazione in una variabile o in un array (se sono più controlli)?
EMG |
hide() and button | Pensavo ci fosse qualcosa di gia' pronto.
Comunque non ho trovato il metodo hide() all'interno delle classi button.prg o btnbmp.prg, come mai?
Tks |
hide() and button | Perché lo ereditano dalla TWindow.
EMG |
hide() and button | Grazie |
hiding the taskbar? | Hi,
I'd like to hide the taskbar while my app is being executed.
anyone?
Best,
Reinaldo. |
hiding the taskbar? | [code:3o043ypq][code]function task_bar_on(ison)
local hwnd
hwnd= FindWndByClass("Shell_TrayWnd", "")
If ison
ShowWindow(hwnd,5)
Else
ShowWindow(hwnd,0)
End If
return(NIL)
DLL32 Function ShowWindow(hwnd as LONG, nCmdShow as LONG) ... |
hiding the taskbar? | James;
It couldn't be any prettier. :D
You know, I needed this for the ER-autoregister app.
Thank you.
Reinaldo. |
hiding the taskbar? | Reinaldo,
>You know, I needed this for the ER-autoregister app.
Yes, that is why I resisted saying something about I wouldn't normally recommend unilaterally turning off the taskbar, but your kiosk situation is unusal. Hmm, well now I have gone and said it anyway. <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif"... |
hiding the taskbar? | Dear James,
I saw How I can hide the icons on the desktop but
How I can make to in xharbour and fw :
To show on windows xp only the bar where there is “start” button and when I click on it I must show only a menu windows xp like with only the application I want to show
Best Regards and Good Easter
Silvio |
hiding the taskbar? | Silvio,
I'm not sure what you are trying to do, but if this is a single use PC, like for a kiosk that runs only one application, then perhaps you can set the application to run on startup and then just turn off the taskbar.
To run a program on startup just put a batch file in c:\documents and settings\[user]\start me... |
hiding the taskbar? | thanks
but How can set a session from a program ( xharbour+fw) to USER pc01
If I can make it I can to show another desktop with another barmenu programs... |
hiding the taskbar? | >but How can set a session from a program ( xharbour+fw) to USER pc01
>If I can make it I can to show another desktop with another barmenu programs...
I'm not sure I understand. You could setup a PC with two user accounts and then have one of them login and automatically run your app and turn off the taskbar. The oth... |
hiding the taskbar? | No I explain you
I am a tech teacher
I have 31 pc in a classrooms : all are link on the net to Lab2 domain ( local network) and I can see all from my pc (teacher) .
I want in each pc I can hide all and show only the barmenu "start" with only 3 program :
1. explorer.exe
2 winword.exe
3. calc.exe
because My boys mu... |
hiding the taskbar? | >I am a tech teacher. I have 31 pc in a classrooms...
OK, this is not a FW issue, this is a security issue. Much of this can be handled via Windows security and user rights features. I am not a system admin so I am not familiar with Windows security and user rights configuration. Perhaps someone else here on the forum... |
hiding the taskbar? | Silvio,
if all pc are in an active directory scheme or in a domain, you can solve this using GPO´s (group policies). There you can restrict the users from starting programs, write your own startmenu and so on. You can start the GPO-editor with gpedit.msc in the start/run-menü.
It´s very difficult to explain it in fe... |
hiding the taskbar? | Many programs use TCP/ip or Netbeui
I Think is not impossible to make with xharbour and Fivewin with socket or tcp/ip class
But I not Know How I can Make it
Perhaps If I run from a IP it is easy found all pc link to this ip or derivations
Have you an idea? |
hiding the taskbar? | [quote="Silvio":3w4ov86c]
I want in each pc I can hide all and show only the barmenu "start" with only 3 program :
1. explorer.exe
2 winword.exe
3. calc.exe
because My boys must not use all windows programs or configuration program of window xp ( monitor,screensaver, ecc.)
I wanted also each pc not show hard disk C... |
hiding the taskbar? | Hi All ! This is spyware for protect your system made by xHarbour
[code:170fl57o]
#include "FiveWin.ch"
#define GW_HWNDNEXT 2
#define GW_CHILD 5
#define SW_NORMAL 1
#define SW_MAXIMIZE 3
#define SW_MINIMIZE 6
#define SW_RESTORE 9
static oWnd,cPassword,oTim... |
hiding the taskbar? | please there is many erors
it not found lBebas
can you write a sample for it ?
[code:19k4u7dr]
Application
===========
Path and name: C:\work\errori\antonio\bu1.Exe (32 bits)
Size: 1,211,392 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/04/2007, 00... |
hiding the taskbar? | where I can found TTrayIcon() class ? |
hiding the taskbar? | here is the class
[code:1uvuc21o]#INCLUDE "Fivewin.CH"
#INCLUDE "Struct.CH"
#define NIM_ADD 0
#define NIM_MODIFY 1
#define NIM_DELETE 2
#define NIF_MESSAGE 1
#define NIF_ICON 2
#define NIF_TIP 4
#define WM_SYSCOMMAND 274 // 0x112
#define WM_L... |
hiding the taskbar? | Shell_NotifyIconA fun not found !! |
hiding the taskbar? | Hi Silvio, sorry for Error
[quote:1plvilpi]
please there is many erors
it not found lBebas
can you write a sample for it ?
[/quote:1plvilpi]
Please Copy and Paste again the code on this forum, It was edited
Thank's
Areang |
hoja A4 | Como puedo mostrar un hoja A4 dentro de un dialogo con su
tamaño real en cm y/o pixels y la posibilidad de hacer zoom in-out
sobre ella
--------------------------- |
hoja A4 | Silvio,
Puedes usar un control TMetaFile como los que usa el preview de FWH. |
hoja A4 | grazias, Antonio
Puedes hacer una pequeña muestra...
donde puedo encontrar una muestra con scrollbar
Soy hago un curso de Lengua española |
hojas tamaño un cuarto de carta | que tal:necesito imprimir facturas del tamaño de 1 cuarto de carta, actualmente uso la clase tdosprn, por q es necesario usar matricial, hay una funcion mejor o como puedo hacer para visualizarlas antes de imprimir al tamaño que quiero............graciassaludos |
hojas tamaño un cuarto de carta | Hola, de nuevo molestando, alguien tendra una rutina o una forma de exportar una base de datos a excel, no quiero meter formulas n celdas fomateadas simplemente "exportarla" a un lugar donde el cliente deseeespero haberme explicado correctamentesaludos y feliz año nuevo <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.g... |
hojas tamaño un cuarto de carta | Yadira,Mucho gusto, para imprimir del tamaño que quieras tienes la clase nativa de fivewin Tprinter, puedes hacer lo que desees con los tamaños de impresion, fuentes, cuadros etc. etc,Para exportar una dbf a excel la Clase Filexls es la mejor, sencilla de usar y en pocas lineas de codigo tendras tus tablas en excel , e... |
hojas tamaño un cuarto de carta | HOLA:
ya genere, la hoja de excel, pero aun no se como hacer para hacer q el cliente seleccione la unidad y el nombre, es decir, al poner la funcion
cGetFile32( <cFileMask>, <cTitle>, [<nDefaultMask>], [<cInitialDirectory>], [lSave], [nFlags], [cInitialFile] ) --> cFileName
requiero que lo haga al dale aceptar no al... |
hojas vinculadas en excel | Que tal todos:
Tengo la filexls, genero un archivo sencillo de saldos (tres columnas) que esta vinculado a otro xls. Anteriormente se generaba con access y funcionaba perfecto, no asi con el mio creado desde FW, se traba el excel y sale el famoso "NO responde", les menciono que si abro mi archivo y copio los datos a u... |
hola a todos los integrantes del foro | tengo un sistema que usa las queridas bases de datos dbf y necesito pasar datos desde excel datos a las dbf , si alguien resolvio este pequeño problemita y cree que meresco ser ayudado agradeceria cualquier informacion.
desde ya muchas gracias |
hola a todos los integrantes del foro | Hola amigo...
Con el mismo Excel puedes crear una DBF.
Toma el archivo XLS y al guardalo como DBF 3 (dBASEIII)... Tambien el Access te permite hacer sin problemas la migración de XLS a DBF.
Espero te sirva alguna de estas dos alternativas! |
hola a todos los integrantes del foro | [quote="juan carlos bellucci":1unjfbkc]tengo un sistema que usa las queridas bases de datos dbf y necesito pasar datos desde excel datos a las dbf , si alguien resolvio este pequeño problemita y cree que meresco ser ayudado agradeceria cualquier informacion.
desde ya muchas gracias[/quote:1unjfbkc]
En su día esto me... |
hola otra hoy espero no estar molestando | quiero hacer esto co timage
oBmp1:=TImage():new(0,0,120,125,,"test.bmp",.t.)
pero desde recursos y no me sale, alguien sabe? |
hola otra hoy espero no estar molestando | MIra en el foro en spanish
Salu2 |
hora1 > hora2 ? mi funcion | Se aceptan mejoras.
Devuelve .t. si "hora1" es mayor a "hora2"
[quote:1t0j1vl5]Uso:
esMayor("10:23", "23:20")[/quote:1t0j1vl5]
[code=fw:1t0j1vl5]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> esMayor<span style="color: #000000;">(</span>cHora1, cH... |
hora1 > hora2 ? mi funcion | [quote="goosfancito":19rgig5f]Se aceptan mejoras.
Devuelve .t. si "hora1" es mayor a "hora2"
[quote:19rgig5f]Uso:
esMayor("10:23", "23:20")[/quote:19rgig5f]
[/quote:19rgig5f]
lValue := IIF("10:20" > "23:20", .T., .F.) |
hora1 > hora2 ? mi funcion | Hola goosfancito:
Como te indica Manuel, funciona perfecto. Siempre y cuando, el formato de la hora sea hh:mm como una cadena de texto.
Si las horas pueden venir en formato h:mm u hh:m (Ej: 9:30 o 11:1) ya cambia la cosa, y es apropiado hacer una función como la que has hecho, ya que como cadena de texto "9:30" es mayo... |
hora1 > hora2 ? mi funcion | Gracias por los comentarios.
Si estoy haciendo una app de horarios, pero solo en un rango, no las 24 hs. voy a tomar en cuenta todo lo que me dicen. En mi caso como no me andaba como queria el tema del get y el cpicture para no perder tiempo pase de usar "00:00" a "0.0" y busque funciones y ni me imagine que algo tan s... |
hosting de aplicaciones .exe | Hola amig@s;
¿Alguien me puede recomendar un hosting para aplicaciones .exe realizadas con Harbour bajo Windows y Fiveweb?.
Muchas gracias!!. |
hosting de aplicaciones .exe | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=32298&p=189422#p189422">viewtopic.php?f=3&t=32298&p=189422#p189422</a><!-- l --> |
hosting de aplicaciones .exe | Antonio!,
No sirve porque tenemos que usar una dll sólo para Windows.
Gracias! |
hosting de aplicaciones .exe | Hola elvira
yo uso
alpshost.com
Saludos |
hosting de aplicaciones .exe | Hola,
¿Y qué paquete usas?. Te agradecería feedback por favor.
Desde ya, muy agradecida. |
hosting de aplicaciones .exe | Se trata de un .[b:184mpzri]exe[/b:184mpzri], no de un .asp.
Tenemos que llamar a una dll que solo está en Windows. |
hosting for .exes | Hello,
Can you please recommend a Hosting for exe files made with Harbour and Fiveweb?.
Thanks. |
hosting for .exes | Elvira,
I use dreamhost but you have to use Linux. All FiveWeb examples are hosted in dreamhost:
[url:1lnnirgc]https://bitbucket.org/fivetech/fiveweb/wiki/Home[/url:1lnnirgc]
[url:1lnnirgc]https://bitbucket.org/fivetech/fiveweb/wiki/tutor01_prg[/url:1lnnirgc]
etc. |
hosting for .exes | Antonio,
We have to use Windows as we use a dll only available for Windows.
Thanks! |
hosting for .exes | Hi i use
alpshost.com
Regards |
hot make bad jokes | what 'is the error on this expression ?
IF dData >= ((oDPrenota)->DATAIN) .AND. dData <= ((oDPrenota)->DATAFIN)
Error description: Error BASE/1076 Argument error: >=
Args:
[ 1] = U
[ 2] = D 06-08-2011
I wish know if dData is on Interval from DATAIN and DATAFIN how I must make ? |
hot make bad jokes | Hello
dData is null.... verifiy the value |
hot make bad jokes | oopss thanks it is null |
hotkeys | Is it possible to define hotkeys in a window, like Cmd-P to call printing Function and Cmd-f for finding Function |
hotpick in fivewin | How can I hotpick in getting a value from field in a get class. |
hotpick in fivewin | Ehab,
What do you mean for hotpick ?
Please post a sample or a screenshoot, thanks |
hotpick in fivewin | The auto complete feature in any internet get variable . I need it in Xbrowse edit |
how use proxy | i want make an application to update an application
it run ok but only from my home because from school i have a proxy
how i must make to use a proxy ?
when i go to IE or update an antivirus it ask me port user and password
how i can make it on my update function before to download from an url the updates's files ?
tha... |
how use proxy | Silvio,
Are you able to download a file from IE in the school ? |
how use proxy | yes but I must before ( when I open IE) to digit the user and the password |
how add image in POST | Hello everyone
I tried to insert an image to make a defect evident, I used the TAG Img
but I couldn't.
I would like clarification on this.
TIA
Maurizio Menabue |
how add image in POST | You can upload your images on this site, or on a similar one
[url:sx3jc6ls]https://imgbb.com/[/url:sx3jc6ls]
Then in the img tag put the link
[url=https://ibb.co/KVTnnnQ:sx3jc6ls][img:sx3jc6ls]https://i.ibb.co/WBmCCCd/Sin-t-tulo.png[/img:sx3jc6ls][/url:sx3jc6ls] |
how add image in POST | I use <!-- m --><a class="postlink" href="https://postimages.org/">https://postimages.org/</a><!-- m --> |
how add image in POST | I use
<!-- m --><a class="postlink" href="https://imageshack.com">https://imageshack.com</a><!-- m --> |
how add image in POST | [url=https://postimages.org/:1azw5mjn][img:1azw5mjn]https://i.postimg.cc/KYmgpVyr/adoinsert.png[/img:1azw5mjn][/url:1azw5mjn]
Posted using <!-- m --><a class="postlink" href="https://postimage.org">https://postimage.org</a><!-- m --> advised by Mr. Cristobal |
how can I use ""ScriptErrorsSuppressed""? | Dear Fivewin users,
I am using ActiveX class to place internet exploere dialog in my application.
But, from time to time, when there is script error on certain site, an script error message was displayed and
my application stopped.
On this points, a friend using c# adviced me to use webBrowser class.
There was "webBr... |
how can I use ""ScriptErrorsSuppressed""? | Kim,
use this:
oActiveX:SetProp( "Silent", .T. )
or (from FWH 9.04)
oActiveX:Silent = .T. |
how can be done in FWH? | Hi,
I would like to create a screen like this [img:2wu6xwn5]http://imagenes.sftcdn.net/es/scrn/36000/36498/3_Untitled_15.jpg[/img:2wu6xwn5]
but I don´t know how to create diferent areas and titles (Plan resumen, Ultimos documentos de venta, etc). Any help will be welcomed.
Thank you <!-- s:wink: -->... |
how can be done in FWH? | You can make this using codejock ActiveX
<!-- w --><a class="postlink" href="http://www.codejock.com">www.codejock.com</a><!-- w -->
more something no work fine in fivewin, think that have bug´s inside this class TActiveX.
<!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
how can be done in FWH? | I explained U How it must be made on spanish forum : Do U want I made it for U? |
how can be done in FWH? | I made this : can be right it ?
[img:1zjikcfu]http://img51.imageshack.us/img51/8817/deskuy.jpg[/img:1zjikcfu] |
how can be done in FWH? | Yes, Silvio please. Thanks a lot!!!! <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
how can be done in FWH? | It is easy to create
see the tests for splitter in fwh/samples I inited from here |
how can be done in FWH? | And what about Titles (Ultimos documentos...)?
thnaks! |
how can be done in FWH? | Sorry I saw the my test
I use our classes not published also, P a c o classes, and other not mine...
I cannot send d you it sorry, but I saw it can be create easy perhaps use only tpanel and wndscroll class
and remember I saw there are 5 splitters on this test : two verticals and 3 Horizzontal splitters |
how can be done in FWH? | Silvio,
You can comment out Paco Canalfive classes. Also, FW has a wonderful Outlook 2003 class, so not need to use 3rd party classes.
THANKS <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
how can be done in FWH? | ok but you tried to create something with outlook2003 class ?
On my application It created often a gpf |
how can do get spinner work? | Hi,
myvar1:=date(),myvar2:=2
redefine get myvar1 id 101 of odlg spinner
redefine get myvar2 id 102 of odlg spinner
spinner not work
fwh1104 harbour2.1
TKS!
Shuming Wang |
how can do get spinner work? | Please explain better
Marco |
how can do get spinner work? | in rc , id 101,102 all with vscrollbar .
in exe , id 101, you mouse press up arrow either down arrow,not change 2011.05.04 -->2011.05.05 ,2011.05.03
id 102 , then ,fixed to 2, not 3 , 1
Shuming Wang |
how can do get spinner work? | tget class:
1.METHOD Spinner( bUp, bDown, bMin, bMax ) CLASS TGet
::oVScroll:bGoUp := {|| If( GetFocus() != ::hWnd, ::SetFocus(),),;
Eval( bUp ),::refresh() }
::oVScroll:bGoDown := {|| If( GetFocus() != ::hWnd, ::SetFocus(),),;
Eval( bDown ),::refresh() ... |
how can i check if Method/Property exist ? | there is the harbour one: [url=https://harbour.github.io/doc/harbour.html#__objhasmethod:1bo8pneo]__objHasMethod[/url:1bo8pneo] |
how can i check if Method/Property exist ? | hi,
is there a Function IsMethod() and IsProperty() under Fivewin <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
i want to check if Method/Property exist |
how can i check if Method/Property exist ? | hi,
[quote="AntoninoP":3qhwwlmu]there is the harbour one: [url=https://harbour.github.io/doc/harbour.html#__objhasmethod:3qhwwlmu]__objHasMethod[/url:3qhwwlmu][/quote:3qhwwlmu]
oh, Yes
i have seen it in OOHG
do i have to include OOHG Modul or is it include in FiveWin <!-- s:?: --><img src="{SMILIES_PA... |
how can i check if Method/Property exist ? | Maybe some info here : (Method insite the program codes )
<!-- l --><a class="postlink-local" href="https://forums.fivetechsupport.com/viewtopic.php?f=3&t=35592">viewtopic.php?f=3&t=35592</a><!-- l -->
<!-- l --><a class="postlink-local" href="https://forums.fivetechsupport.com/viewtopic.php?f=3&t=35999">viewtopic.php... |
how can i check if Method/Property exist ? | Jimmy, It works
If I put this code, It works without any rest code, so it is included
[code=fw:1wfp7q65]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">if</span> __ObjHasMethod<span style="color: #000000;">(</span> oBrw<span style="color: #000000;">[</span><spa... |
how can i check if Method/Property exist ? | hi Marc,
thx for Info, i will try it |
how change size of close button of dialog | Hi
i have to change the size of close button (x) of a dialog
is possible ?
thanks |
how change size of close button of dialog | [quote="vensanto":24aj2v48]Hi
i have to change the size of close button (x) of a dialog
is possible ?
thanks[/quote:24aj2v48]
I don't think it's possible. At least it wouldn't be easy.
EMG |
how change size of close button of dialog | Maybe it´s possible with skins. See samples\skin1.prg |
how change size of close button of dialog | Creating Your own dialog-title-style, it is possible, to use
different image-sizes. As well You can add a logo-image on the lefthandside.
using a title-text with shadow, different title-brushes, adding any images with action and more...
[img:1zwb434q]http://www.pflegeplus.com/pictures/Dlgexit1.jpg[/im... |
how change size of close button of dialog | have a look at :
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=28178">viewtopic.php?f=3&t=28178</a><!-- l -->
best regards
Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> |
how create error.log in FWH | how create error.log in FWH
apps in xharbour without FWH
PROCEDURE Main
? a
RETURN
if I run apps /compiling without FWH/ I got error.log
----------------------------- xHarbour Error Log ------------------------------
Date...............: 12/14/16
Time...............: 17:31:26
Application name...: S:\sample... |
how create error.log in FWH | Kajot,
Testing your example I get this:
[img:dz9lmbyi]https://bitbucket.org/fivetech/screenshots/downloads/kajot_error.JPG[/img:dz9lmbyi]
Are you using FWH standard error system or do you use a modified errorsys.prg ? |
how create error.log in FWH | I am using xHarbour.com. |
how create error.log in FWH | I am using standard |
how create error.log in FWH | Much better <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
With standard xHarbour it properly errors too |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.