Search found 780 matches: contained

Return to advanced search

Re: Display web content without activex

Darrell,

You could look for a small web browser (self contained exe) and open it as a child window of your app

thats the only idea I can think about
by Antonio Linares
Mon May 29, 2017 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display web content without activex
Replies: 5
Views: 872

Re: Google Cloud Platform

... from the billing department of their Bloomington, Indiana headquarters. The laptop was protected by a password, but it was not encrypted and contained sensitive data pertaining to more than 200,000 patients. Most victims affected had their names, dates of birth, and other basic information ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4857

Re: RichType Print

Enrico Here is the self contained example I sent Cristobal .. for some reason, the program did not create the ms access file for Cristobal .. let me know if you have any problems: // RichText#Include "FiveWin.ch"#include "RichEdi5.ch"//-------------------------------Func ...
by Rick Lipkin
Thu May 11, 2017 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichType Print
Replies: 25
Views: 4921

Re: RichType Print

Cristabol

Let me put together a self contained example using Ms Access .. I will send it to your private e-mail.

Rick Lipkin
by Rick Lipkin
Thu May 11, 2017 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichType Print
Replies: 25
Views: 4921

Re: FWHMARIADB Samples

... and using embedded server we provide a readily built application for testing and learning. If you consider it useful you may follow the guidelines contained in the above post for creating embedded server applications. Sample Code: #include "fivewin.ch"REQUEST DBFCDXfunction Main()  ...
by nageswaragunupudi
Thu Apr 20, 2017 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 22691

Re: clipdefs.h 80: Multiple declaration for 'WORD'

... (or visit the web site http://www.gnu.org/). * * As a special exception, the Harbour Project gives permission for * additional uses of the text contained in its release of Harbour. * * The exception is that, if you link the Harbour libraries with other * files to produce an executable, this ...
by Compuin
Fri Apr 14, 2017 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clipdefs.h 80: Multiple declaration for 'WORD'
Replies: 9
Views: 2254

Re: Radio and GTF problem

... A bPainted-call of the parent-window?? Surely it is related to the focus. Those functions change the focus Could you provide a small and self contained example PRG to reproduce it ? many thanks
by Antonio Linares
Fri Apr 07, 2017 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Radio and GTF problem
Replies: 12
Views: 2190

Re: INeed to read an xml that contains some strange char

... string. <cString> This is the character string to process. Return The function removes all characters from <cString> except those contained in <cRemaining> and returns the result. So in this case you could simply say: cText := CharOnly( [ABCDEFGHJKLMNOPQRSTVWXYZ0123456789-abcdefghijklmnopqrstvwxyz], ...
by reinaldocrespo
Wed Apr 05, 2017 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INeed to read an xml that contains some strange char
Replies: 7
Views: 1254

3rd party c wrapper functions for harbour

... to access their functions I've written .c wrappers. Currently my sample app GPFs. Can someone help with harbour's vm .c interface? Here is my self-contained reduced sample code: //request hb_gt_win   //needed for console mode app.#define TOCRJOBTYPE_TIFFFILE 0      // TOCRJOBINFO.InputFile specifies ...
by reinaldocrespo
Sat Mar 25, 2017 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 8084

Re: no modal dialog

Can you show a reduced and self-contained sample of the problem, please?

EMG
by Enrico Maria Giordano
Fri Mar 17, 2017 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: no modal dialog
Replies: 3
Views: 438

Re: Proposal .. 'just not xBase any more'

... from the billing department of their Bloomington, Indiana headquarters. The laptop was protected by a password, but it was not encrypted and contained sensitive data pertaining to more than 200,000 patients. Most victims affected had their names, dates of birth, and other basic information ...
by Rick Lipkin
Wed Mar 08, 2017 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 6014

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... any clipboard content to the contents (vector images) of the emf files. What FWSavePreviewToPDF() function does is : step1: convert vector images contained in emf files as raster image in jpeg format step2: create blank pdf page and embed the jpeg image into the pdf page step3: save the pdf file
by nageswaragunupudi
Fri Feb 24, 2017 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6746

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... to emf files. The emf files contain vector images of the output to be printed. One emf file per page. Preview class just displays the images contained in the emf files and prints them on printer when required. Obviously, the preview class deals with images only and does not know anything ...
by nageswaragunupudi
Fri Feb 24, 2017 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6746

Re: xBrowse with array showing numbers in fields and not data

Rao Here is a self contained sample that shows the problem with columns 6 or greater resolving the column number and not the aData information: // Main.prg#Include "FiveWin.ch"#Include "xBrowse.Ch"//----------------------------------------Func ...
by Rick Lipkin
Tue Feb 21, 2017 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with array showing numb in fields and not data -Rao
Replies: 5
Views: 1829

Re: xBrowse with array showing numbers in fields and not data

1. Please prepare a self contained sample we can compile and test.
2. COLUMNS ... and AUTOCOLS are confilicting.
3. The problem must be with the way you are using aHeaders and aData
by nageswaragunupudi
Tue Feb 21, 2017 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with array showing numb in fields and not data -Rao
Replies: 5
Views: 1829
PreviousNext

Return to advanced search