Search found 20 matches: useing

Searched query: useing

by nageswaragunupudi
Tue Apr 13, 2021 12:19 pm
Forum: FiveWin para Harbour/xHarbour
Topic: funcion FW_CdxCreate() (SOLUCIONADO)
Replies: 4
Views: 812

Re: funcion FW_CdxCreate() (SOLUCIONADO)

... nLockWaitSecs], [lAppend] ) --> nRecNo ( 0 if failure)
...
2)FW_CdxCreate( [caTagList] )
3)FW_DBFSTRUCT( cDbfFile ) --> dbstruct() // without USEing the DBF

FWH1709:
* function FW_CdxCreate( [caTagList], [lMemory] ). Added new optional
parameter lMemory to create indexes in memory.

FWH1906 ...
by nageswaragunupudi
Wed Jan 01, 2020 3:10 pm
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR CON TDATABASE Y CODGRUP.DBF
Replies: 5
Views: 1124

Re: ERROR CON TDATABASE Y CODGRUP.DBF

... alias and so a dbf with this kind of indexes always fails to open.

Next if you want to read the structure of a DBF, without opening the DBF, we can use the FWH function:
aStruct := FW_DBFSTRUCT( cDbf ) 
This function reads the structure from the raw dbf file without USEing it.
by Otto
Tue Dec 09, 2014 7:13 pm
Forum: EasyReport, EasyDialog and EasyPreview
Topic: Talk not fork
Replies: 15
Views: 12685

Re: Talk not fork

Hello,
thank you.
Yes I am useing xHarbour. Maybe therefore I can’t compile the sources.
I use xHarbour and the current FWH version. I use the default setup from FIVEWIN.

Best regards,
Otto
by Antonio Linares
Tue Oct 21, 2014 4:38 am
Forum: WhatsNew / Novedades
Topic: New FTDN september 2014 (FWH 14.09)
Replies: 0
Views: 1445

New FTDN september 2014 (FWH 14.09)

... with ID, TRN->QTY and datetime
in both UPDT and CRDT.

2)FW_CdxCreate( [caTagList\ )
3)FW_DBFSTRUCT( cDbfFile ) --> dbstruct() // without USEing the DBF
* New: XBrowse column Datas oCol:bKeyDown, oCol:bKeyChar: Useful to assign
key actions when a particular column is selected.
New Access ...
by Otto
Mon Nov 05, 2012 7:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 28702

Re: FiveTech's FiveWeb (free up to version 1.0)

Hello Antonio,
What ist he disadvantage of useing real Fivewin programs through Remote Desktop Web Access confronted to FiveWeb
except that you need a Window Server not a Linux to run cgi.
Best regards,
Otto
by Otto
Fri Nov 02, 2012 1:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Office 365
Replies: 5
Views: 2115

Office 365

To all,
is someone useing Office 365.
Best regards,
Otto
by Otto
Mon Aug 09, 2010 6:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Program slow down
Replies: 18
Views: 6920

Re: Program slow down

Marc, what OS are you useing?
Regards,
Otto
by hag
Sat Jan 09, 2010 11:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a multiline button?
Replies: 13
Views: 2358

How to create a multiline button?

Any code available to create a multiline button?

Useing resources..Borland workshop.

Thanks
by Otto
Fri Oct 09, 2009 8:29 pm
Forum: FiveWin for Pocket PC
Topic: How to auto open an Internet connection
Replies: 10
Views: 2724

Re: How to auto open an Internet connection

Hello Antonio,
I am useing a real device and I am able to open internet from the internet explorer.
Thanks in advance
Otto
by hag
Fri Oct 09, 2009 1:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: color cells within a column in an xbrowse.
Replies: 6
Views: 1016

Re: color cells within a column in an xbrowse.

Tried it and I get error message bound array access. I don't know how to get the aCols[1] array. Help. Again useing harbour and resources. Browse not created from code.
by arpipeline
Tue May 26, 2009 8:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour ADS problem
Replies: 3
Views: 757

Re: xHarbour ADS problem

... The "local" system is using the tables EXCLUSIVEly

At any rate, it *does* sound like Windows (firewall?) is blocking remote access. How are you USEing the tables? I remember seeing somewhere ADS AUTOUSE functions that default to LOCAL mode if REMOTE mode is unavailable. Does that sound like a ...
by Rick Lipkin
Thu Dec 11, 2008 1:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to create an Excel .csv
Replies: 1
Views: 540

How to create an Excel .csv

To All

Does anyone have an example on how to create an Excel .csv comma delimited useing TOleAuto() ??

Many Thanks
Rick Lipkin
by quique
Fri Aug 08, 2008 7:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Fivewin
Replies: 5
Views: 1346

... you have in source code and modify it.

You can see it opening a sample (or your source code) go to Editar\Ventana el código actual or if you useing in english Edit\Window of actual code and you'll see the window to edit it.

To change the properties of the controls (the properties to buid it ...
by TimStone
Fri Jan 18, 2008 7:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Spell Checker
Replies: 16
Views: 4901

Wintertree Spell Checker

The following code is used for activating the spell checker from Wintertree:

To check a memofield useing a database object, here is a call:

REDEFINE BUTTON ID 882 of oDcl ACTION( oCli:climpd := SpellOne( oCli:climpd ), oCli:save(), oDcl:update() ) ;
MESSAGE "Check the spelling on the notes ...
by Otto
Thu Jan 10, 2008 8:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: RESOURCE EDITOR why not useing VB.NETs?
Replies: 5
Views: 1263

RESOURCE EDITOR why not useing VB.NETs?

Antonio,
As far as I know resource editors .rc or .res don’t support Font, Color, etc. .

Today I had a look into a “Resource file” from VB.NET which I think is Form3.Designer.vb.
Wouldn’t it be possible to parse the form.designer.vb files to FWH source-code?

Here is the code from a FORM with a ...