Search found 398 matches: simpler

Return to advanced search

Re: Lookup method of Tdatabase

Silvio, Could you try it with a simpler expression like "ROOM_ID == ?" and then check results ? then keep adding more clauses. Just to find where the error may come from. Method LookUp() just does a standard LOCATE FOR finally ...
by Silvio.Falconi
Sun Aug 15, 2021 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 3133

Re: Lookup method of Tdatabase

Silvio,

Could you try it with a simpler expression like "ROOM_ID == ?" and then check results ?

then keep adding more clauses. Just to find where the error may come from.

Method LookUp() just does a standard LOCATE FOR finally
by Antonio Linares
Sun Aug 15, 2021 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 3133

Re: Fix for Resedit

Much simpler:

Just uncheck the option "Auto check updates" from "Options", "Preferences", "General"

and the problem goes away
by Antonio Linares
Fri Aug 06, 2021 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1502

Re: Force a POST sort on xBrowse

... .. I have to update a row or rows in the array and then write the same information back to the Sql Table .. gets really messy. I was hoping for a simpler solution and the sort is just cosmetic .. however, the legacy application is sorted by Name and I would like to maintain the same look an feel ...
by Rick Lipkin
Fri Jun 11, 2021 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force a POST sort on xBrowse
Replies: 5
Views: 772

Re: TDatabase Class

... to. Examples: ? oCustomer:DaysOverDue() oCustomer:SendLateNotice() It takes awhile to grasp OOP, but it is a hundred times more powerful and simpler to code once you get the hang of it. I have taken old code and reduced the number of lines by more than 50% using OOP. I could go on and on ...
by James Bott
Wed May 19, 2021 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2206

Re: Simulate header report with oprn:Box

I was able to take this test this evening

Image

but I still have to work on it, maybe creating something simpler
but if you have any suggestions you are welcome
by Silvio.Falconi
Wed May 12, 2021 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate header report with oprn:Box
Replies: 9
Views: 917

Re: GetExcelRange : Enhancement request

Maybe a simpler solution could be to only use a extra parameter as a flag to convert ALL fields to text ?
by Marc Venken
Sun Apr 18, 2021 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange : Enhancement request
Replies: 2
Views: 396

Re: Bad workaround for code that i can't get working

... ...@ r, c BTNBMP PROMPT { || TOKEN( FIELD->NAAM, nil, 3 ) } .....ACTION ...  Using TOKEN( text, nil, tokennumber ) is simpler than the way you are using hb_atokens()
by nageswaragunupudi
Sun Mar 21, 2021 4:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad workaround for code that i can't get working
Replies: 2
Views: 445

Re: Libcurl - Access_violation

Hey everybody... I found out that the solution is WAAAAAY simpler than we were discussing... ridiculously simple... First of all, let's go back to the libcurl documentation... we can see right in the introduction that libcurl is THREAD-FREE. *which means ...
by ricbarraes
Tue Feb 09, 2021 8:24 pm
 
Forum: mod_harbour
Topic: Libcurl - Access_violation
Replies: 4
Views: 604

Re: Talk.to chat in ActiveX

Hello João. This way I already do it and in a much simpler way. SHELLEXECUTE(GETACTIVEWINDOW(),"open","https://tawk.to/chat/590bc71f64f23d19a89b0d0d/default")  I would like to open it within a system dialog, it ...
by ctoas
Thu Feb 04, 2021 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 1599

Re: Arhivos xls y xlsm

It is much simpler using the FWH builtin function GetExcelBook( cFileFullPath ) --> oBook if ( oBook := GetExcelBook( cExcelFileNameWithFullPath ) ) != nil            oBook:Application:Visible := .t.         endif  ...
by nageswaragunupudi
Mon Feb 01, 2021 3:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Arhivos xls y xlsm
Replies: 1
Views: 257

Re: FW_SetUnicode mostrar valor GET con FWINLOG

... I have used the FWH built-in MySql library that comes free along with FWH library and at the same time much better and simpler to use than others including ADO. I do not find any problem with any Unicode language.
by nageswaragunupudi
Sat Jan 23, 2021 6:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_SetUnicode mostrar valor GET con FWINLOG
Replies: 23
Views: 1906

Re: Strange error to converte a file

... Chr( 26  )// check and remove Ctrl-Z <--------------------cBuf := Left( cBuf, Len( cBuf ) - 1 )endif  or much simpler cBuf := RemRight( cBuf, 26 ) 
by nageswaragunupudi
Wed Jan 06, 2021 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange error to converte a file
Replies: 12
Views: 1217

Re: Marc : Conversion process and questions about it

... There is nothing wrong with creating classes for those types of things too, but I suggest you trying emulating real-world objects first. They are simpler and easier to grasp, IMHO. Have you read my introductory articles about OOP https://gointellitech.com/program.html ? If not, I think ...
by James Bott
Sat Jan 02, 2021 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3734

Re: An advice needed to save same variables and its value to mem

... saving and restoring variable names and values across sessions of the same appilcation as well as for communication between applications. A lot simpler than saving to DBF or others. Before going to the next post, please do build and run this program. In the first run you will see the original ...
by nageswaragunupudi
Wed Dec 30, 2020 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: An advice needed to save same variables and its value to mem
Replies: 7
Views: 890
PreviousNext

Return to advanced search