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 bkrike 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: *

  • Users: blink416
  • Content: Threads
  • Order by date
  1. blink416

    nmake apache include error

    im new to c and apache, and am trying to compile the sspi apache .so module (in windows), but am getting the fatal error below. cl /nologo /W3 /WX /LD /MT /Ot /Ox /Oi /Oy /Ob2 /GF /Gy /I "E:\inventions\xlib\ssp i\branches\ennio\include" /I "E:\inventions\xlib\httpd-2.2.19\include" /I...
  2. blink416

    Javascript Drag & Drop Sortable List Compatibility with Form Submit ?

    I have a problem at http://research.psychol.cam.ac.uk/~kl278/experiments/recruitment.php under the heading Favourite Foods : I'm using a script to sort a list of items by drag and drop (http://tool-man.org/examples/sorting.html) and it works fine on its own. The issue arises when I wish to...
  3. blink416

    Execute contents of string variable as code ?

    The title basically describes the problem, a specific example here : Dim ResPath As String Dim Stim1Physical As String Sub AssignCustomImageToPictureBox() ResPath = "IntegratedFeaturesConnectedTemplate.My.Resources.Resources._" Stim1Physical = "BeautifulCode" 'refers to a picture in VS...
  4. blink416

    Pause Code Execution - Wait for User Action ?

    Hello ! I have the following problem : I have a central sub in form A. e.g. Sub CentralCaller() FeatureA() FeatureB() End Sub and say a sub called FeatureA in a module, which involves use of another form and interaction with a user of my application. e.g. Public Sub FeatureA() FormB.Show...
  5. blink416

    Change public VBA variable from VBScript

    Hello ! Here's the problem : how do i set the value of a variable that i have defined as a public variable in VBA in MS Outlook 2007 main project1 class, how do i set the value of that variable in VBScript that is placed in a custom form in Outlook ? e.g. in Outlook main project1 class ...
  6. blink416

    Change public VBA variable from VBScript in an Outlook custom form

    Hello ! Here's the problem : how do i set the value of a variable that i have defined as a public variable in VBA in MS Outlook 2007 main project1 class, how do i set the value of that variable in VBScript that is placed in a custom form in Outlook ? e.g. in Outlook main project1 class ...
  7. blink416

    Tools for representing and deciding between alternative strategies

    1) I'm looking for methodologies available for 'corporate project control processes', for tools that help in developing strategies for scientific research in which there are billions of paths that one could follow, most of which are cul-de-sacs. In order to deliver, I believe one has to very...
  8. blink416

    Optional/negotiable and Competing Tasks

    Hello ! I'm wandering how would it be possible, if at all, to include tasks in a MS Project workflow that : 1) Are added-value / optional / negotiable tasks, meaning that doing these tasks would potentially provide extra value to the quality of the project, but their implementation is not an...
  9. blink416

    newrow in a dataset bound to a textbox

    I have a textbox bound to a dataset filled by an OleDB adapter. I can navigate through the records in the GUI (Me.BindingContext(DataSetContact, "Contact").Position += 1 etc) but have been unable to add a new row to the dataset (and database). What code could I use to allow the user to click on...

Part and Inventory Search

Back
Top