o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Try & figure this -

I have a general Word2000 document with fields linked to a dbf (dbase) file via MailMerge. I've now saved the Word document as an htm file. The fields still merge to the dbf file with IE's 'Edit with MS Word for Windows'. OK so far. But now I would like the htm page to MailMerge with a dbf file based on the htm's filename automatically. Ex. Project12.htm will MailMerge with Project12.dbf. The dbf and htm file will both have the same name, BUT the names will change depending on what the user selects. So next time the user might select Project5 and the htm page must MailMerge with Project5.dbf.

I'm able to view the htm source code through IE's 'Edit with MS Word for Windows' -- View Menu -- HTML Source.
Anyone have an ideas OR knows how to capture the htm page's name as a variable and modify the MailMerge code in the htm page?

Thanks in advance.

 

BMI and Figure. -
Hello, I am trying to program BMI. The problem I have is I want to have some animated figure with it. For example if the BMI is fat then the figure is large and if the BMI is under nourished then the figure is small. Can you guys help me with my code please?


Can't seem to figure out unknown database -
Hi All, I'm having te following problem! I'm making a Database editor for one of my favourite games. Now, I have to figure out a connection, I know that and I know how to manipulate te data trough a DataSet... But I can't seem to figure out what structure I'm dealing with..


Add Links -
Hi, I need to search a PDF document for a particular texts (for example "see Figure 3.1","in Figure 2.1" ," Figure 3.1 shows etc"),and if it's found, i have to Add Links to the texts to the place where Figure 3.1 ,Figure 2.1 and etc is located.if i clic


[2008] How to convert a figure to words -
Hi, I need help on how I could convert a figure to words. Like (123.55 is One Hundred and Twenty Three point fifty five). So how could I tackle this when a figure is entered in a textbox and when the textbox lostfocus the figure is display in words on a label. Could anyone help


How can I display a figure in words -
Hi friends, I need help to display words of a figure in a label. I am designing a Cheque book and I have Textbox1 which maximum character has been set so immidiately the figure entered riches it's maximum then the figure in words is displayed in Label1. Example: if amount of $200.20 is


Masking, Argh! -
I am trying to figure out how to "mask" a bitmap to get the background out of the picture... I am aware of a BitBlt API that does this, but I cannot figure it out... I downloaded info from vbapi.net/ref, but couldn't figure out what it meant. Any insight into this API would


How can a graphic figure be represented as code -
Hi guys, I am new in Visual Basic and I am trying to develop an application which would be able to connect two or more graphic figures and perform some analysis by passing some values from one figure to another. My question is how can a figure be represented in terms of Visual Basic C


[2008] Help on figures to words -
Hi, could anyone help me on how I could detect if a figure in a textbox has a decimal places. I would like to convcert the figure to words by using the length of the figure but if it has a decimal I have to treate the decimal seperately so any help. Thanx


How do I get data from a MSFlexiGrid -
I have a Flexigrid on one form - 16 cols by 26 rows. I have 2 variables, one for going in from the Top (x Axis) and one for going in from the side (y axis). How can I get a particular figure based on those variables? What do I need to code? Say the top line is Altitude and the si


Figure distance between zipcodes -
Does anybody know the formula for or a good asp example of how to figure distances between zipcodes? I really need to be able to submit a radius and have the system figure out how many store locations are in the radius of a specifed zipcode and the distance. I have seen a couple of


and operator -
i'm trying to figure out what the "and" operator does in a mathmatical formula. for instance 80 and 10 or 2 and 3. i've tried testing it. and while it's consitant i cant seem to figure out the pattern. i ask because i'm trying to recreate some vb code into another


.NET Combobox Dropdown -
I feel like an idiot for asking this question, but I can't figure this one out . . . I've just recently switched from VB6 to .NET, and am coding a new application, but I can't figure out the combobox. I have it populated with the data I need, but when it drops down, it only shows


[2005] Struggling analysing unkown database structure... -
Hi All, I'm having te following problem! I'm making a Database editor for one of my favourite games. Now, I have to figure out a connection, I know that and I know how to manipulate te data trough a DataSet... But I can't seem to figure out what structure I'm dealing with..


Triangle Problem -
Hey guys my uncle is a landscaper and he has a problem for me to solve. He has a house on a hill. The hills bottom is at the left and it ascends to the right. He has the height of that and at the top of the hill it stops ascending. Well now you have to imagine that hill as a trian


Rate of return -
Im trying to figure out the 10 year rate of return on an investment. The problem is that i have no clue how to do it. If anybody can lend a hand it would be great. Im taking an example from an investment book which provides the figures. The growth rate is expected to be 15.2 perce


ActiveX Control Protection -
I'm trying to figure a way of protecting my ocx from simply being used by any other coder who has gotten my app. I was curious if anyone worked out some nifty way of doing it or if I'm going to have to figure something out myself...


I need help with RTB -
First, i need to figure out how to show the column and row using the status bar. Next, i need to figure out how to center the cursor on the left, middle, and right for paragrah editing. Thanks for all your help!!!


Can you Figure it out -
This String is a Password... Can You Figure it out? (try Ascii) £æÆÄƒôùÖâÖ


