Search found 535 matches: whatever

Return to advanced search

Re: Problem with valid email refresh btnbmp

Yo uso xHarbour. No conozco el comando equivalente en Harbour. Write whatever you want. The important thing is that my example works and yours doesn't. Compile with xHarbour. Be professional. If you understand my logic, you will be able to do it your way. ...
by karinha
Fri Apr 05, 2024 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2468

Re: xBrowser

Now, whatever extra features you want, keep adding one line at a time and test.
You will know which line is giving you the problem.
by nageswaragunupudi
Thu Dec 21, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 1239

Re: FW_OpenRecordSet lento en red

... oCn, cSql ) function does. What is the extra thing you are doing to speed up the query? Another important information to all of u: Whatever value we specify for oRs:CursorType, ADO invariably opens the recordset as adOpenStatic only for CursorLocation adUseClient. There is not point ...
by nageswaragunupudi
Mon Dec 18, 2023 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 618

Re: Inserting a string with CRLF into a single-line TGet.

... do you apply to what text your logic of substituting CRLF or TAB ? So, no point giving program to replace CRLF. Give a program where if I copy whatever text which includes CRLF and paste in the Get, I will get all the text excepting the CRLF.
by nageswaragunupudi
Mon Dec 11, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 897

Re: Convert a print to Rtf or doc

... FASTEDIT with vertical and horizontal scrolling and facility to edit values inside the cell, validate and immediately save to dbf,recordset or whatever. So they choose what helps them to develop the application faster. In fact I have been thinking of personally approaching you to help me with ...
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: 3470

Re: Calculate total pages

... may be useful. PRINT oPrn NAME "My Print" CALCULATE That means, first a dry-run to count pages and then final run using the count. But whatever we do, this should be transparent to the programmer and should happen without expecting the programmer to do any additional work. For now, ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5881

Re: Calculate total pages

Enrico, I use it for a different purpose. But you only need to count the number of EMF files per document.
Then you can print the pages and write whatever you want on them as if on a layer.
Best regards,
Otto
by Otto
Thu Nov 23, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5881

Re: Xlsxlibhb_ver2

I will try with bcc7.70 for sure.
FWH has many users using different versions of bcc.
Whatever FWH provides should work with different versions
by nageswaragunupudi
Tue Nov 21, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9024

Re: Help splitting up a character address string

... data is taken from a web form. I then have to take that Excel file and write a conversion program that starts at column 1 thru the end column ( whatever ) and take all those values and stuff them into a temp .dbf file. The SQL table has Street,City, State and Zip .. however the Address excel ...
by Rick Lipkin
Wed Nov 15, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 603

Re: Interesting discussion with ChtGPT

... with responses that do not actually relate to your question. AI is interesting, but it is sadly incomplete. Even so, people today tend to believe whatever they hear without actually checking it out closely, and therein lies my concern. Oh, and I do have ChatGPT.
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1244

Re: Interesting discussion with ChtGPT

... capabilities, so they always just said it was obsolete and not usable. Where tech people are ignorant, they simply make negative assertions about whatever it is they do not know or understand, instead of expanding their own knowledge base.
by TimStone
Mon Nov 06, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1244

FWH 2310 Active X problem ?

... 2306 and it works perfectly. So "something" in the new FWH release has "broken" active x. I wish I could be more specific, but whatever changes may have been made might be checked. Here is where it fails with 2310 but not 2306 or ANY previous FWH version. It is the :ViewType ...
by TimStone
Fri Nov 03, 2023 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 509

Re: Convert a word file to pure txt

Programmatically Open the word file, then use the Save As method and then choose Plain Text. Now you read this text file via Memoread 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 ...
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: 180

Re: xBrowser click

... remain the background color defined in SetDlgGradient, my question is, would it be possible to determine the background color of the SAY commands? Whatever background you have for the dialog, if you define a Say with COLOR clause. eg: @ r,c SAY .... COLOR nClrText, nClrBack 1) if the Dialog is ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 935

Re: MARIADB ROWSET BATCH DML OPERATION EXAMPLE

... that either all changes to be written or none. In other words, we do not want a situation where some tables are updated and some or not due to whatever reasons. For example we want all these updates to be written aSql := { "UPDATE table1 ... WHERE ... ", ;      ...
by nageswaragunupudi
Tue Sep 12, 2023 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB ROWSET BATCH DML OPERATION EXAMPLE
Replies: 7
Views: 711
Next

Return to advanced search