What is the formula for display A1, A3, A5, A7...increasing by a certain step?
Moreover, would it be possible to transform below a list (1x15) of data into a table(3x5). Thanks.
I have a Word document given to me by a client. It is an employment application with form fields that the client wants to be downloadable from her web site. I'm opening it in Word 2008 for Mac (12.2.4). When I try to fill out the form, Word will not allow me to fill out the fields, it just treats them as objects that can be replaced or moved. It also will not allow me to turn off Track Changes, and it will not allow me to change the locked status of the form (the buttons are grayed out). Any idea what's going on here?
I'd like to know if there is a way to highlight dates that differs from one another.
I have two columns "Baseline Finish Date" and "Re-forecast Finish Date" and I would like to highlight the dates that for each task, is different in those columns.
Meaning the tasks that suffered a re-forecast due to other circumstances, and does not equal to the original dates.
I also would like a filter that does the same thing as above, showing only this different date tasks.
All documentation I have found online seems to apply to an older or different version of Windows 8. I am using the 90 evaluation copy of Windows 8 Enterprise (http://msdn.microsoft.com/en-us/evalcenter/jj554510.aspx). Is it disabled because it is enterprise edition?
Basically, I can start the mail app, bring up the settings (windows+i), but all I am given for options are Permissions and Rate and Review. In other documentation I've seen this is where you add an account.
Is this possible? If this is a restriction to Windows 8 Enterprise, is there a trial version of normal Home editions somewhere?
Hi.
I have a problem with replication between 3 servers. I made something like this: server A replicate (transactional replication) to server B (to 'mydb' database), then server B replicate 'mydb' (using transactional replication) to server C. On the beginning it looks and works fine, but something wrong is going on (about 2-3 month later) and replication break up. SQL say that hi can replicate db because db is allready use to replicate. Any one had similar broblem? Mayby someone knows hot can I make alternative configuration to have similar funcionality?
Ok I feel very dumb to ask this question. I would consider myself to be smart but i cannot figure this out. I work at helpdesk and today i received a call from user who lost folder in Outlook. When I connected to user's PC I discovered that user has several hundreds of folders. She had the same name folder in several different locations. When we did advance find for the messages we found them. It said that messages are located in folder X the only problem we could not locate the folder X in the list. Does anyone know of any way to quickly and easily browsing all the folders or looking up a folder in Outlook 2010?
I am working with QUICKLY, using Python and PyGtk. I know there is an option for packaging; so I can create a .DEB file. This is for Ubuntu.
I was reading about PyGTK and it seems that PyGtk runs on MS Windows too. So, can I execute an app built with Quickly on MS Windows? If so, how? Which is the file (.py) that I have to execute on MS Windows? (a Quickly project has many .py files)
Thanks.
Ariel
hi i've developed a java descktop application (in Windows 7) that use
ms access and cobol db...
to use that db i've two odbc sources data that are:
*Microsoft Access Driver ODBC (for my .mdb file)
**AcuODBC (for cobol db).
Now i've canged pc and in my ODBC manager i don't have the driver to create
a data sources. (my new OS is Win7 X64)
Can you tell me where can i download the 2 drivers?
Thx you ALL
Similar to http://stackoverflow.com/questions/148578/
but that question doesn't address MS Windows.
Has anyone been able to use rsync instead of plink, either through cygwin or otherwise?
You know in MS Word, you can write text and draw&put shapes anywhere you want.. in the text when you hit enter and get to a new line, the shapes below your cursor also moves down one line? I want to implement that property in Java on a pane, using components as the shapes and text. How can I provide absolute positioning for shapes but at the same time preserve the space between them? I'll appreciate any idea, cause I'm almost out of ideas.
Hello!
Studying MS Exam 70-536 .Net Foundation I've got to Chapter 11 Application Security and in the end of a lesson there is a practice to add code group with .Net Configuration Tool and change it with caspol.
After adding new code group with config tool I've tried to run
caspol -lg
but new group was not listed...
In MS SQL is it possible to share an identity seed across tables? For example I may have 2 tables:
Table: PeopleA
id
name
Table: PeopleB
id
name
I'd like for PeopleA.id and PeopleB.id to always have unique values between themselves. I.e. I want them to share the same Identity seed.
Note: I do not want to hear about table partitioning please, only about if it's possible to share a seed across tables.
I have never done any profiling, and have come across the first place that I really want to do it.
Is it possible to profile my MS integration tests? What tools do I need? is there something built-in to VS 2008 professional?
Beginning to use MS Charting controls in our website. Are they good to work with?
Are there any pitfalls to watch out for? Any other better charting controls you guys have some across
Hi,
I just noticed that if I have an identity column in a table, when I insert new rows MS SQL 2008 is automatically filling up the sequence if there are discontinuity. I mean, if in my identity column I have 1,2,5,6 if I insert other two rows in the table the system puts automatically 3,7 in the identity column.
Do you know how to control this behavior?
THANKS
Hi Guys,
Just wondering if anyone has had any experience using MS Azure and the Enterprise Library? I can't seem to find any articles on this and hoping (really hoping) someone has some ?
Thanks,
T.
I'm using MS SQL 2008.
Is it possible to create a script to loop over all tables in a database generating a set of index drop scripts and create scripts separately?
What I have to do is drop all indexes on a set of databases to run a heavy data load process but then I want to re-enable all the indexes. I don't want to have to go through each table and script an index drop and then index create.
Thanks!
In MS SQL is it possible to share an identity seed across tables? For example I may have 2 tables:
Table: PeopleA
id
name
Table: PeopleB
id
name
I'd like for PeopleA.id and PeopleB.id to always have unique values between themselves. I.e. I want them to share the same Identity seed.
Note: I do not want to hear about table partitioning please, only about if it's possible to share a seed across tables.
hi!
I've two tables to join with a column(say emp_id)..if emp_id in both the tables have null values, how'll MS SQL server and Oracle treat???
Coz, i read that informatica will neglect the NULL rows when joining..if i handle the null, by substituting -1, a cross-join will happen which i don't want..
what can i do here?
I cannot completely neglect the rows which has NULL.
Thanks
I have an existing database in ms sql server. I am trying to create an asp.net mvc project around this db
for this purpose I need to add the db to app_data folder of asp.net MVC project
How do I achieve this
I want to unlock one account in MS SQL Server. Before unlocking I have to check whether that account is locked or not.
I want to unlock only if the account is locked.
Is there any SQL query or stored procedure to get the "Locked" status of SQL user?
in Ms-Ajax
suppose iam downloading 3 files , no dependencies have been defined b/w them
Sys.loadScripts(['file1.js',file2.js',file3.js']);
a in which order these files will be loaded??
b in which order these files will be made available to requesting page??
Hello!
I use Windows XP Rus and want to know, what name has Cursor.name property in MS Accessibility for cursor when it looks like hand in Windows XP En.
Hi
I show my business objects in a MS datagrid, containing "country", "city", "street", for example.
I can set a tooltip for each column showing its content using a style, so I get the "country" as tooltip when hooverinmg over the "country" column and so on.
But I did not succeed
1) to show the content of "country" when hoovering over "city"
2) to show the content of some other property (not even displayed in the datagrid) when hoovering the datagrid
Any clues?
Regards