Search found 13 matches: externally

Searched query: externally

by Antonio Linares
Mon Nov 18, 2024 6:08 am
Forum: Off Topic / Otros temas
Topic: Chris Langan Vision of Reality
Replies: 0
Views: 4151

Chris Langan Vision of Reality

... contributing to the universe's
self-realization but what does this mean
for you in the ctmu purpose is not
something you must search for externally
it's embedded within the cognitive
fabric of reality your goals your
aspirations are reflections of the
universe's own drive for
self-awareness ...
by cnavarro
Sat Oct 14, 2017 2:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Application security and Code review
Replies: 15
Views: 6139

Re: Application security and Code review

Rick

Let me explain, if they are concerned that this information can be accessed:
1) They must provide the means for such information not to be externally accessible. Just like your software can do it, another can do it too
2) Why is your software less secure than the one they use to validate that ...
by nageswaragunupudi
Thu Apr 27, 2017 2:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 25940

Re: FWHMARIADB Samples

... in row involves an additional work of reading the data of the current row from the server. This has the advantage of displaying the changes made externally when we navigate to a row.

For Dolphin, it is not possible to refresh only current record, unless we re-load entire table again. So this is not ...
by TimStone
Wed Mar 09, 2016 4:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Request: Differences in styles
Replies: 8
Views: 1922

Re: Request: Differences in styles

I reviewed the class closely, and Set Gradients was not working ( it cannot be over written with better values externally ).

Instead, after using a COMMAND to create the button bar, I added: oBar:bClrGrad := aPubGrad where aPubGrad is defined in the MAIN module with gradient values that I also use ...
by Antonio Linares
Mon Feb 18, 2013 1:50 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: ComboBox
Replies: 12
Views: 7186

Re: ComboBox

Colin,

We have traced it and Method GotFocus() is called, but the calls to ::SetCurPos() or ::SetSel() don't work from within the method. Called externally, they are fine.
I have done lots of tests.

I have search the web for some hints, but found nothing yet. In the menatime I have asked Rafa ...
by MarcoBoschi
Thu Dec 17, 2009 4:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ID caller - Any experience ?
Replies: 17
Views: 4141

Re: ID caller - Any experience ?

... number
CDPN Called number
DATE TIME
DURATION

My dbf table or the table in which I store all informations from pbx has a defined structure
Externally in a .INI file I permit to customer to customize structure to read
for instance
direction=0001;0010
linenumber=0011;0015
cgpn=0016;0036;
and so ...
by Enrico Maria Giordano
Tue Oct 06, 2009 11:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: Possible improvement to TReport
Replies: 1
Views: 425

Possible improvement to TReport

... Name" DATA Test->First COLUMN TITLE " Salary" DATA Test->Salary END REPORT oReport:CellView() ACTIVATE REPORT oReport CLOSE TEST RETURN NIL

The reason is that the printer is closed in End() method. Can it be closed only if it is not provided externally through the TO device clause?

EMG
by Antonio Linares
Sat Jul 05, 2008 7:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 32-bit DLLs with Harbour Code - Any More Progress
Replies: 14
Views: 6735

Angelo,

Instead of trying to build Harbour items externally, it is much simpler if you let Harbour build them

Here you have a working example:
MYDLL.PRG - build it using fwh\samples\buildhd.bat

//----------------------------------------------------------------------------//

function Main ...
by Marco Turco
Fri Jun 20, 2008 9:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: About copyfile: checking results
Replies: 12
Views: 2676

... from an hard disk to a pen drive.

This is the Microsoft error code:
---
ERROR_FILE_INVALID
1006
0x3EE
The volume for a file has been externally altered so that the opened file is no longer valid.
---

Is there anyone that already had this error copying data on a pen drive ?
Any ideas ...
by mmercado
Thu Jan 31, 2008 4:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Arrays and tSBrowse
Replies: 2
Views: 957

Re: Arrays and tSBrowse

... in natural order, not sorted. So, using the tSBrowse gobottom() method I would think should take me there ...

Any thoughts ?

Hi Tim:

If you externally add an element to the array, must to add 1 to oBrw:nLen data, or use SetArray() method to refresh the array size and view.

Regards.

Manuel ...
by TimStone
Wed Jul 25, 2007 4:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Is Resource Builder compatible with FWH?
Replies: 27
Views: 10118

Resource editor

... if I make changes, there is apparently a reference file that it sees ( I can't find it ), and if I need to make the change with a text editor externally, when I again bring up the .RC file it reverts to the previous copy. However, if I try to make the change in the editor, it has some buggy spots ...
by Davide
Sun Feb 18, 2007 12:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse() - Vertical scrollbar with filtered data
Replies: 6
Views: 2046

TxBrowse() - Vertical scrollbar with filtered data

... KeyCount() returns a number including also the filtered records.
Maybe I should specify a scope for the browse instead of using SET FILTER TO externally ? - If so, how ?

TIA
Davide
FWH 27-3 - xH 0.99.60


// Database already opened, SET DELETED ON, filtered data with SET FILTER

oBrw &#58 ...
by Enrico Maria Giordano
Wed Jan 03, 2007 12:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SelFont
Replies: 16
Views: 4833

Color is not in the font definition. You have to manage it externally.

EMG