Search found 24 matches: eliminating

Return to advanced search

Re: Conversion from ca-clipper ( not found a variable)

... public not ? No, no PUBLICs. There are several ways to eliminate PUBLICS. Here is one: ---------------------------------------------------------- ELIMINATING PUBLICS Here is a sample showing how you can eliminate publics. One disadvantage of using publics is that they have to be declared in every ...
by James Bott
Thu Mar 10, 2022 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4345

Consulta de hardware

... 2 (Windows 10 Pro) and remove the OS from partition 1 (Windows 10 Home), with the idea of converting partition 2 into the main boot partition, eliminating partition 1, and partition 2 occupying the total capacity of the disk. Well, as the data and applications that I have are many and very ...
by cnavarro
Sat Jan 19, 2019 12:59 am
 
Forum: Off Topic / Otros temas
Topic: Consulta de hardware
Replies: 4
Views: 1288

Folder check

... control that allows me to do this ? I realize I could simply filter which tabs are shown, but those folders are all defined in the program, and eliminating some will cause a multitude of problems. Thanks ... I'll be someone has this answer ....
by TimStone
Fri Aug 31, 2018 10:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder check
Replies: 2
Views: 651

Re: FWH 17.04 : Group Labels on ButtonBars

... gradients as label backgrounds. We are working on making these features work as straight forward as possible similar to window by either eliminating or reducing the requirement of extra code. So you may now try the above examples only for testing and reporting any problems. Please do ...
by nageswaragunupudi
Tue May 02, 2017 3:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.04 : Group Labels on ButtonBars
Replies: 13
Views: 3956

Re: Warning W0027 Compiling Error

... (oDlg:end(), lSave := .T.), .T.) The 2 offending lines don't seem to be much different than all the other lines. I also tried eliminating the ".T." on the last IIF statement as Antonio suggested but that had no effect.
by Greg Gammon
Tue Jan 21, 2014 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W0027 Compiling Error
Replies: 8
Views: 1338

Re: EXCEL/CSV to DBF, a few questions

... As" and then selecting dBase III as the output format. When doing this, I usually have to first modify column headers to valid characters, eliminating spaces, and limiting heading to 10 chars. Also often have to modify column widths. Then I just access the exported dbf with my FWH program.
by Roger Seiler
Tue Jan 07, 2014 3:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL/CSV to DBF, a few questions
Replies: 7
Views: 2608

Re: How to work with Blowfish encryption

... experiencing excessive processing time for encryption/decryption with Blowfish was caused by my error in handling the encryption of memos. After eliminating my error (I had incorrectly assumed that each memo field had to have a fixed length that was some multiple of 8 bytes), then processing ...
by Roger Seiler
Mon Jan 06, 2014 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to work with Blowfish encryption
Replies: 4
Views: 1745

Re: rPreview ZOOM problem

Tim Excuse my English, I use google translate In version 13.08 these lines were not commented / ** / and now in the current version are discussed Eliminating these symbols of comment / ** / to me preview works properly Tim Disculpe mi ingles, uso translate google En la version 13.08 estas lineas ...
by cnavarro
Thu Nov 14, 2013 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview ZOOM problem
Replies: 17
Views: 5057

Re: SQL Server as a web service

... of OData services, without requiring heavy backend or EIS development. It can enhance the security of a production web services environment by eliminating the need for HTTP access directly to the database server. It can reduce the overall complexity of an n-tier application by eliminating the ...
by modicr
Fri Jun 14, 2013 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Server as a web service
Replies: 2
Views: 1154

Re: xbrdbu : new version

... Autopen determines the default value - DBF/ARRAY BROWSE (Radio buttons) Very powerfull feature , each column is sort- and search column, eliminating the need from index files. Most from menu utility's should work. Also editing , relations , index files are still updated. Download link ...
by Franklin Demont
Thu Apr 04, 2013 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrdbu : new version
Replies: 48
Views: 15570

Re: CDO Once Again ...

... message means. Just about any parameter can cause that error--it is generic from my experience, so it doesn't help much. This is why I suggested eliminating as many variables as possible such as attachments. RE: gmail - I just wanted to know if you were using a SSL server. I just found that CDO ...
by James Bott
Tue Apr 02, 2013 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO Once Again ...
Replies: 13
Views: 5299

Re: xbrdbu : new version

... Where should we report the errors. Which version should now become the xWDBU replacement. Best regards, Otto Otto Today me too had some problems. Eliminating each oMsgBar:aItems[n]:refresh() solved the problem. Only oMsgBar:refresh() seems to be allowed FRank
by Franklin Demont
Fri Feb 08, 2013 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrdbu : new version
Replies: 48
Views: 15570

Re: FUNNY Indexing

Avista

Code: Select all  Expand view

INDEX ON VAL(MyDbf->Field1) TO MyIndex
 


Try eliminating the database name in the index ..

Code: Select all  Expand view

Select MyDbf
INDEX ON VAL(Field1) TO MyIndex
 


Rick Lipkin
by Rick Lipkin
Sun Jan 22, 2012 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FUNNY Indexing
Replies: 14
Views: 2456

Re: Prototype missing?

... modes) so in Harbour only HBVM library is different for MT mode and all others are the same. Such separation also greatly increase C code quality eliminating possible GPF traps, wrong behavior in code created without enough knowledge about HVM internals or code which blocks adding new extensions. ...
by carlos vargas
Sun Oct 02, 2011 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 8042

Re: xBrowse Refreshing

... and a SysRefresh() and I got all kinds of run time errors. By accident .. I removed the SysReFresh() and xBrowse re-painted correctly eliminating the previously deleted row. Like Rao mentions .. just issue a oBrw:ReFresh() and xBrowse will re-adjust and display the current records ...
by Rick Lipkin
Fri Sep 30, 2011 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Refreshing
Replies: 6
Views: 1081
Next

Return to advanced search

cron