Search found 4 matches

by floebel
Wed May 29, 2013 11:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: For Each Syntax Like VBScript
Replies: 1
Views: 356

For Each Syntax Like VBScript

Is there a way to emulate For Each syntax in FiveWin similar to VBScript when using CreateObject?
by floebel
Sun Oct 14, 2012 7:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RDDSETDEFAULT Inconsistent Behavior
Replies: 4
Views: 812

Re: RDDSETDEFAULT Inconsistent Behavior

I tried using the separate INIT function. I now get the error in the INIT function. I noticed that I only have three linked RDDs as shown below. Should I also have a linked DBFCDX?

Linked RDDs
===========
DBF
DBFFPT
DBFBLOB
by floebel
Sun Oct 14, 2012 6:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RDDSETDEFAULT Inconsistent Behavior
Replies: 4
Views: 812

RDDSETDEFAULT Inconsistent Behavior

I am using Fivewin for Harbour. The code below works when there are only 2 PRGs being compiled and linked #include "fivewin.ch" static cStatic FUNCTION Main() LOCAL nEpoch // Y2K local oHand, oBmp, oBmpTiled PARAMETERS arg1, arg2, arg3 REQUEST DBFCDX RDDSetDefault("dbfcdx") test_...
by floebel
Mon Aug 27, 2012 8:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Close Applcation At Midnight
Replies: 2
Views: 613

Close Applcation At Midnight

I want to do database maintenance after midnight. Is there a way to close all harbour applications still running at midnight? What would the source code look like?

Thanks
Fulton Loebel