Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DariceLR

    Obtaining checkbox value dynamically

    ...box on them. The button should get the value for each checkbox that is selected and create a string of the values. (I'm planning on passing this on to another page that will separate the string up and create .xmls based on it.) **************** DariceLR :-{} :-V ****************
  2. DariceLR

    Things that cause an Unload

    ...I manage was unavailable. IIS was still up and working, but until I unloaded the website, it would not work. What are some things that would cause me to unload my website? Does anyone have a really good reference on this? Thanks in advance! **************** DariceLR :-{} :-V...
  3. DariceLR

    Execute Batch File

    ...'Executor.Parameters = "" 'strResult = Executor.ExecuteDosApp 'LocalPath = LocalPath & "\" & batchname 'Shell LocalPath,0 Set oShell = CreateObject("WSCript.shell") oShell.Run "T:\Temp\upldPReq.bat" **************** DariceLR :-{} :-V...
  4. DariceLR

    Execute Batch File

    ...= LocalPath&batchname Executor.Parameters = "" strResult = Executor.ExecuteDosApp However, I had to do it instead of in the asp page, in a .vbs file. How do accomplish the exact same as above, but in a .vbs? Thanks in advance **************** DariceLR :-{} :-V ****************
  5. DariceLR

    Avoiding Connection Timeout

    So... there is NO WAY that I can possibly delay a batch from running or have it run later, after the asp page is finished? If I kick the batch or vbs from an asp page, the asp page will still count that as part of it's connection? **************** DariceLR :-{} :-V ****************
  6. DariceLR

    Avoiding Connection Timeout

    ...that all it does is import the file and call a batch file which in turn calls a .vbs to do the validation and import of the data. How do I transfer control to the batch file so that it is in control, preventing the timeout? Thanks in advance! **************** DariceLR :-{} :-V ****************
  7. DariceLR

    Query to get all Data in One Table, Matching of Another

    ...record in Address show it, otherwise just show the member data. I can only think of the way to join that gives me only the members that have address information, but I need all members, regardless if they have Address Information. Can you help? **************** DariceLR :-{} :-V...
  8. DariceLR

    Array Giving a Type Mismatch

    ...for I = 0 to 4 randomize mynum = Int((35 - 1 + 1) * Rnd + 1) if mynum > 9 then strReq(I) = strAlpha(mynum) else strReq(I) = mynum end if next wend Fix: Moved the declaration of the Loop and it was fine. Question for the gurus: Why did this cause this...
  9. DariceLR

    Shortcut Key Strokes

    ...Ctrl + Key pairs to the menu commands in the Menu Editor, I was assigning but it wasn't calling them because I didn't have working data to the Subs associated with them... As soon as I found how to Cut, Copy, and Paste they started working.... **************** DariceLR :-{} :-V...
  10. DariceLR

    combo box - showing a default value

    If I move the name of a DSN, will the DSN still be attached??? I am using the Wizard made ODBC Logon, and my app uses a specifically name DSN How would I move that up? **************** DariceLR :-{} :-V ****************
  11. DariceLR

    combo box - showing a default value

    What if what I want to set it to isn't necessarily the first row in the list (0)... I want my dynamically filled list to point to a specific item, the one that is used to most often. (Thanks in advance!) **************** DariceLR :-{} :-V ****************
  12. DariceLR

    Programming autofill for a drop-down list

    Correct me if I'm wrong, but just the mere setting the combo box to 2-DropdownList enables the user to scroll by typing (VB6.0)? **************** DariceLR :-{} :-V ****************
  13. DariceLR

    Can you decompile a VB .exe?

    After asking the question myself, the answer is... kind of. If you have a VB application in versions 3.0 and lower, there is a decompiler. The guy who wrote the application is German. His website (written in German) is listed below. To translate it I used altavista's translators. (Don't...
  14. DariceLR

    Multiple Instances of Same Form, Moving Data to Orig. Form fr. Modal

    ...a command button named 'cmdOk' [b]THE PROBLEM IS, that I don't WANT a new version of the form... I want to use the form that called the Modal Form. I want it to find what form opened it to do work and push back data into it. Any solutions? **************** DariceLR :-{} :-V ****************
  15. DariceLR

    Shortcut Key Strokes

    How do you code shortcut keys, for example Ctrl-X or Ctrl-C and other options available in the Menu Editor? Where does the code go? **************** DariceLR :-{} :-V :-x ****************
  16. DariceLR

    Working with Instances of same form

    So what your saying is that kind of pass the data in reverse? So that the calling form pulls the data instead of the called form pushing the data back? Or am I to use the object idea on the called form? **************** DariceLR :-{} :-V :-x ****************
  17. DariceLR

    Working with Instances of same form

    ...the form? How can I tell which instance is which? How do I tell the form which instance I want filled in? (I thought ActiveForm may be of use in the MDI but I must not know how to use it or it didn't like how I used it) (Thanks in advance!) **************** DariceLR :-{} :-V :-x...
  18. DariceLR

    Menu on MDI Parent not showing

    That did it!!! I was trying to make a non-visible menu on the child form and by deleting it, the parent menu showed up. Thanks so much dragnut!!! **************** DariceLR :-{} :-V :-x ****************
  19. DariceLR

    Menu on MDI Parent not showing

    ...cause a mental breakdown... Where should I look to see if I've turned them off somehow?? I am using the Menu Editor and they were working about a day ago, before I moved all my forms and modules into VB Pro Edition Controls project. (Sigh,) **************** DariceLR :-{} :-V :-x...
  20. DariceLR

    FlexGrid? DataGrid? Data Environment? ADODC? HEEEELLLLPPP!!!!

    ...passed to the form calling this "Search" form. How do I utilize a SQL statement to populate a FlexGrid... Should I be using a different type of Grid object? THANNNNKSSS. (I'll go scream in the hall and wait for your replies) **************** DariceLR :-{} :-V :-x ****************

Part and Inventory Search

Back
Top