Search found 45 matches: rigth

Return to advanced search

Re: FolderEx + TTitle + RTF: TTitle and RTF not working

Unfortunately, it didn't work when I tried it Antonio. Dear Hua, This is the rigth way to do it:        ACTIVATE DIALOG ::oDlg CENTERED ON INIT ( o:hoTitles[ "edu_1" ]:AddText( 15, 20, "First",,,,, oFont3 ), .T. )  Dear ...
by Antonio Linares
Tue Oct 11, 2022 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx + TTitle + RTF: TTitle and RTF not working
Replies: 8
Views: 685

Re: FolderEx + TTitle + RTF: TTitle and RTF not working

Unfortunately, it didn't work when I tried it Antonio.

Antonio Linares wrote:Dear Hua,

This is the rigth way to do it:
Code: Select all  Expand view

       ACTIVATE DIALOG ::oDlg CENTERED ON INIT ( o:hoTitles[ "edu_1" ]:AddText( 15, 20, "First",,,,, oFont3 ), .T. )
 
by hua
Mon Oct 10, 2022 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx + TTitle + RTF: TTitle and RTF not working
Replies: 8
Views: 685

Re: FolderEx + TTitle + RTF: TTitle and RTF not working

Dear Hua, This is the rigth way to do it: #include "fivewin.CH"#include "ttitle.ch"#include "RichEdit.ch"procedure main()  hr():activate()return//----------------------------------------------------------------------class ...
by Antonio Linares
Thu Oct 06, 2022 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx + TTitle + RTF: TTitle and RTF not working
Replies: 8
Views: 685

Re: HRB give a empty page

... fullaccess rights to the folder? D:\inetpub\www\modharbour\samples Best regards, Otto Yes, I double checked all the params I could, including rigth access. In all case, I think this was solved by mklink folder, but I have other prg wich run nicelely as prg, but give just blanck page as HRB. ...
by jfl@mafact.com
Mon Sep 20, 2021 2:43 pm
 
Forum: mod_harbour
Topic: SOLVED : HRB give a empty page
Replies: 28
Views: 2230

Re: Strange error Modharbour and IIS

... copyed the latest files as you wrote, but I always reveiv the same message. Same result with IIS 10 on windows server 2019. I even gived the full rigth to IIS_IUSRS on c:\windows\tmp, but with the same result. The file size, date and time is exactly those from libharbour.dll 03-06-20 09:46 6.392 ...
by jfl@mafact.com
Sun Jun 21, 2020 9:40 am
 
Forum: mod_harbour
Topic: Strange error Modharbour and IIS
Replies: 7
Views: 961

Re: Recursos desde modulo .hrb

vilian wrote:Those dialogs that are simpler, I write them in the code/prg. Those dialogs complexer I keep them i .RES file.
I don't use RC files.


All rigth

I guess in this case, you don't need to recompile the .hrb ?
by Compuin
Thu Jul 18, 2019 8:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recursos desde modulo .hrb
Replies: 11
Views: 1059

Re: Informative Screen

Nages...

Thanks a lot... you are a genius... jaajajajaa

Gonna try it rigth now,

From Chile Adolfo
by Adolfo
Fri Jan 18, 2019 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Informative Screen
Replies: 8
Views: 1815

Re: Problema menu con MenuBegin()

... there nothing you gain by using translated functions directly, but on the other hand, you will get compatibility issues in future versions. You're rigth Mr. Rao I came back from a old menu with this function which is not possible to upgrade directly with FWH17. I need to make some changes to bring ...
by Compuin
Mon Nov 05, 2018 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema menu con MenuBegin()
Replies: 21
Views: 2822

Re: relacionar dos tablas.

... en b debe haber una fila de datos en a. por que dbf en algunas ocaciones no es asi. para esos casos en sql deberas usar outer join, left join, rigth join. salu2 carlos vargas
by carlos vargas
Wed Oct 11, 2017 5:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: relacionar dos tablas.
Replies: 6
Views: 1217

Re: Mejoras para scintilla

Remove annotations

Menu Margin ( Rigth button mouse in first margin )

Image
by cnavarro
Tue Dec 06, 2016 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839191

Re: Introducing FiveTech's fivedit

Remove annotations

Menu Margin ( Rigth button mouse in first margin )

Image
by cnavarro
Tue Dec 06, 2016 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107178

For Each use...

... Tdolphin which contains a number of rows. Sometimes as many as 15000 rows, I have to transform it to an array to do some operations on the data. Rigth now I'm doing this. Local xArr:={} Local xDb:=tDolphinQry():New("select f1, f2, f3 from xTable", oSvr) Local x:=0 For x=1 to xDb:nRecCount ...
by Adolfo
Mon Aug 08, 2016 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Each use...
Replies: 5
Views: 743

Re: FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)

...                 >> msvc.tmp There was not any problem before. I dont remember that we changed it for msvc 2013. You are rigth for msvc 2015.
by Horizon
Sat May 28, 2016 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 & MSVC 2013 - 32 Bit (SOLVED)
Replies: 22
Views: 5585

Re: http://www.qtforum.org

... oGet:setMaxLength(4) Capacidad maxima de datos oGet:setInputMask("0.00") // Solo Acepta Numero oGet:setAlignment(2) // Alineación RIGTH oGet:setAlignment(4) // Centrado oGet:setFixedSize(300, 20) // Cambiar Tamaño del Control oGet:setDisabled(.F.) // condicional (Activo o Inactivo) ...
by jnavas
Mon Apr 06, 2015 11:57 pm
 
Forum: FiveTouch
Topic: http://www.qtforum.org
Replies: 3
Views: 1365

Re: http://www.qtforum.org

... oGet:setMaxLength(4) Capacidad maxima de datos oGet:setInputMask("0.00") // Solo Acepta Numero oGet:setAlignment(2) // Alineación RIGTH oGet:setAlignment(4) // Centrado oGet:setFixedSize(300, 20) // Cambiar Tamaño del Control oGet:setDisabled(.F.) // condicional (Activo o Inactivo) ...
by jnavas
Sat Apr 04, 2015 8:28 am
 
Forum: FiveTouch
Topic: http://www.qtforum.org
Replies: 3
Views: 1365
Next

Return to advanced search