PDA

View Full Version : Order.vw in OrderGeneratorTester.src



chuckatkinson
11-Jan-2019, 02:23 PM
Com Errors in this view with the calendar.

12492

Stephen W. Meeley
11-Jan-2019, 02:44 PM
Chuck,

I'm not seeing this either. Again, I'm wondering if something went goofy with the uninstall of the prior Alpha didn't go well and that interfered with the successful installation of Beta 1.

Sture
11-Jan-2019, 03:30 PM
Hi Stephen,

I un-installed alpha 5 and rebooted before installing beta 1.

And I see the same error.

-Sture

Sture
11-Jan-2019, 03:36 PM
(I did however not have any errors in my reindex.log's)

-Sture

Harm Wibier
11-Jan-2019, 05:15 PM
Sture, do you also have index issues? Or just the com error?

Sture
11-Jan-2019, 05:41 PM
Just the com error. No index problems.

-Sture

Marco
11-Jan-2019, 07:23 PM
Same here

I un-installed alpha 5 and rebooted before installing beta 1.

No issues with reindex, but COM errors on running the "Order Entry Calendar Example" in the OrderGeneratorTester project in the Specialized Components workspace.

Interestingly, the cComDbCalendar states:
// Visual DataFlex COM proxy classes generated from C:\Program Files\Visual DataFlex 11.1\Bin\MSCal.ocx
...
// ProgID: MSCAL.Calendar.7
// CLSID: {8E27C92B-1264-101C-8A2F-040224009C02}

Did a search for mscal.ocx
In 17.1, 18.0 & 19.0 it is 'MSCal.ocx' in 19.1 its 'MSCAL.OCX', but binary the same.
So it looks like it is just not registered as part of the install.

After in a Administrator Command prompt
regsvr32 "c:\Program Files (x86)\DataFlex 19.1\Bin\MSCAL.OCX"

As expected I can confirm that it works without issues after this.

Cheers
Marco

Garret Mott
11-Jan-2019, 08:55 PM
I did not have problems with the calendar, but I already use it in 19.0 - maybe that affects things?

Nils G. Svedmyr
12-Jan-2019, 04:10 AM
Yup, I see the exact same thing as Marco.

Peter van Mil
12-Jan-2019, 06:45 AM
Hi Marco,

Strange. On my laptop is installed and registered correctly as C:\DataFlex\DataFlex 19.1\Bin\MSCAL.OCX.

Question: I didn't install in
c:\Program Files (x86). Does this make any difference???

Hans van de Laar
12-Jan-2019, 08:11 AM
I also experience the com error.

danwalsh46
12-Jan-2019, 11:54 AM
Same here. As suggested, I registered the component and now all is good.