Search found 33 matches: populated

Return to advanced search

Re: eMail with html

... however set the message body to NULL (not just an empty string), and the very first attachment is an HTML file, the outgoing message will be HTML populated from the atttachment data. I don't know whether this is a bug or a feature. m_pMessage->lpszNoteText = NULL;m_pMessage->lpszMessageType ...
by Jimmy
Sun Sep 24, 2023 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMail with html
Replies: 2
Views: 255

Re: What is the best PDF Printer Driver Windows to use with Five

... simple. The client's email address is in their record. So, I preview the document, and hit the Email button. A dialog pops up with the To field populated, and the subject ( but I can edit it ). I then add text and hit the send button. It's very smooth and works perfectly. You can probably create ...
by TimStone
Wed Jan 25, 2023 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 777

Re: How code obfuscation helps protect application data

Rick and Otto, in your opinion a dbfcdx table encrypted with and populated LOCAL cPassword := "12345678" SELECT 0 USE customers DBINFO( DBI_PASSWORD, cPassord ) can a skilled hacker to decode the content of customers.dbf ? perhaps even knowing ...
by MarcoBoschi
Tue May 17, 2022 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1367

a new idea to create a dialog

...  Select_CodiciIva(aGet,oBtn)  https://i.postimg.cc/j5rdsWL8/ddd.png As soon as the user selects a record, all controls are populated immediately cCodice         :=  oTabIva:codice          cDescrizione    :=  oTabIva:desc          nTipo           :=  oTabIva:num7        ...
by Silvio.Falconi
Mon Feb 14, 2022 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a new idea to create a dialog
Replies: 0
Views: 211

Re: OS Error .EXE is Not Responding

... revealed. The issue is related with Garbage Value on Multiply Topic. Conclusion : The XBROWSE Method MakeTotals() does not work when Garbage value populated in the Data source. Given below code is for the same, after executing the code you will see the XBROWSE grid and you need to provide the same ...
by shri_fwh
Mon Apr 22, 2019 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OS Error .EXE is Not Responding
Replies: 12
Views: 1847

Re: Reducing the EXEs sizes

Now we create a child DBF that keeps where symbols are used from: used.dbf get populated with more than 12.300 records !!! dbfs.prg #include "FiveWin.ch"extern DBFCDXfunction Main()   local aLines := HB_ATokens( MemoRead( "fivehg.txt" ...
by Antonio Linares
Thu Feb 21, 2019 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2649

Re: Ribbon Bar Sample ?

... test function will bring up the window with everything except the Ribbon Bar. Then I took it and removed MDI, and it shows the ribbon bar fully populated, but immediately errors when calling Dialog01. Does anyone have suggestions ? Here is my slightly modified code: #include "FiveWin.ch"#include ...
by TimStone
Wed Oct 24, 2018 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar Sample ?
Replies: 13
Views: 2669

GET auto action

... is the problem: I perform a lookup with the ACTION statement, and the value is returned to the GET field. The VALID executes and other fields are populated. HOWEVER, the cursor remains in the GET field. My clients sometimes start typing before moving the cursor to the next field. This causes errors. ...
by TimStone
Wed Jan 24, 2018 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET auto action
Replies: 4
Views: 779

Re: Picture template on Resource Get not working.

... correctly? Seems my customer wants the 0 (zero) to be blank regardless of focus. And at the same time they would like to see whatever number is populated regardless of focus. Is there a way to do this other than picture? I thought this was going to be easy. Thanks, Byron ...
by byron.hopp
Fri Jan 05, 2018 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture template on Resource Get not working.
Replies: 4
Views: 769

Re: Disable Advantage error message dialogs

... OSCode field. Advantage error codes are listed in the Advantage Error Guide Help File. CAUTION When opening a table, the error object is no longer populated if an error occurs. This is because the error object was triggering the default error handler to be called even if the error was handled within ...
by Massimo Linossi
Thu Dec 14, 2017 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable Advantage error message dialogs
Replies: 12
Views: 1461

Re: Pro's and Contra's fom Resources or Coded screens

... know that an xbrowse would work out. I'd love to have dialogs be responsive/dynamic but I do have the challenge out there to do it with a heavily populated data screen and have it work well. If someone can show us @ command useage with 30 to 60 controls on a resizeable dialog, that handles it ...
by TimStone
Sat Aug 05, 2017 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11454

JPG images in an xBrowse

Hi, I have a table containing a column that is populated with the path & filename of a JPG file. Is it possible to have an xBrowse that shows a thumbnail of this image in one column along with additional columns from the table? I think I can ...
by PeterHarmes
Tue Jul 30, 2013 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JPG images in an xBrowse
Replies: 12
Views: 2102

Creating Acces Table with numeric value

... A table is build with one numeric field (N9.2). After the table is build , the table is populated with one value : 7500.00 A controle (line 141) : ? oRs:Fields("SALARY"):Value , x , Procline() shows 7500.00 7500.00 141 After closing ...
by Franklin Demont
Tue Jul 02, 2013 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating Acces Table with numeric value
Replies: 8
Views: 1634

xBrowse Fillrect - How to color multiple rows by column

... filled in the rows ( must be transparent for the column text ) for a specific column without much success... see below. I have created an xBrowse populated from an array what paints by a start time ( horizontal row) by Persons Name ( vertical column ). If I have an appointment that spans multiple ...
by Rick Lipkin
Wed May 22, 2013 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Fillrect - How to color multiple rows by column
Replies: 11
Views: 3202

progress bar

... a .dbf of filenames from a Windows folder and its subfolders. I wish to have a progress bar to display "while" the .dbf is being populated. I have inserted a progress bar from the testmex.prg sample into my code. Problem is the progress bar dialog is only displayed upon completion, ...
by brewster
Fri Jan 25, 2013 2:02 pm
 
Forum: FiveWin for CA-Clipper
Topic: progress bar
Replies: 2
Views: 3029
Next

Return to advanced search

cron