Search found 6 matches
- Wed Mar 17, 2021 8:40 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Envio Teclas a un Get
- Replies: 21
- Views: 7788
Re: Envio Teclas a un Get
programmatically how to fire mouse button click in windows os via fivewin
- Fri Nov 06, 2020 12:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: get read only
Pls try this.
#include "fivewin.ch"function Main() local oDlg local aFormati :={ "A4","Personalizzato"} local nLarghezza := 21 local nALtezza := 29.7 local cFormato :="A4" local lOrizontale := .f. local aGet[ 4 ] DEFINE DIALOG oDlg SIZE 400,200 PIXEL @ 8, 5 Say "Tipo ...
#include "fivewin.ch"function Main() local oDlg local aFormati :={ "A4","Personalizzato"} local nLarghezza := 21 local nALtezza := 29.7 local cFormato :="A4" local lOrizontale := .f. local aGet[ 4 ] DEFINE DIALOG oDlg SIZE 400,200 PIXEL @ 8, 5 Say "Tipo ...
- Fri Nov 10, 2017 5:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowses color
- Replies: 9
- Views: 2317
Re: xbrowses color
Are you looking like this,
http://i66.tinypic.com/zvtnxt.png
#Include "FiveWin.ch"*-----------------------------------------*Function Main()*-----------------------------------------*Local oWnd,oBrwLocal aArry:={{"Pizza Caprese","PIZCA","P"},; {"Più ...
http://i66.tinypic.com/zvtnxt.png
#Include "FiveWin.ch"*-----------------------------------------*Function Main()*-----------------------------------------*Local oWnd,oBrwLocal aArry:={{"Pizza Caprese","PIZCA","P"},; {"Più ...
- Sat Nov 04, 2017 5:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XIMAGE ERROR
- Replies: 5
- Views: 856
Re: XIMAGE ERROR
Try This,
#include "fivewin.ch"Function TestshowImg()Local oCattura,oImageCroppedLocal cImgFileCropped:= "D:\fwh\bitmaps\fivetech.bmp"DEFINE DIALOG oCattura SIZE 400,400 PIXEL@ 40, 60 XIMAGE oImageCropped SIZE 80, 80 OF oCattura PIXEL NOBORDERACTIVATE DIALOG oCattura CENTERED ;ON INIT ( ...
#include "fivewin.ch"Function TestshowImg()Local oCattura,oImageCroppedLocal cImgFileCropped:= "D:\fwh\bitmaps\fivetech.bmp"DEFINE DIALOG oCattura SIZE 400,400 PIXEL@ 40, 60 XIMAGE oImageCropped SIZE 80, 80 OF oCattura PIXEL NOBORDERACTIVATE DIALOG oCattura CENTERED ;ON INIT ( ...
- Mon Oct 30, 2017 11:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ShellExecute() set as wait run
- Replies: 9
- Views: 2088
Re: ShellExecute() set as wait run
Try this,
Code: Select all | Expand
MsgWait("Mysql database backup","Backup",Winexec( "c:\mysql\mysqldump --host 192.168.1.200 -u root -p -C mydatabase>d:\back\mysqldatebas0001"))
- Thu Oct 26, 2017 4:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TTIME CONTROL
- Replies: 3
- Views: 777
Re: TTIME CONTROL
Try This
http://i68.tinypic.com/33cp72v.png
#include "FiveWin.ch"#include "dtpicker.ch"Function Main()Local oDlg,oGet,oGet1,tTime:=Time()Local tTimeTwo:="12:30:00" DEFINE DIALOG oDlg FROM 2, 2 TO 10, 50 @ 10, 65 TMPicker oGet VAR tTime OF oDlg PIXEL SIZE 50,10 ...
http://i68.tinypic.com/33cp72v.png
#include "FiveWin.ch"#include "dtpicker.ch"Function Main()Local oDlg,oGet,oGet1,tTime:=Time()Local tTimeTwo:="12:30:00" DEFINE DIALOG oDlg FROM 2, 2 TO 10, 50 @ 10, 65 TMPicker oGet VAR tTime OF oDlg PIXEL SIZE 50,10 ...