Do This:
Set Var vIsLoaded Integer = null
set var vIsLoaded = (DLLoad('rformpacker76.rbl'))
if the var vIsLoaded is 0 then the rbl isn't where it can be found or is
named incorrectly. if the vIsLoaded is 1 then the rbl is loaded an you
should look to syntax issues.
----- Original Message -----
From: "MDRD" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, January 28, 2010 1:33 PM
Subject: [RBASE-L] - Re: Searching the Form EEPS...
Mike
Set var VResult text = null
PLUGINS rformpacker7680.rbl vResult|UNCOMPRESS
show var VResult
-0-
If I set it to x then re run the plugin
the var is x
It is like nothing happens.
I may have to do it the old fashion way!
Thanks Marc
--------------------------------------------------
From: "MikeB" <[email protected]>
Sent: Thursday, January 28, 2010 12:03 PM
To: "RBASE-L Mailing List" <[email protected]>
Subject: [RBASE-L] - Re: Searching the Form EEPS...
What does the variable vResult contain after running? I don't have the
power pack so I don't know if it is a text or an integer, but there
should be a clue in there somewhere.
----- Original Message -----
From: "MDRD" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, January 28, 2010 10:46 AM
Subject: [RBASE-L] - Re: Searching the Form EEPS...
Sami
PLUGINS rformpacker76.rbl vResult|UNCOMPRESS
Does not work for me, I even copied the plugin into the local dir,
Unloaded a form and it is still compressed
I uncompress the form manually, unload the form and it works fine.
I wonder if that RBL file is corrupt?... I will try reinstalling it
Marc
From: Sami Aaron
Sent: Thursday, January 28, 2010 9:08 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Searching the Form EEPS...
Marc –
I’ve never used it on specific forms. For all forms this works:
PLUGINS rformpacker80.rbl vResult|UNCOMPRESS
Sami
From: [email protected] [mailto:[email protected]] On Behalf Of MDRD
Sent: Wednesday, January 27, 2010 5:12 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Searching the Form EEPS...
Stupid question 102
Is there something wrong with this? It does not seem to work but looks
good to me
and I have the owner password set
plugin rformpacker76.rbl vresult |compress
|MainMenu1|MainMenu11|MainMenu12|MainMenu2
Thanks
Marc
--------------------------------------------------
From: "MDRD" <[email protected]>
Sent: Wednesday, January 27, 2010 4:05 PM
To: "RBASE-L Mailing List" <[email protected]>
Subject: [RBASE-L] - Re: Searching the Form EEPS...
Thanks Sami
That sounds like the best way to go
Marc
--------------------------------------------------
From: "Sami Aaron" <[email protected]>
Sent: Wednesday, January 27, 2010 3:55 PM
To: "RBASE-L Mailing List" <[email protected]>
Subject: [RBASE-L] - Re: Searching the Form EEPS...
If you have the Plugin Power Pack, there is the RFormPacker.rbl program
to
uncompress/compress all the forms at once. Then you can do your
queries
on the SYS_Forms3 table.
Just run it again to re-compress all the forms.
Sami
____________________________
Sami Aaron
Software Management Specialists
913-915-1971
[email protected]
P Please consider the environment before printing this e-mail
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of MikeB
Sent: Wednesday, January 27, 2010 3:30 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Searching the Form EEPS...
The search won't work if your forms are compressed, nor can you edit
the
form description directly in the sys_forms3 table if they are. If you
want
to mess around in the sys_forms table, you should liken it to messing
with
the registry of your computer. If you inadvertenly press a key or
space
somewhere by accident, you can seriously <insert your own 4,5 or 6
letter
verb here> your form up.
The tool that is provided in the form designer was intended for either
documenting or searching the eep code.
----- Original Message -----
From: "MDRD" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Wednesday, January 27, 2010 1:42 PM
Subject: [RBASE-L] - Re: Searching the Form EEPS...
Albert
Strange, some times I get lots of rows other searches I only get 2.
Are the Custom Form actions stored in another column?
I think I should get more hits on that one search.
Thanks
Marc
--------------------------------------------------
From: "Albert Berry" <[email protected]>
Sent: Wednesday, January 27, 2010 11:42 AM
To: "RBASE-L Mailing List" <[email protected]>
Subject: [RBASE-L] - Re: Searching the Form EEPS...
Try variations on this:
sele * from sys_forms3 where sys_data like "%invoice%"
Albert
MDRD wrote:
Hi Paul
I may try that but I thought there was a way to
search the Sys_forms table?
thanks Marc