Just installed 11 on a new computer and when I run a compiled app something
does not work. I capture the computer name in a variable on startup and if
a row does not exist(form new computer) a form will popup with the computer
name in the field on the form. This has worked for the last 10+ years but
now it will not put the computer name in the field. This is the code I use
SET VAR vcompname = (CVAL('computer'))
SET VAR vrows INTEGER = 0
SELECT COUNT(*) INTO vrows INDICATOR ivrows FROM storecomputer +
WHERE compname = .vcompname
IF vrows = 0 THEN
ENTER USING aacompinform
ENDIF
RETURN
Basically if the row does not exist it adds new. It works fine on the old
computer with X5
Tom Hart
--
For group guidelines, visit
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/rbase-l/CABX9BNc6AH2vR0BFv2Nm8kCq7CFQxq8Z3R%3DBgvWxxEpiH_F-8w%40mail.gmail.com.