Search found 28 matches: csay

Return to advanced search

Unattended creation of .pdf . resolution problem -- RESOLVED

... logic for creating an un-attended .pdf that creates a Travel Request ... I pass the value of 3 to ReqPrint1 .... Func _ReqPrint1( nView,oDlg,oSay,cSay,oRsTrav ) .. see attached .Txt .. The values of the code are irrelevant .. Attached file TSHIREY2.pdf is the CORRECT resolution ( notice the difference ...
by Rick Lipkin
Thu Sep 16, 2021 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unattended creation of .pdf . resolution problem -- RESOLVED
Replies: 9
Views: 1290

Re: New FTDN February/Febrero 2021 (FWH 21.02)

... ) --> cPrevCase - Mejora en los comandos SAY/GET. Nueva subclaúsula WIDTH <nSayWidth> en la claúsula SAY <cSay>. Ejemplo: @ nRow, nCol SAY cSay PICTURE "@!" WIDTH 100 GET oGet ... * XImage.prg: - Método Save( lAsViewed, cFile, nQuality ), cuando ...
by Antonio Linares
Mon Apr 05, 2021 6:43 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1463

New FTDN February/Febrero 2021 (FWH 21.02)

... "UPPER/LOWER/PROPER" ) --> cPrevCase - Enhancement in SAY/GET command. New subclause WIDTH <nSayWidth> in clause SAY <cSay> Eg: @ nRow, nCol SAY cSay PICTURE "@!" WIDTH 100 GET oGet ... * XImage.prg: - method Save( lAsViewed, cFile, nQuality ), when lAsViewed ...
by Antonio Linares
Wed Mar 24, 2021 8:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1463

Re: Import Chinese Characters from XLS

... -4160 # DEFINE xlVAlignCenter -4108 # DEFINE xlVAlignJustify -4130 REQUEST DBFCDX REQUEST DBFFPT function Main() local oSay , ; oSay2 , ; cSay := "" , ; cSay2 := '' , ; oFont , ; oMenu , ; oIcon IF PCOUNT()<1 cDebug := "" ENDIF // Init... lAds := .F. Pbuild := "20190205-1634" ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 949

Listbox strange problem

... oWnd , ; oFont, oFont2, oFont3, oMenu , ; oLbx , ; nSysW := GetSysMetrics(0) , ; nSysH := GetSysMetrics(1) , ; nLbxW := 600 , ; nLbxH := 430 , ; cSay := "Search for Booking by" , ; oIcon , ; cSearch := "" , ; cSearchK := SPACE(40) , ; aSearch := {} , ; aGet[03] , ; cLb1 := ...
by cdmmaui
Wed May 23, 2018 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox strange problem
Replies: 2
Views: 728

RBBTN ON FOLDEREX NOT RUN OK

http://img80.imageshack.us/img80/5360/errq.png @ 5, 4 FOLDEREX oFld ITEMS cSay_FLD1,; cSay_FLD2,; cSay_FLD3,; cSay_FLD4,; cSay_FLD5,; cSay_FLD6,; cSay_FLD7,; cSay_FLD8,; cSay_FLD9; BITMAPS aBitmaps; OF oDlg SIZE 210, 185 PIXEL ADJUST ANIMATE SPEED 50 @ 3,5 LISTBOX oLbx4 VAR cVar ITE...
by MdaSolution
Wed Dec 01, 2010 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RBBTN ON FOLDEREX NOT RUN OK
Replies: 0
Views: 345

Radio

... Is there a solution? Thanks Marco #include "fivewin.ch" FUNCTION MAIN LOCAL oDlg LOCAL oRadio , nRadio := -1 LOCAL oButton LOCAL oSay, cSay := STR(nRadio,3) DEFINE DIALOG oDlg @ 2 , 10 BUTTON oButton ; ACTION ( nRadio := -1 , ; oRadio:Refresh() , ; cSay := STR(nRadio,4) ) @ 1 , 1 RADIO ...
by MarcoBoschi
Wed Apr 07, 2010 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Radio
Replies: 7
Views: 1039

Re: Want to create a dash board with dials on it.

Do you trying with

