Search the web
Sign In
New User? Sign Up
trialdb
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 302 - 331 of 564   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
302
I'm still fiddling sitting up the trialdb database which I initialized by importing the dmp file in an oracle 9.2i database. I've tried to review the triggers...
nasiramra
Offline Send Email
Jan 2, 2006
7:25 am
303
Actually, I've found that Visual Studio 2005 is reasonably stable, and I've found myself distinctly more productive with it (even though I consider it a very...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 3, 2006
12:49 am
304
That's the one you need to activate. ... Prakash ... From: trialdb@yahoogroups.com [mailto:trialdb@yahoogroups.com]On Behalf Of nasiramra Sent: Saturday,...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 3, 2006
12:51 am
305
Is the modified version of TrialDB (that uses Java Server Pages) available?...
al.jephson
Offline Send Email
Jan 4, 2006
10:30 pm
306
You have to check with Ed Shultz of Vanderbilt, who is the Vanderbilt CIO. (A warning: their version fell quite behind in feature set - our version and theirs...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 5, 2006
12:13 am
307
This fix addresses an issue identified by Matt- event time stamps need to support problem messages as well. step 1. Add a column called EVENT_FIELDS to the...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 17, 2006
11:44 pm
308
Looks like the fix worked. Just curious, when a problem message is created but no data is put in on a blank field, it colors orange instead of red. Any idea...
Matt Skelton
dbpromskelton
Offline Send Email
Jan 18, 2006
8:57 pm
309
Actually, I take that back. I just tried it. When you leave a problem message of any kind on a blank field, it does not shade the field at all. The message...
Matt Skelton
dbpromskelton
Offline Send Email
Jan 18, 2006
9:34 pm
310
Indicating a problem message when the field is empty is a bit of a paradigm challenge. We have the missing values option, and one way is to create a ...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 18, 2006
10:02 pm
311
Let me try this myself. Orange/gold normally implies missing values. I'm putting the final touches on a revision of the Problem_Messages report, plus the fix...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 18, 2006
10:03 pm
312
Is it possible to use the same design, and instead of changing the text to red, to change the background to red instead? _____ From: trialdb@yahoogroups.com...
Matt Skelton
dbpromskelton
Offline Send Email
Jan 18, 2006
11:26 pm
313
To enable a solid red/green background for fields whose contents are blank, change the routine Show_Problem_Fields() in the file client_code.vbs to the...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 19, 2006
12:36 am
314
I input the new code, looks good, but it does not work. At least not on existing forms. Any ideas? _____ From: trialdb@yahoogroups.com...
Matt Skelton
dbpromskelton
Offline Send Email
Jan 19, 2006
4:09 pm
315
Go to our demo site, Demo test cases, patient James Becerra, Chemistry form (most of the fields are blank), try this yourself. The color won't change right...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 19, 2006
4:37 pm
316
Magically it started working after a few visits to the site and a few minutes. Maybe a session thing. Anyway, it is working now. _____ From:...
Matt Skelton
dbpromskelton
Offline Send Email
Jan 19, 2006
5:09 pm
317
Does anyone have experience with or opinions about medDRA, and using it with TrialDB?...
mikejonathan77
Offline Send Email
Jan 25, 2006
2:31 pm
318
MedDRA as distributed and supported by the Beltway contractor responsible for it (TRW, I believe) is barely usable. The form that is imported into the UMLS is...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 25, 2006
5:11 pm
319
Thanks. We have a trial in near future that involves FDA and potentially SAE reports have to be sent to the FDA, and my understanding is that these need to be...
mikejonathan77
Offline Send Email
Jan 25, 2006
7:29 pm
320
I have muddled along without doing a compilation but am at point where need to bite this bullet. Have VS 2003 and VS 2005 on machine, but if I open anything...
mikejonathan77
Offline Send Email
Jan 29, 2006
12:08 am
321
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the trialdb group. File : /Visual Studio...
trialdb@yahoogroups.com
Send Email
Jan 29, 2006
12:11 am
322
Mike, I had the same issues when I first started. I believe the best solution was to start a whole new solution in a blank folder, called whatever you like. I...
Matt Skelton
dbpromskelton
Offline Send Email
Jan 29, 2006
1:01 am
323
I have revised a form, rebuilt it, placed it in the dataforms folder, but stubbornly the old form continues to come up. I did have patients with the old form,...
mikejonathan77
Offline Send Email
Jan 29, 2006
8:29 pm
324
You need to recompile the app. (The way the app works is that HTML pages are emitted by the program in response to a request.) ... Prakash ... From:...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 30, 2006
1:29 pm
325
Prakash, by recompile the app, are you referring to the Trialdb solution in VB.net? I have never had to do this, only rebuild web forms and copy to main data...
Matt Skelton
dbpromskelton
Offline Send Email
Jan 30, 2006
2:24 pm
326
If even a single line of the code-behind has altered (as opposed to cosmetic changes to the ASPX), this becomes necessary. ... Prakash -----Original...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 30, 2006
6:08 pm
327
At the suggestion of Matt, the problem messages infrastructure has been enhanced to allow users to associate messages with timestamp fields. (Our users have...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 30, 2006
10:09 pm
328
The issue is not recompilation - remember I am only changing forms in the Access client and then deploying them. I was not touching any aspx pages. The...
mikejonathan77
Offline Send Email
Jan 31, 2006
4:34 pm
329
Sorry for the confusion, I thought you were working with a .NET Web form. Cindy believes that the problem may be that your browser is caching old copies of the...
Prakash Nadkarni
prakash_m_na...
Offline Send Email
Jan 31, 2006
7:11 pm
330
When I search for a patient using a wildcard as a normal user, with View Clinical Data turned ON, but restricted to site A, I am seeing the patients who are in...
mikejonathan77
Offline Send Email
Feb 14, 2006
11:24 pm
331
If I have a study that I do not want to "Enforce patient calendar" and I leave that set to NO, then I fail to get a number of reports, including Patient Form...
mikejonathan77
Offline Send Email
Feb 14, 2006
11:46 pm
Messages 302 - 331 of 564   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help