Hi
I have used the following when-button-pressed trigger in a form
DECLARE
procname char(10);
par1 varchar2(100);
BEGIN
procname:=:block1.name_proc;
par1:=:block1.acord;
forms_ddl('declare rezultat varchar2(200);'||'begin...
hi
I want to call a procedure with IN and OUT parameters with FORMS_DDL, something like this.
----
DECLARE
procname char(10);
par1 varchar2(100);
BEGIN
procname:=:block1.name_proc;
par1:=:block1.acord;
forms_ddl('declare rezultat varchar2(200);'||'begin...
...directly to Gigabyte .
This is what they answered.
---
About the issue you
mentioned, with the hardware spec, it can support up to 1GB double
side+2*512MB single side memory modules to achieve 2GB in total. If you
still have hardware compatibility issues with your memory module, we
will...
Hi there
I have Gigabyte 8I845PE-RZC
I have one 1 GB PC3200 DDR DIMM, and two 512 MB PC2700 DDR DIMM's. How
to arrange them on the 3 memory slots to have the maximum 2 GB available
for this motherboard?
I tried some configuration , but the result is only 1.5 GB!
I search in the user guide...
I have a web page in flash 7.It was created in flash 8 and saved in flash 7 to can be wiewed in many browsers.
There are some buttons which have a little animation: on mouse rollover above, the buttons go down , changes the color and play some little music.
On mouse click above the buttons, you...
I need to execute a procedure .
It's name is in a table which contains many names of procedures.
I have a table named proc_names(id_proc,name_proc)
id_proc name_proc
------- ----------
1 proc1
2 proc2
3 proc3
My command is:
execute <here I need the contents of the field...
I need to print a number field in format 9.999.999,99, with <,> as decimal separator.
I made correct settings for this type in Visual Fox Pro Settings.
Meaning for 1000 Separator I was setting <.> and for Decimal Separator <,>
When I'm printing from Visual fox it's OK, but when I want to print...
Well,I rezolved my problem.
The LOV(with his query) that I used in my form and populating my block with EXECUTE_QUERY command (block which was made with WIZARD), these things have doubled my UPDATE .
Somewhere the query didn't work great.
So I made my block mannually and it works with my LOV and...
I was setting up the data with "Query Data Source Name " property for my block with my table name(table1).
In when-new-form-instance I write
go_block('bloc1');
execute_query;
From a LOV i'm getting a record and display it.
After that I need to UPDATE it(with when-button-pressed trigger)
For...
Hi!
Here is my problem.
I work in Developer Forms6.0
When I make UPDATE for a record, I want to use for it ROWID.
EXAMPLE:
I have one block named bloc1.
I'm using LOV to get the record that I need to change.
After that, I put the rowid for this record into block item named bloc1.item1;
For...
Here is my problem.
When I launch my report to my printer(LPT1) the printing is good.
When I choose another printer, from a local network , it doesn't feel good.
I need to print on a A3 paper on a network printer, but it's printing like A4(like my local printer) even if I choose the correct...
Yes,you are right!My mistake! (I work with Forms6i)
I have this trigger,but it isn't associated with my text item,it is associated with forms.
This is OK, but now I'm not sure how it helps me in my problem with list .
Anyway,I have to think about that !
Thanks .
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.