Search found 96 matches: hints

Return to advanced search

Re: pop up Outlook send email window

I always get an error here:

oMail:Recipients:Add( "test@test.com" )

but

oMail:Subject = "test"

works fine

Any hints ? thanks :-)
by Antonio Linares
Sat Dec 13, 2014 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: pop up Outlook send email window
Replies: 17
Views: 4844

SynWrite

... - uncheck "Foxpro" item. How to configurate compiler calling is described in Help, topic "External tools", here are just some hints. In my projects I use hbmk2 and .hbm file with the same name as the main file of a project, so in the field "File name" put hbmk2.exe ...
by Baxajaun
Sun Aug 31, 2014 8:19 pm
 
Forum: Utilities / Utilidades
Topic: SynWrite
Replies: 0
Views: 462

Re: xBrowse - Editar celda por codigo

Mr MarioG I am not sure if I understood your requirement. But this sample of Invoice might give some hints on calculations in Xbrowse. Mr. Rao, I'm very pleased with your sample; but is not my problem. Mr. Lerda, given me the correct solution. I needed FASTEDIT!. Mr. Rao, ...
by MarioG
Wed Oct 23, 2013 10:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Editar celda por codigo (SOLUCIONADO)
Replies: 9
Views: 1910

Re: xBrowse - Editar celda por codigo

Mr MarioG I am not sure if I understood your requirement. But this sample of Invoice might give some hints on calculations in Xbrowse. Please compile and run the program as it is #include "FiveWin.Ch"#include "xbrowse.ch"function Invoice()   local ...
by nageswaragunupudi
Wed Oct 23, 2013 3:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Editar celda por codigo (SOLUCIONADO)
Replies: 9
Views: 1910

SetDlgGradient and text not transparent

... text fields are not always transparent .. here is the code that supports the picture .. specifically notice the 'active' text not transparent and hints throughout all the text that they are not transparent. Rick Lipkin DarkGreyGrad()......   REDEFINE GROUP oGrp1 ID 200 OF oGrps        ...
by Rick Lipkin
Tue Oct 08, 2013 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient and text not transparent
Replies: 11
Views: 4001

From Fivewin program I have to print a Pdf

... a two pages Pdf file directly from a Fivewin application. In Duplex mode This little program does not work It print but not in duplex mode Any Hints? #include "fivewin.ch"FUNCTION MAIN()SETPRINTDEFAULT( "MYPRINTER")PRNDUPLEX()shellexecute( "0 ...
by MarcoBoschi
Wed Sep 04, 2013 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: From Fivewin program I have to print a Pdf
Replies: 3
Views: 717

From Fivewin program I have to print a Pdf

... a two pages Pdf file directly from a Fivewin application. In Duplex mode This little program does not work It prints but not in duplex mode Any Hints? #include "fivewin.ch"FUNCTION MAIN()SETPRINTDEFAULT( "MYPRINTER")PRNDUPLEX()shellexecute( "0 ...
by MarcoBoschi
Wed Sep 04, 2013 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: From Fivewin program I have to print a Pdf
Replies: 0
Views: 257

Re: New XBROWSE

Nice to see your posting right at the moment when I am considering to work on this feature. If you worked on this feature and can give any more hints, I welcome.
by nageswaragunupudi
Tue Jul 30, 2013 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New XBROWSE
Replies: 4
Views: 1359

Re: DRAW A TEXT ON A BITMAP

... question: Would it be easier to put text on the bottom of the image? I've seen your example below there are pictures and text in another cell. Any hints on this issue? A main panel pictures, as they are fixed, I can put up with titles IconLover pictures but no side panel, because they are created ...
by cnavarro
Wed Jul 03, 2013 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DRAW A TEXT ON A BITMAP
Replies: 35
Views: 9185

Re: Fiveweb - xbrowse

...  @ 355, 10 BUTTON oBtn PROMPT "OK"  SIZE 110, 40 OF oDlg   ACTIVATE DIALOG oDlg   CLOSE ALLreturn nil Any other hints ?
by StefanHaupt
Tue Jun 11, 2013 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fiveweb - xbrowse
Replies: 2
Views: 652

Re: xbrowse+ADO NO REFRESCA EL BROWSE

Hints for browsing Parent and Child tables with XBrowse using ADO. It is not necessary to close and reopen record set every time the row in parent table changes. It is easier to open full child table and keep changing oRsChild:Filter. ...
by nageswaragunupudi
Thu May 30, 2013 2:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse+ADO NO REFRESCA EL BROWSE
Replies: 10
Views: 2292

Re: FiveDBU with ADO support

Marc,

Many thanks for your files. I have installed the SQLite ODBC driver on Windows 8 64 bits, and when I try to connect from FiveDBU I get this:

Image

Any hints ?
by Antonio Linares
Mon May 06, 2013 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU with ADO support
Replies: 51
Views: 9185

Re: ASort() error

thanks for all hints, finally I found it I had a wrong #translate direction in my code. Because harbour does not support the new bit operators (bit or: <x> | <y> ) I tried to simulate it with #translate <x> | <y> ...
by StefanHaupt
Fri Mar 08, 2013 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASort() error
Replies: 4
Views: 652

Re: ComboBox

... or ::SetSel() don't work from within the method. Called externally, they are fine. I have done lots of tests. I have search the web for some hints, but found nothing yet. In the menatime I have asked Rafa Carmona for a hint as he is used to GTK+ also :-)
by Antonio Linares
Mon Feb 18, 2013 1:50 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: ComboBox
Replies: 12
Views: 4378

Browse Ftp files

... := ADel (aFiles,1,.t.)  // remove ..               ? Len (aFiles), aFiles [1,1]  // works correct       xBrowser aF Any hints ?
by StefanHaupt
Fri Nov 30, 2012 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Ftp files
Replies: 3
Views: 916
PreviousNext

Return to advanced search