*feminine voice*
"Your my hero"
Zippy to the rescue again....LOL
Only had to pull out one strand of hair on this one, right?
Search found 552 matches
- Jul 11, 2009 0:22
- Forum: Windows
- Topic: Ampersand in static text in dialog window
- Replies: 8
- Views: 1233
- Jul 10, 2009 22:06
- Forum: Windows
- Topic: Ampersand in static text in dialog window
- Replies: 8
- Views: 1233
Ampersand in static text in dialog window
How do you specify a '&' in a static?
One of my static labels I want to read "R&D",but all I get is "R D".
Using FBEdit to create the window if that helps.
One of my static labels I want to read "R&D",but all I get is "R D".
Using FBEdit to create the window if that helps.
- Jul 03, 2009 23:06
- Forum: Windows
- Topic: Creating Desktop Shortcuts
- Replies: 16
- Views: 5403
- Jun 29, 2009 22:53
- Forum: Windows
- Topic: Creating Desktop Shortcuts
- Replies: 16
- Views: 5403
- Jun 27, 2009 21:31
- Forum: Windows
- Topic: Creating Desktop Shortcuts
- Replies: 16
- Views: 5403
- May 25, 2009 16:54
- Forum: General
- Topic: Internet Explorer 7 - DispHelper
- Replies: 52
- Views: 11726
- Apr 06, 2009 23:19
- Forum: General
- Topic: Internet Explorer 7 - DispHelper
- Replies: 52
- Views: 11726
- Apr 06, 2009 0:54
- Forum: General
- Topic: Internet Explorer 7 - DispHelper
- Replies: 52
- Views: 11726
- Mar 06, 2009 21:41
- Forum: General
- Topic: Internet Explorer 7 - DispHelper
- Replies: 52
- Views: 11726
Yup! That did the trick! There was more to the form that wasn't of interest to me. But yes, it was part of the actual form that I was trying to get to. Give me a few days and I'll find you something else to pull the rest of your hair out for...LOL I have been to the MSDN site, but never really sure ...
- Mar 05, 2009 21:52
- Forum: General
- Topic: Internet Explorer 7 - DispHelper
- Replies: 52
- Views: 11726
Form navigation
Sample form navigation question..... Either need to click on the button with the value ">" or change the selection. <INPUT style="FONT-SIZE: 10px; WIDTH: 2.8em; HEIGHT: 1.8em" disabled type=submit value="<<" name=Action> <INPUT style="FONT-SIZE: 10px; WIDTH: 2.8em; HEIGHT: 1.8em" disabled accessKey=...
- Mar 05, 2009 21:29
- Forum: General
- Topic: Program getting lost -- Fixed!
- Replies: 4
- Views: 874
Here's where I went wrong!
The problem was in one of the other subs. In it I reassigned an index to an array. Example of what I did wrong is below. SAMPLE CODE! x += 1 with a(x) .one = "Fred" .two = "Williams" .three = "" 'did some checks on data file if Foo = Bar then .three = "Some...
- Feb 26, 2009 2:45
- Forum: General
- Topic: Program getting lost -- Fixed!
- Replies: 4
- Views: 874
New twist... so new post.... Commented out the call to create the main window and placed Update there. Just ran the sub with out opening the main window. And it crashed. Moved all the commands in the Update sub to the MAIN program and basicly turned it into a console program. And worked fine! The su...
- Feb 23, 2009 3:22
- Forum: General
- Topic: Program getting lost -- Fixed!
- Replies: 4
- Views: 874
No other "dialog" is opened. But in the Update sub it opens a IE window then closes it. Using disphelper, open a Excel sheet. Init Main dialog window. Select menu item update. --> call Update sub In the Update sub opens IE and navigates to different pages, Collects data and stores it in the excel do...
- Feb 22, 2009 2:00
- Forum: General
- Topic: Program getting lost -- Fixed!
- Replies: 4
- Views: 874
Program getting lost -- Fixed!
Just a bare bones snippet of my problem. I have a main function that calls other subs and functions. I understand that there is a stack where return points are saved. Could this be it? Any way to "save" the stack to make sure that it returns correctly? sub Update .... 'calls multiple other subs and ...
- Feb 17, 2009 21:04
- Forum: General
- Topic: Internet Explorer 7 - DispHelper
- Replies: 52
- Views: 11726