On 12/15/2003 at 19:32 it was written:

>Sorry for the delay in following up on this. Ok I went through your 3 
>ideas and here is what I came up with.
>
>1. remove usage of $1  (no change)
>   uncompiled: -->  this is the Array name...*axDSS_001
>   compiled: --> this is the Array name...*
>
>2. use ALERT(STRING(NUM(VAR_qi_NULL_Pointer($ptrArray))))
>   the Alert causes an Active4D error so I changed it to 
>write(STRING(NUM(VAR_qi_NULL_Pointer($ptrArray))))
>   Nothing displays in the browser, but looking at the source (view 
>source in browser) it has returned "0" (no quotes)
>BUT
>   if I have
>       write(STRING(NUM(VAR_qi_NULL_Pointer($ptrArray))))  and immediately 
>follow it with
>       write(aaatest($ptrArray))
>   I get "0*AXDSS_003"
>
>3. RESOLVE POINTER line in Active4D code
>           c_pointer($ptrArray)
>           C_STRING(80;$sName)
>           C_LONGINT($iTable;$iField)
>           $ptrArray:=DSS_get_array_by_unary_type(2)
>           RESOLVE POINTER($ptrArray;$sName;$iTable;$iField)
>           write($sName)
>
>       -> nothing in browser but view source has:  <>&cedil;H
>
>Thanks Steve for looking at this. If you have any more thoughts I'd 
>appreciate them.

Ahh, this is code you are running in A4D and not in 4D?

Try something, move the code into 4D and see what happens. Let's continue to eliminate 
possibilities...

================================================================
Steven G. Willis     [EMAIL PROTECTED]       772.794.9494
Deep Sky Technologies, Inc.          http://www.deepskytech.com/
http://www.badchickens.com/         http://www.store-secure.com/
AIM-iChat: dstisgwillis
================================================================
A: Yes.
>Q: Are you sure?
>>A: Because it reverses the logical flow of conversation.
>>>Q: Why is top posting frowned upon?
================================================================

Reply via email to