oMeter := TPieMeter():New( nTotal, cSay, oWnd, @lEnd )

CLASS TPieMeter
....
by Silvio
Sat Jan 16, 2010 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Want to create a dash board with dials on it.
Replies: 14
Views: 3063

Re: Como puedo hacer esto :

Jose, Modifica asi tu codigo FUNC AUDIOMETRO() LOCAL oDlg,oSAY,oFontBIG,oBtn,lStop:=.F. LOCAL T:=0 LOCAL cSAY DEFINE FONT oFontBIG NAME "Arial" SIZE 0,-50 DEFINE DIALOG oDlg RESOURCE "AUDIOMETRO" REDEFINE SBUTTON oBtn ID 110 OF oDlg RESOURCE "X_ALTO" ...
by Lautaro
Thu Nov 19, 2009 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como puedo hacer esto :
Replies: 7
Views: 1113

Impresión con TDosPrn

... STATIC FUNCTION VerCli() LOCAL oDlg, obAce, oIco LOCAL cNomCli := SPACE(25) LOCAL oGet LOCAL cSay := "Nombre" DEFINE DIALOG oDlg TITLE "Buscar cliente" RESOURCE "Buscar" OF oDlg REDEFINE ICON oIco ID 101 OF oDlg ...
by juan_arroyo_t
Sat Nov 07, 2009 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresión con TDosPrn
Replies: 4
Views: 1267

Re: Problema GPF

... Function C_callb local oDlg local oLbx, oFont, oSay local n local oRs, cSay Tipo:="" If lIsDir(Pr_cDrv) = .f. SettaIni() Setcurdrive(substr(Pr_cDrv,1,1)) if lIsDir(Pr_cDrv) = .f. Msgstop('Cartella "DATI" ...
by ik1mtt
Sat Feb 07, 2009 6:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema GPF
Replies: 10
Views: 1926

... oBtn2 PROMPT "Close" SIZE 40,12 ACTION { CloseDbf("All"), oDlg:End() } @04,01 SAY oSay1 VAR cSay2 OF oDlg @05,01 SAY oSay2 VAR cSay2 OF oDLg ACTIVATE DIALOG oDlg CENTERED Than, in your DO WHIL Eloop, you can set cSay to what you want to show ...
by Patrick Mast
Fri Sep 05, 2008 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Progress Bar reaches end at 33%
Replies: 19
Views: 4378

... FILENAME oApp:iLogo DEFINE WINDOW oWnd MDI ....................................... //-------------------------------- Function AvisoConexion(cSay, nAva, cTitle) local oDlgAv, oSay, oEka, oMySQL local oPMeter, vPMeter, oFont DEFAULT cTitle := "" vPMeter := nAva cTitle := IF(EMPTy(cTitle),"SVITE...", ...
by Willi Quintana
Tue Aug 19, 2008 2:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Monitorear/Visualizar arranque de la aplicacion ( How to )
Replies: 11
Views: 2171

... oDlg ; FROM 5, 8 to 10, 75 ; TITLE "Please be patient " ; //+cSQL ; <--- here COLOR "N/W" ; STYLE nOr( WS_POPUP,WS_CAPTION,WS_THICKFRAME ) cSAY := "Opening Initial PROJECT Data Recordset" @ 1,13 SAY oSay var cSAY of oDLG COLOR "N/W" oDLG:bStart := { | | lOK1 := _OpenUm(oDlg, cSQL, oWNDMDI, ...
by Rick Lipkin
Wed Aug 06, 2008 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Sql Query limitations ??
Replies: 1
Views: 740

TestSmtp

... USA //------------------------------- IF xLOGIN = "UNKNOWN" yLOGIN := WNetGetUser() // FiveWin function yLOGIN := UPPER( yLOGIN ) oSAY := NIL cSAY := NIL cWELCOME := "WELCOME to the PMO Strategic Projects Vital Signs" cSAY := "The System could not resolve your UserID " cSAY1 := yLOGIN cSAY2 ...
by Rick Lipkin
Tue Jul 08, 2008 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestSmtp
Replies: 6
Views: 1612
Next

Return to advanced search