Is there anyway to copy a VB form from a test database to a live database?
If so can someone tell me where to find the file.
Thanks
Fredy Venczel
If so can someone tell me where to find the file.
Thanks
Fredy Venczel
----- Original Message -----
From: Wendy Bowen (Pursche)
To: vantage@yahoogroups.com
Sent: Thursday, April 11, 2002 7:53 AM
Subject: [Vantage] VB Forms
Is it possible to "pull" data into a VB form from the database? For example, I'm creating a VB form for Quotehed. I would like to have a company field, due date field, and RFQ field all on the form. But I would like to have the data automatically pull in from the Quote header so that way there is no extra typing. Is this possible?
Also, besides screen print and using crystal or RB is it possible to print VB forms?
Thanks everyone!
Wendy Bowen
Network Administrator
Schmald Tool & Die, Inc.
Burton, Michigan
(810) 743-1600 ext.323
wpursche@...
[Non-text portions of this message have been removed]
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
----- Original Message -----
From: Wendy Bowen (Pursche)
To: vantage@yahoogroups.com
Sent: Thursday, April 11, 2002 7:53 AM
Subject: [Vantage] VB Forms
Is it possible to "pull" data into a VB form from the database? For
example, I'm creating a VB form for Quotehed. I would like to have a
company field, due date field, and RFQ field all on the form. But I would
like to have the data automatically pull in from the Quote header so that
way there is no extra typing. Is this possible?
Also, besides screen print and using crystal or RB is it possible to print
VB forms?
Thanks everyone!
Wendy Bowen
Network Administrator
Schmald Tool & Die, Inc.
Burton, Michigan
(810) 743-1600 ext.323
wpursche@...
>Couldn't you put some extra logic in to only update the field when blank ?VantageBasic doesn't support logic.
----- Original Message -----
From: Wendy Bowen (Pursche)
To: vantage@yahoogroups.com
Sent: Thursday, April 11, 2002 7:53 AM
Subject: [Vantage] VB Forms
Is it possible to "pull" data into a VB form from the database? For
example, I'm creating a VB form for Quotehed. I would like to have a
company field, due date field, and RFQ field all on the form. But I would
like to have the data automatically pull in from the Quote header so that
way there is no extra typing. Is this possible?
Also, besides screen print and using crystal or RB is it possible to print
VB forms?
Thanks everyone!
Wendy Bowen
Network Administrator
Schmald Tool & Die, Inc.
Burton, Michigan
(810) 743-1600 ext.323
wpursche@...
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
----- Original Message -----
From: Michael Miles
To: vantage@yahoogroups.com
Sent: Thursday, April 11, 2002 6:58 PM
Subject: RE: [Vantage] VB Forms
Couldn't you put some extra logic in to only update the field when blank ?
-----Original Message-----
From: Troy Funte [mailto:tfunte@...]
Sent: Friday, 12 April 2002 3:50 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] VB Forms
Wendy,
To answer your first question, yes, you can pull in data from Progress to
your VB Form. Sarah Verishi helped me figure this out for the OrderRel
Table as follows:
-Insert a field of the type you need onto the Form.
-From within the VBForms Form Designer window, double-click somewhere on the
grayspace on the form (not a specific field).
-Next to the 'Commands' filed, set it to 'On Entry'.
-In the white space, enter the following:
set DATE-FIELD_1.scrvalue={OrderRel.NeedByDate.scrvalue}
This fills in that field automatically when you open up the VBForm. I ended
up not using this in my case because of the following: if the default value
wasn't what needed to be entered, you could override it. But if you needed
to go back to the VBForm later, it would once again insert the original date
again.
You may be able to translate this into what you need for the QuoteHed table.
Troy Funte
Liberty Electronics
----- Original Message -----
From: Wendy Bowen (Pursche)
To: vantage@yahoogroups.com
Sent: Thursday, April 11, 2002 7:53 AM
Subject: [Vantage] VB Forms
Is it possible to "pull" data into a VB form from the database? For
example, I'm creating a VB form for Quotehed. I would like to have a
company field, due date field, and RFQ field all on the form. But I would
like to have the data automatically pull in from the Quote header so that
way there is no extra typing. Is this possible?
Also, besides screen print and using crystal or RB is it possible to print
VB forms?
Thanks everyone!
Wendy Bowen
Network Administrator
Schmald Tool & Die, Inc.
Burton, Michigan
(810) 743-1600 ext.323
wpursche@...
Yahoo! Groups Sponsor
ADVERTISEMENT
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
----- Original Message -----
From: "Michael Miles" <mmiles@...>
To: <vantage@yahoogroups.com>
Sent: Thursday, April 11, 2002 3:58 PM
Subject: RE: [Vantage] VB Forms
> Couldn't you put some extra logic in to only update the field when blank ?
> -----Original Message-----
> From: Troy Funte [mailto:tfunte@...]
> Sent: Friday, 12 April 2002 3:50 AM
> To: vantage@yahoogroups.com
> Subject: Re: [Vantage] VB Forms
>
>
> Wendy,
> To answer your first question, yes, you can pull in data from Progress
to
> your VB Form. Sarah Verishi helped me figure this out for the OrderRel
> Table as follows:
>
> -Insert a field of the type you need onto the Form.
> -From within the VBForms Form Designer window, double-click somewhere on
the
> grayspace on the form (not a specific field).
> -Next to the 'Commands' filed, set it to 'On Entry'.
> -In the white space, enter the following:
> set DATE-FIELD_1.scrvalue={OrderRel.NeedByDate.scrvalue}
>
> This fills in that field automatically when you open up the VBForm. I
ended
> up not using this in my case because of the following: if the default
value
> wasn't what needed to be entered, you could override it. But if you needed
> to go back to the VBForm later, it would once again insert the original
date
> again.
>
> You may be able to translate this into what you need for the QuoteHed
table.
>
> Troy Funte
> Liberty Electronics
>
>
>
> ----- Original Message -----
> From: Wendy Bowen (Pursche)
> To: vantage@yahoogroups.com
> Sent: Thursday, April 11, 2002 7:53 AM
> Subject: [Vantage] VB Forms
>
>
> Is it possible to "pull" data into a VB form from the database? For
> example, I'm creating a VB form for Quotehed. I would like to have a
> company field, due date field, and RFQ field all on the form. But I would
> like to have the data automatically pull in from the Quote header so that
> way there is no extra typing. Is this possible?
>
> Also, besides screen print and using crystal or RB is it possible to
> VB forms?
>
> Thanks everyone!
>
> Wendy Bowen
> Network Administrator
> Schmald Tool & Die, Inc.
> Burton, Michigan
> (810) 743-1600 ext.323
> wpursche@...
>
>
>
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
----- Original Message -----
From: Michael Miles
To: vantage@yahoogroups.com
Sent: Thursday, April 11, 2002 6:58 PM
Subject: RE: [Vantage] VB Forms
Couldn't you put some extra logic in to only update the field when blank ?
-----Original Message-----
From: Troy Funte [mailto:tfunte@...]
Sent: Friday, 12 April 2002 3:50 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] VB Forms
Wendy,
To answer your first question, yes, you can pull in data from Progress
to
your VB Form. Sarah Verishi helped me figure this out for the OrderRel
Table as follows:
-Insert a field of the type you need onto the Form.
-From within the VBForms Form Designer window, double-click somewhere on
the
grayspace on the form (not a specific field).
-Next to the 'Commands' filed, set it to 'On Entry'.
-In the white space, enter the following:
set DATE-FIELD_1.scrvalue={OrderRel.NeedByDate.scrvalue}
This fills in that field automatically when you open up the VBForm. I
ended
up not using this in my case because of the following: if the default
value
wasn't what needed to be entered, you could override it. But if you needed
to go back to the VBForm later, it would once again insert the original
date
again.
You may be able to translate this into what you need for the QuoteHed
table.
Troy Funte
Liberty Electronics
----- Original Message -----
From: Wendy Bowen (Pursche)
To: vantage@yahoogroups.com
Sent: Thursday, April 11, 2002 7:53 AM
Subject: [Vantage] VB Forms
Is it possible to "pull" data into a VB form from the database? For
example, I'm creating a VB form for Quotehed. I would like to have a
company field, due date field, and RFQ field all on the form. But I would
like to have the data automatically pull in from the Quote header so that
way there is no extra typing. Is this possible?
Also, besides screen print and using crystal or RB is it possible to
VB forms?
Thanks everyone!
Wendy Bowen
Network Administrator
Schmald Tool & Die, Inc.
Burton, Michigan
(810) 743-1600 ext.323
wpursche@...
Yahoo! Groups Sponsor
ADVERTISEMENT
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/.>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
<http://groups.yahoo.com/group/vantage/messages>
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
<http://groups.yahoo.com/group/vantage/links>
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
Yahoo! Groups Sponsor
ADVERTISEMENT
<http://rd.yahoo.com/M=194081.1994012.3473453.1261774/D=egroupweb/S=17050071
83:HM/A=1036972/R=0/*http://www.ediets.com/start.cfm?code=3466> Click Here!
<http://us.adserver.yahoo.com/l?M=194081.1994012.3473453.1261774/D=egroupmai
l/S=1705007183:HM/A=1036972/rand=924486929>
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/.>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
<http://groups.yahoo.com/group/vantage/messages>
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/links
<http://groups.yahoo.com/group/vantage/links>
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
----- Original Message -----
From: sarah.vareschi@...
To: vantage@yahoogroups.com
Sent: Friday, May 17, 2002 11:24 AM
Subject: [Vantage] VB Forms
Can I do a calculation within VB Forms? I have 8 number fields in my VB
Forms. I want to total them and put the total into a ninth number field by
the user clicking a 'total' button. I can't seem to figure it out. I know
how to use the set command and can get the button to make the ninth field
equal the contents of one of the other fields but can't figure out how to
get it to add multiple fields together within that command window. Anybody
know how to do this?
Thanks!
-Sarah
Yahoo! Groups Sponsor
ADVERTISEMENT
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/links
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]