Magic Wand Tool -
Can someone give me the code to just scan the pixels around the point that is clicked on instead of scanning the whole picture? I've been trying to figure it out but I can't figure it out. Thanks


need help quickly..file browser -
This is to load skins for the program, on formload it loads the picture picMainInterface.jpg from the /skins/ dir..how can I make a file browser..so heres what i need to figure out.. how to list the contents of the skins dir with just the jpg extensions and when a file is selected and


See the connection -
Hey, I'm trying to figure out how to figure this out. (lol) Basically, I have a number, 22040, there is a matching number for it that I am trying to figure out. For example, I know 14100's matching number is 10674, and 12819's matching number is 15503, 6472's matching number is 1


How to integrate this -
Alright, I am not in calculus, but for some reason I am learning some calculus stuff on my own... I am actually currently a senior at highschool and taking a precalc math class. When trying to integrate the problem located in Figure A at the bottom, I attempted integration by parts


Clicking for co-ordinates -
I am currently working on a program to create displacement maps for a game, and I was trying to figure out how to click somewhere on a form and get it's co-ordinates and I can't figure it out.


making a form submit when the user hits enter -
Hi there, I have been trying to figure this out. It is simple enough to do in regular website with a bit of java script but I can't find how to do it in asp.net? I am sure there is information about it somewhere I just can't figure out where - maybe I am just not wording my google


Reducing an Amount and sending it to the Database. -
I'm doing this project that requires me to add and remove material data. The way I have it set up is that you have a quantity delivered and a current stock level. The database property is an integer. Firstly - when I get a new order in I want to make this figure the quantity del


Exe current location findit(resolved) -
I have a program that might be stored in any number of locations. I need the EXE to figure out it's path so it can look at the same location for a supporting file. I cant figure out what I need to do. Nor how... ANY Help much apriciated.


Percentages problem! -
Hi folks, Ive got three textbox's and a command button what I am trying to do and failing is place a figure in one box(total) and a figure in another(sold) and the third gives you the Percentage of what has been sold. Thanks Spud


[SERIOUS] Who do you idolize -
Everyone has a figure. Whether it was a past life you studied or a life in progress you admire... Someone is your figure. They're the pieces that assemble your ambition or the or the hurdle that defines your goals. Who's yours?


help with Implements IList -
Hi ! I'm try to figure out how to create my own ButtonCollection class with the implementation of IList or ICollection, But i can't figure how to do it. I’ve search google without success Can someone help or point me somewhere helpful ? Thanks !! Zak


SOLVED Basic Math Program BACK AGAIN :( -
Hello I have a program that i need to be able to figure out the tax rate, and then find out how much tax is owed to the customer. There are a few tricks when doing this, there are many different shipping rates, that go from 3.95 to 4.95 5.95 etc. So what I wanted to do was enter i


Need Some Quick help Please! -
Hey guys, I was needing some help on a portion of a program I am writing for my cs class. We are designing a hangman game. I have a lot of my functions built already and pretty much have it all undercontrol, but one thing. Before I say anything else, no I do not expect anyone to wri


Problem with MAPI...... -
Hi all, i am trying to make some sort of mail client (aka MS exchange).of course using MAPI ctrls.....but sometimes ( i cudnt figure out under which conditions)..while sending attachments it gives an .. unspecified Error (No.32002)......cant figure out...... any help


Need accurate way to find browser. -
Hello.. I'm trying to figure out a way to figure out which version of Internet Explorer visitors to a Termial Login page are using. Depending on the results (IE 5.01 SP2, IE 5.5 SP1, IE 5.5 SP2 and IE 6) I need it to pop a window and tell the user to download the appropiate patch.


(SOLVED)Super Newbie Question -
String data types exist in C++, right? I can't seem to figure how how to declare a string variable. What's the proper keyword? Str, string, st... can't figure it out.


Adjusting commas in figure -
Hello, How to adjust commas in figure, Ex. 1,000 - 12,527 etc Please help me Farooq


drawing a stick figure -
Help!!! Anyone know how to draw a stick figure using VB code?


Listbox Duplicates -
Hello everyone, The problem that I am trying to figure out is that I have a listbox that I populate using a textbox. I don't want the listbox to accept duplicate values, I am drawing a total blank on this and can't figure it out. If anybody can help I would greatly appreciate it.


Someone please help....I gonna go nuts if I don't figure this thing out. -
I'm working with a from that has a datagrid and I want it to load(formload) data from the SQL db so I can view the data in the data grid. I need an eexample of how to do this then I can figure out the rest..I'm brain dead today..having a bad day..please help.


Getting Songs from Yahoo Messenger -
I have been trying to figure this out for years now ! but since you all were able to help me with a problem a few days ago I figure what do I have to lose asking this. Im basicly trying to get the Music that Yahoo Messenger displays in the status on the client, However I've


retreiving info from webpage -
hi I use my vb project to log on to a web site after putiing in username and password it takes u to another page from this page I want to copy piece of info and put into a textbox in my vb project. the line of html code I found after using instant source is: <TD>28,313 Gold