At 10:53 PM 2/15/2012, Dave McCann wrote:

99% sure they all are, but I'm going to re-check them all, maybe I'm missing one.

Dave,

A few suggestions and technique to correct variable data type in form designer ...

If a table-driven form include expression(s) that contain dotted variable(s), you
have to make sure that the dotted variable(s) are pre-defined with correct data
types. You can pre-define all global variables as "On Before Start EEP".

Make sure to double-check the sequence of variables in the list. If a variable "B" is dependant on variable "A", you will have to make sure that the variable "A" is defined prior to variable "B", and so on. Check the sequence of defined variables.

Tip and Technique:

In a situation where some of your variables suddenly change type -- from INTEGER to BIT or TEXT to BITNOTE, etc., while in form designer, you can switch to R> prompt, use "CLEAR ALL VARIABLES" or "CLEAR VARIABLE varname" to clear the variable, and then switch back to the form designer expression builder window to assign correct
data type.

Hope that provides you with some blue's clues ...

Very Best R:egards,

Razzak.
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to