Z-Space Technologies, Inc.
Support Forums
Join | Logon
ITScriptNet Support Forums
 All Threads | New ThreadView:  Search:  
 Author  Thread: Version 3.1a
MarkR_S@W
Posts: 36
Version 3.1a
Posted: 03 Oct 09 10:23 PM
I have a couple items in v3.1a I am curious about. I am attempting to upgrade from v2.4 to v3.1.

1. The simulator no longer appears to transmit collected data via the SendCollecteData(TRUE) or OmniSendCollecteData(TRUE). If I put the program onto a PDA, either of these calls work as intended.

2. I had quite of bit of code as follows, nested validation record lookup inside a validation field lookup that used to work quite well.

@strResultINeed@ = LookupParseValidationField("RouteSheetRouteNumbers.txt", "ROUTE_COUNT", LookupValidationRecord("RouteSheetRouteNumbers.txt","ROW_NUMBER_BY_DRIVER", 1))

I have had to go through all my code and change similar to above to similar to the following.

@theValidationRecord@ = LookupValidationRecord("RouteSheetRouteNumbers.txt","ROW_NUMBER_BY_DRIVER", 1)
@strResultINeed@ = LookupParseValidationField("RouteSheetRouteNumbers.txt", "ROUTE_COUNT", @theValidationRecord@)

Was I getting away with something in versions previous to v3.1 nesting my get record->get field calls?

Mark Robinson
[Reply][Quote]
Bev Connor
Posts: 93
Re: Version 3.1a
Posted: 08 Oct 09 2:50 PM
The OmniSendCollectedData function should not work in the Simulator on the computer because it does not connect to the Omni server. On the comuter, run the PC Client.

We typically do not nest these types of functions.
[Reply][Quote]
 Page 1 of 1 
 
Website (C) 2004-2008 Z-Space Technologies, Inc. All Rights Reserved.
All messages posted here are the sole responsiblity of the poster. Z-Space Technologies, Inc. is not responsible for the content of messages. Messages do not reflect the official positions or policies of Z-Space Technologies, Inc.