Search found 276 matches: requirement

Return to advanced search

Re: Does anyone have an Envelope Printing module ?

... me he just cuts and pastes the address into Word and then prints his envelope and an automated envelope routine would be nice to have but not a requirement .. I plan on expermenting with creating something that prints on plain paper and matching the text up to fit certain size envelopes .. Thanks ...
by Rick Lipkin
Mon Mar 04, 2024 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 365

Re: How to convert a Date to an Unix TimeStamp?

... Please keep in mind that the FWH functions deal with Unix time in MilliSeconds. Not seconds. Depending on the requirement, you need to provide the conversion ( *1000 or /1000 )
by nageswaragunupudi
Mon Jan 29, 2024 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 487

Re: phpBB to LLM

C:\fwh\AI>pip install torch
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch

C:\fwh\AI>
by alerchster
Mon Dec 25, 2023 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 3912

Re: SetArray xBrowser

I am posting a working sample for switching arrays of images. Please see if you can use similar logic for your requirement. #include "fivewin.ch"function Main()   local oWnd, oBrw, oBar,    oFont, oBold   local aData, nPath := 1   local aPath := { "..\bitmaps\alphabmp\", ...
by nageswaragunupudi
Wed Dec 13, 2023 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 252

Re: Convert a print to Rtf or doc

... with the same functionality like this. Next: In this particular post, our friends wants to generate a word document. You can help us on that requirement. I saw your advice in the thread. But that works for template reports. We need to generate word doc for free form reporting. I will be personally ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3236

Re: Convert a word file to pure txt

... and do whatever you want. Another way is to read the entire text contents of a word document to a memory variable and then use it as per your requirement // Read the text contents into the TextContents variablecTextContents = oWordDoc:Content:Text
by anserkk
Sat Oct 14, 2023 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a word file to pure txt
Replies: 1
Views: 170

Re: Listview Unicode for CLASS TGrid()

... which are totally dependent on Unicode, better we stick to ANSI mode only ( I mean for applications meant for West European Languages only. Only requirement for UTF8 is when writing to and reading data from Utf encoded database tables. We have other ways of handling that. Just an idea for you ...
by nageswaragunupudi
Mon Sep 04, 2023 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381

Re: How To Change Globally GET Text color when it is focused

Hi Karinha , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, ...
by nageswaragunupudi
Sat Aug 12, 2023 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1526

Re: Readonly and/or disable GETs background color

Hi Karinha , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, ...
by shrifw
Sat Aug 12, 2023 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 830

Re: How To Change Globally GET Text color when it is focused

Hi Karinha , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, ...
by shrifw
Sat Aug 12, 2023 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1526

Re: INDEX on / seek in MARIA DB

... "CITY ASC,SALARY DESC" )  // multicol sortoRs:Seek( cValue ) // works only for first field. i.e., CITY  Now, your requirement is to seek on multi-field values. We advise you to use oRs:Locate() oRs:Locate( "CITY = 'N' .AND. AGE > 40" )// for ...
by nageswaragunupudi
Thu May 18, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 386

HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

Dear All ,

May I know Report Preview how can be REPORT PREVIEW customized in which buttons and bar can be modifiable ? I am not sure whether this requirement is posted by others developer.

Thanks
Shridhar
by shrifw
Sun May 14, 2023 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 402

Re: obrw:report with setup standard

... my html report. It is not that you asked me something but I asked you. I just wanted to test for myself whether the HTML report could fulfill your requirement. Again, I asked you! Best regards, Otto Non è che tu mi abbia chiesto qualcosa, ma che io l'abbia chiesto a te. In realtà volevo solo verificare ...
by Silvio.Falconi
Fri May 05, 2023 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: obrw:report with setup standard
Replies: 8
Views: 398

Re: obrw:report with setup standard

... my html report. It is not that you asked me something but I asked you. I just wanted to test for myself whether the HTML report could fulfill your requirement. Again, I asked you! Best regards, Otto Non è che tu mi abbia chiesto qualcosa, ma che io l'abbia chiesto a te. In realtà volevo solo verificare ...
by Otto
Fri May 05, 2023 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: obrw:report with setup standard
Replies: 8
Views: 398

Re: special Codeblock Syntax under Fivewin

... Harbour: Fivewin.ch translates the angular brackets ( < .. > ) to curly braces ( {..} ) when using Harbour and we also comply with the requirement of return statement. Adantage of the extended codeblock syntax is that, we can use local variables and use commands like a normal program.
by nageswaragunupudi
Tue Nov 08, 2022 2:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: special Codeblock Syntax under Fivewin
Replies: 10
Views: 481
Next

Return to advanced search