Search found 18 matches: ctext1

Return to advanced search

Re: Multiline Edit : Insert always on.

... mode. The normal get works. Works only on a normal get READINSERT( .F. ) I tested FGET where overwrite works REDEFINE FORMAT GET oGet[4] VAR cText1 ID 210 OF oFld:aDialogs[ 1 ] UPDATE FONT oFontSys http://www.pflegeplus.com/IMAGES/Overwrite1.jpg regards Uwe :?:
by ukoenig
Mon Jul 29, 2019 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Edit : Insert always on.
Replies: 9
Views: 1141

Re: Webservices

... Documento JSON","Intente Nuevamente") return .t. END response:=ohttp:responseText Memowrit( 'SendVentasCli_Res.json',Response) Ctext1:=MEMOREAD("SendVentasCli_Res.json") ?ctext1 // ver respuesta del servidor .
by Dioni
Wed Jun 01, 2016 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservices
Replies: 8
Views: 5141

Re: Print-preview with different results ?

... for the infos. Tomorrow I will send the compiled sample ( from Mr. Rao ) to my customer. Let's see what happens. I still added a forced linefeed cText1 := "AAAAAAAAAAAAAAAAAAAAA" + CRLF ; + "BBBBBBBBBBBBBBBBBBBBBBBB" + CRLF ; + "CCCCCCCCCCCCCCCCCCCCCCCCCC" TEXT INTO ...
by ukoenig
Mon May 30, 2016 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print-preview with different results ?
Replies: 10
Views: 3114

Re: Webservices

... Enviar Documento XML","Intente Nuevamente") return .t. END response:=ohttp:responseText Memowrit( 'SendVentasCli_Res.xml',Response) Ctext1:=MEMOREAD("SendVentasCli_Res.xml") ?ctext1 Retu .t. contenido de del archivo... ******************************************* dioni.json ...
by Dioni
Sat May 28, 2016 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservices
Replies: 8
Views: 5141

Problem TfolderEx with SAY from resource

... a background-color. From CODE it works http://www.pflegeplus.com/IMAGES/FldSay1.jpg FUNCTION F_PAGE2( oFld1 ) LOCAL oSay1, oGet1, cText1 := "Testing GET-colors" LOCAL cText2 := "Testing SAY - background-color" @ 30, 20 GET oGet1 VAR cText1 SIZE 120, 15 OF oFld1:aDialogs[ ...
by ukoenig
Thu May 28, 2015 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TfolderEx with SAY from resource
Replies: 1
Views: 436

Re: The numeric ocurrence of the token inside string

Avista, cText1 := "this is a sample text"cText2 := "this  is  a  sample  text" MsgInfo( AScan( hb_ATokens( cText1, " " ), { | cToken | cToken == "sample" } ) ) -> Return 4 MsgInfo( AScan( ...
by StefanHaupt
Thu Feb 16, 2012 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The numeric ocurrence of the token inside string
Replies: 12
Views: 2540

Re: The numeric ocurrence of the token inside string

Hi Antonio, function hb_ATokens dont work good. It return good value just in case if there is ONLY one space between all tokens Example: cText1 := "this is a sample text"cText2 := "this  is  a  sample  text" MsgInfo( AScan( hb_ATokens( cText1, " ...
by avista
Wed Feb 15, 2012 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The numeric ocurrence of the token inside string
Replies: 12
Views: 2540

Re: font on disabled combo

... like a bold font. Thanks in advance. #include "FiveWin.ch" function Main() local oDlg, oCbx,oCbx1 local cText := " " local cText1 := "TWO" DEFINE DIALOG oDlg FROM 10, 10 TO 20, 50 ; TITLE "DropDown ComboBox Test" @ 0.5, 1 COMBOBOX oCbx VAR cText STYLE ...
by Wanderson
Sun Nov 20, 2011 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: font on disabled combo
Replies: 9
Views: 1740

Re: Antonio, CENTER for msg...

... Hight oFont1, ; // Font Headline oFont2, ; // Font Text .T., ; // Message centered nTextT, ; // Text-Top nTextL, ; // Text-Left cTitle, ; // Title cText1, ; // Text 1 cText2, ; // Text 2 cText3, ; // Text 3 cText4, ; // Text 4 cText5, ; // Text 5 nTColorF, ; // 1. Gradient-color nTColorB, ; // ...
by ukoenig
Wed Jul 06, 2011 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio, CENTER for msg...
Replies: 2
Views: 603

New Arrangement of MSGWAIT- ALERT- and YESNO-function

... + cFileExt( cImgname ) , ; 3000, 8388608, 10, 50, 50 ) ) Function : MSG_INFO( ; oBrush, ; // Brush oFont, ; // Font cTitle, ; // MsgTitle cText1, ; // MsgText 1 cText2, ; // MsgText 2 cText3, ; // MsgText 3 nIntervall, ; // Timer nTxtColor, ; // Textcolor nSpace, ; // Space between Text ...
by ukoenig
Wed Apr 27, 2011 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Arrangement of MSGWAIT- ALERT- and YESNO-function
Replies: 8
Views: 3667

Re: Is there a way to set oSays to transparent universally?

... it easy for You. DEFINE DIALOG oDlg5 RESOURCE "TXTTEST2" TITLE "Text-Test" ; FONT oProgFont TRANSPARENT REDEFINE SAY oSAY1 VAR cText1 ID 110 OF oDlg5 COLOR T_COLOR FONT oTextFont // oSAY1:lTransparent := .T. I still added another Say-test for the next GradientTool-Update. Image- ...
by ukoenig
Tue Sep 08, 2009 11:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there a way to set oSays to transparent universally?
Replies: 16
Views: 2126

Re: Gradient-Tool Version 2.0 (FWH 9.08) UPDATE-DOWNLD.

... Start-Colors are better now. Download ( 2.0b ) : http://www.pflegeplus.com/fw_downloads/GrdTool1.zip I noticed, a normal : REDEFINE SAY oSAY1 VAR cText1 ID 110 OF oDlg5 COLOR T_COLOR, T_COLOR2 FONT oTextFont doesn't work with Dialog TRANSPARENT In case You still find something, just let me now. ...
by ukoenig
Sun Sep 06, 2009 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gradient-Tool Version 2.0 (FWH 9.08) UPDATE-DOWNLD.
Replies: 15
Views: 3963

Re: Best way to print Invoice ?

... ;         cPreis, ;         cWert, ;         cRabatt }enddo  Here democode for the footer:   //Print order footer               cText1 := "Fortsetzung Seite: " + ALLTRIM(str(nSeite))               cText2 := "Zwischensumme " +  ALLTRIM(transform( ...
by Otto
Tue May 19, 2009 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best way to print Invoice ?
Replies: 36
Views: 8828

Re: Creating a LIB or DLL

Dave,

You missed two "*" here:

HB_EXPORT char * PASCAL _export HBDLLSTRING4( char * cProcName, char * cText1, char * cText2 )
by Antonio Linares
Thu Apr 09, 2009 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34844

Re: Creating a LIB or DLL

Dave,

Have you declared HBDLLENTRY3() this way ?

DLL FUNCTION HBDLLENTRY3( cProc AS LPSTR, cText1 AS LPSTR, cText2 AS LPSTR ) AS LPSTR PASCAL LIB "dll2test.dll"
by Antonio Linares
Thu Apr 09, 2009 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 34844
Next

Return to advanced search

cron