472,809 Members | 4,947 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,809 software developers and data experts.

value to a perl script (vb access)

Hi!

When a user is in a MSAccess form, with the values of a registry, and
click on 'send this', I need to send the id. value of such registry to
a perl script with visual basic.

I can exec a perl script with shell(), but I dont really know how to
obtain the id value or any value with visual basic. Is there some
object structure representing the bd or the table? Is there some kind
of this_table.this_registry.id value on visual basic??

where can i find some answer if this is not the correct place?

Thanks, a lot.

Julio Morales.
mo************@hotmail.com
Chile.
Nov 12 '05 #1
4 1367
Hi Julio,

I am not certain what you mean by "registry". If you mean the _record_
that the form is currently displaying, you can get the value of a field
displayed on the form using this syntax:
Me.Controls("XXX").Value
where XXX is the name of the control bound to the field. This can
usually be shortened to
Me!XXX
or
Me.XXX
On 5 Mar 2004 17:28:42 -0800, mo************@hotmail.com (julio Morales)
wrote:
Hi!

When a user is in a MSAccess form, with the values of a registry, and
click on 'send this', I need to send the id. value of such registry to
a perl script with visual basic.

I can exec a perl script with shell(), but I dont really know how to
obtain the id value or any value with visual basic. Is there some
object structure representing the bd or the table? Is there some kind
of this_table.this_registry.id value on visual basic??

where can i find some answer if this is not the correct place?

Thanks, a lot.

Julio Morales.
mo************@hotmail.com
Chile.


--
John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
Nov 12 '05 #2
Julio:

Are you passing command line parameters or are you going to a website and to
a cgi-bin\pl file?

"julio Morales" <mo************@hotmail.com> wrote in message
news:f7**************************@posting.google.c om...
Hi!

When a user is in a MSAccess form, with the values of a registry, and
click on 'send this', I need to send the id. value of such registry to
a perl script with visual basic.

I can exec a perl script with shell(), but I dont really know how to
obtain the id value or any value with visual basic. Is there some
object structure representing the bd or the table? Is there some kind
of this_table.this_registry.id value on visual basic??

where can i find some answer if this is not the correct place?

Thanks, a lot.

Julio Morales.
mo************@hotmail.com
Chile.

Nov 12 '05 #3
Command line
"Richard T. Ed*****@pwpsquared.net" <re****@pwpsquared.net> wrote in message news:<e$**************@TK2MSFTNGP10.phx.gbl>...
Julio:

Are you passing command line parameters or are you going to a website and to
a cgi-bin\pl file?

"julio Morales" <mo************@hotmail.com> wrote in message
news:f7**************************@posting.google.c om...
Hi!

When a user is in a MSAccess form, with the values of a registry, and
click on 'send this', I need to send the id. value of such registry to
a perl script with visual basic.

I can exec a perl script with shell(), but I dont really know how to
obtain the id value or any value with visual basic. Is there some
object structure representing the bd or the table? Is there some kind
of this_table.this_registry.id value on visual basic??

where can i find some answer if this is not the correct place?

Thanks, a lot.

Julio Morales.
mo************@hotmail.com
Chile.

Nov 12 '05 #4
Thanks John!
Was exactly what I was searching for.

Julio

John Nurick <j.*************@dial.pipex.com> wrote in message news:<ib********************************@4ax.com>. ..
Hi Julio,

I am not certain what you mean by "registry". If you mean the _record_
that the form is currently displaying, you can get the value of a field
displayed on the form using this syntax:
Me.Controls("XXX").Value
where XXX is the name of the control bound to the field. This can
usually be shortened to
Me!XXX
or
Me.XXX
On 5 Mar 2004 17:28:42 -0800, mo************@hotmail.com (julio Morales)
wrote:
Hi!

When a user is in a MSAccess form, with the values of a registry, and
click on 'send this', I need to send the id. value of such registry to
a perl script with visual basic.

I can exec a perl script with shell(), but I dont really know how to
obtain the id value or any value with visual basic. Is there some
object structure representing the bd or the table? Is there some kind
of this_table.this_registry.id value on visual basic??

where can i find some answer if this is not the correct place?

Thanks, a lot.

Julio Morales.
mo************@hotmail.com
Chile.

Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: julio Morales | last post by:
Hi! When a user is in a MSAccess form, with the values of a registry, and click on 'send this', I need to send the id. value of such registry to a perl script with visual basic. I can exec a...
2
by: john brown | last post by:
There is a web page that I access frequently and would like to automate the authentication of the username and password. I would like to user a perl script but I'm not really sure about the steps....
9
by: 8anos | last post by:
Hello, I am new at the community and newbie at programming :) As you may know rapidshare provides a perl script for linux, to upload files at their servers. You can find the original scripts at...
2
by: dandaman2007 | last post by:
Hi All, I need some expertise Perl help..... Basically i have an Email perl script that i use on alot of my sites, which basically E-mails the filled in form to a specified e-mail address....
66
by: happyse27 | last post by:
Hi All, my html code is sno 1) and perl code is sno 2). a) I tried to print $filename and it cant print out the value, only blank was displayed, and the file could not be uploaded. And it...
2
by: learnPHP | last post by:
Hi, I am completely new to Perl. I am trying to access a variable in one of my Perl scripts from a 2nd perl script. The 1 st script uses a file and extracts some data and manipulates the data...
82
by: happyse27 | last post by:
Hi All, I modified the user registration script, but not sure how to make it check for each variable in terms of preventing junk registration and invalid characters? Two codes below : a)...
3
by: happyse27 | last post by:
Hi All, I am creating the perl script using html form(with embedded javascript inside). When using this html form with javascript alone, it works where the form validation will pop up...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.