Hello,
I am new to java script and was wondering if mabye I could get some help. I tried searching the forum, but didn't find what I was looking for. What I need to know is, how to do a next record in java script. I don't want to assume that everyone knows what a 2-up or 4-up split is, but to...
Hello,
I am trying to write a VB Script to send out a text email, however when I execute the script I get this error...
-----------------------------------------------------------
Error: Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
Code...
Hello,
I am trying to write a VB Script to send out a text email, however when I execute the script I get this error...
-----------------------------------------------------------
Error: Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
Code...
I have some code for an email notification, but the code assumes the outgoing smtp server is local. How would I code it to use our smtp server that is hosted by someone else. This is what I am doing to set the smtp server...
SmtpMail.SmtpServer = "smtp.domain.com";
The smtp isnt local, so how...
Hello,
I have a job that I am trying to stream line for one of our other departments, and need some help. The manager wants a program where he can just enter the name of the file and it gets the file ready for them. Basically, I need a program that will split the file on a card_num and sort it...
Hello,
This may and may not be a simple question. I have to generate random numbers, making sure I don't duplicate any numbers along the way(a million records all together). I am at a loss on where to even begin. Can anyone help me out on this?
Thanks in advance.
I have a program I am working on. In the program, I use the alter table command to add fields, change lengths, and rename the field. My question is... Is there a way to check for a field that is already there so that when you run the program you don't get the "field already exists or...
Hello,
I have a file with a first name field. The client would like us to make the first name field possesive, ie... John would be John's and James would be James'. Is there a quick line command or something that can do this. I figured if we search the first name field backwards until we...
Is there a way in VB6 to Enter in a persons information like name, address...etc and take a picture and store the persons info as well as the image name in a database.
For example:
I enter the persons name:
John Smith
Then I have a button programmed to snap a picture from a web cam or digital...
Hello,
I was just wondering if anyone knows if the file size limitation has gotten any bigger with Visual FoxPro 8.0. If I am correct, the file size for VFP 6.0(which pathetically enough I am still using) is just above 2.5 gig. I am getting VFP 8.0 within the next week, so I would like to...
Hello,
I am in a bind here and could really use some help. I have a file that I need to append a sequence number to. However, it needs to increment in a patter of 7,7,14,7,7,14, etc... ie, 1000, 1007, 1014, 1031, 1038, 1045, 1062. If any knows how, can you please post the code for me or at...
Hello,
I am using the data enviroment/data report to print reports from a database. It seems that you are only able to print the whole database or print a range of pages. Is there a way to find a record and just print the current record?
thx in advance,
Rene
Hello,
I have a form that has a flex grid on it. I would like to be able to either click or double-click on the cell and have the data load onto a form or click the cell and hit a load button to load the data onto a form. How would I go about this? Would I just reference the cell or can it not...
Hello,
When you use a drop down combo box, is there a way to store the option selected to a database. I will be using an ADO control and be attached to an Access database. I am going to have my employees names in the drop down combo box. So say I select John, I want it to store...
Hello,
I want to know if there is a way to bypass the form_activate when returning from a called form. I know it fires only once when you first start the program, however if you call another form and it looses focus, when you exit the called form, it fires again. Is there a way to keep that...
Hello,
I am trying to finish up a program for my company and am trying to add a record number field ie... record 1 of 20.
I am using .recordcount for the "of 20" part and am using the id field from my access database for the record number. However, when I delete a record, the id...
Hello,
I am finishing up a tracking program for my company, and at the last instant they requested to be able to print a report of the item being tracked. Everything I have researched says, to use report designer you have to create the project within the data enviroment. Is there a way around...
Hello,
I am writing a tracking program for my company. On the main form, I have an add button that calls up another form for data entry. However, although the data does post to the database, when I get back to the main form, the data doesn't show up. If I stop the program and then start it...
I need to make a combox load the value of a row from a grid, only when the grid's row is clicked. I was tring to put in the click event of the text1 part of column1 somthing like this
Thisform.cboField.Value = grdGrid1.Column1.text1
but it errors out.
I also want to sort the columns in the...
Hello,
Not sure if this has been asked, I tried searching for it but came up empty, so forgive me if this is a redundant question. I have an application that I am writing for my company, and I have it posting to an access database. But I am having trouble finding anything on how to export...
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.